GEOS
|
#include "common/DataTypes.hpp"
#include "constitutive/fluid/singlefluid/SingleFluidBase.hpp"
#include "constitutive/fluid/singlefluid/SingleFluidFields.hpp"
#include "constitutive/permeability/PermeabilityBase.hpp"
#include "constitutive/solid/porosity/PorosityBase.hpp"
#include "constitutive/solid/porosity/PorosityFields.hpp"
#include "finiteVolume/mimeticInnerProducts/MimeticInnerProductBase.hpp"
#include "finiteVolume/mimeticInnerProducts/TPFAInnerProduct.hpp"
#include "finiteVolume/mimeticInnerProducts/QuasiTPFAInnerProduct.hpp"
#include "finiteVolume/mimeticInnerProducts/QuasiRTInnerProduct.hpp"
#include "finiteVolume/mimeticInnerProducts/SimpleInnerProduct.hpp"
#include "linearAlgebra/interfaces/InterfaceTypes.hpp"
#include "denseLinearAlgebra/interfaces/blaslapack/BlasLapackLA.hpp"
#include "mesh/MeshLevel.hpp"
#include "physicsSolvers/fluidFlow/FlowSolverBaseFields.hpp"
#include "physicsSolvers/fluidFlow/SinglePhaseBaseFields.hpp"
#include "physicsSolvers/fluidFlow/StencilAccessors.hpp"
#include "physicsSolvers/fluidFlow/kernels/singlePhase/AccumulationKernels.hpp"
#include "physicsSolvers/fluidFlow/kernels/HybridFVMHelperKernels.hpp"
#include "physicsSolvers/PhysicsSolverBaseKernels.hpp"
#include "codingUtilities/Utilities.hpp"
Go to the source code of this file.
Classes | |
class | geos::singlePhaseHybridFVMKernels::AveragePressureGradientKernel< NUM_FACES > |
struct | geos::singlePhaseHybridFVMKernels::AveragePressureGradientKernel< NUM_FACES >::StackVariables |
Kernel variables (dof numbers, jacobian and residual) located on the stack. More... | |
class | geos::singlePhaseHybridFVMKernels::AveragePressureGradientKernelFactory |
class | geos::singlePhaseHybridFVMKernels::ElementBasedAssemblyKernel< NUM_FACE, IP > |
Define the interface for the assembly kernel in charge of flux terms. More... | |
struct | geos::singlePhaseHybridFVMKernels::ElementBasedAssemblyKernel< NUM_FACE, IP >::StackVariables |
Kernel variables (dof numbers, jacobian and residual) located on the stack. More... | |
class | geos::singlePhaseHybridFVMKernels::ElementBasedAssemblyKernelFactory |
class | geos::singlePhaseHybridFVMKernels::ResidualNormKernel |
class | geos::singlePhaseHybridFVMKernels::ResidualNormKernelFactory |
Namespaces | |
geos | |