LifeV
|
#include <lifev/core/LifeV.hpp>
#include <lifev/core/mesh/RegionMesh.hpp>
#include <lifev/darcy/solver/DarcySolverTransientNonLinear.hpp>
Go to the source code of this file.
Data Structures | |
class | inversePermeability |
Problem data. More... | |
class | reactionTerm |
class | scalarSource |
class | vectorSource |
class | initialCondition |
class | massFunction |
Namespaces | |
dataProblem | |
User functions. | |
dataProblem::BCFlags | |
Boundary data. | |
Typedefs | |
typedef MeshPartitioner< regionMesh_Type > | meshPartitioner_Type |
typedef DarcySolverTransientNonLinear< regionMesh_Type > | darcySolver_Type |
typedef darcySolver_Type::darcySolverLinear_Type | darcySolverLinear_Type |
typedef darcySolver_Type::data_Type | darcyData_Type |
typedef darcySolver_Type::dataPtr_Type | darcyDataPtr_Type |
typedef darcySolverLinear_Type::fESpace_Type | fESpace_Type |
typedef darcySolverLinear_Type::fESpacePtr_Type | fESpacePtr_Type |
typedef darcySolverLinear_Type::bcHandler_Type | bcHandler_Type |
typedef darcySolverLinear_Type::bcHandlerPtr_Type | bcHandlerPtr_Type |
typedef darcySolverLinear_Type::vectorField_Type | vectorField_Type |
typedef darcySolverLinear_Type::vectorFieldPtr_Type | vectorFieldPtr_Type |
typedef darcySolverLinear_Type::scalarField_Type | scalarField_Type |
typedef darcySolverLinear_Type::scalarFieldPtr_Type | scalarFieldPtr_Type |
typedef darcySolverLinear_Type::vectorFct_Type | vectorFct_Type |
typedef darcySolverLinear_Type::vectorFctPtr_Type | vectorFctPtr_Type |
typedef darcySolverLinear_Type::matrixFct_Type | matrixFct_Type |
typedef darcySolverLinear_Type::matrixFctPtr_Type | matrixFctPtr_Type |
typedef darcySolverLinear_Type::scalarFct_Type | scalarFct_Type |
typedef darcySolverLinear_Type::scalarFctPtr_Type | scalarFctPtr_Type |
typedef darcySolverLinear_Type::vector_Type | vector_Type |
typedef darcySolverLinear_Type::vectorPtr_Type | vectorPtr_Type |
Functions | |
void | setBoundaryConditions (bcHandlerPtr_Type &bcDarcy) |
Boundary data. More... | |
Real | dirichlet (const Real &t, const Real &x, const Real &y, const Real &z, const ID &ic) |
Real | analyticalSolution (const Real &, const Real &, const Real &, const Real &, const ID &) |
Analytical solution. More... | |
Real | analyticalFlux (const Real &, const Real &, const Real &, const Real &, const ID &) |
Variables | |
const UInt | BOTTOM = 1 |
const UInt | LEFT = 2 |
const UInt | TOP = 3 |
const UInt | RIGHT = 4 |
Definition in file darcy/testsuite/basic_test/2d/user_fun.hpp.