![]() |
v0.13.0 |
#include <users_modules/tutorials/cor-0to1/src/UnsaturatedFlow.hpp>
Public Member Functions | |
OpIntegrateFluxes (UnsaturatedFlowElement &ctx, const std::string fluxes_name) | |
Constructor. More... | |
MoFEMErrorCode | doWork (int side, EntityType type, EntitiesFieldData::EntData &data) |
Integrate boundary condition. More... | |
Public Attributes | |
UnsaturatedFlowElement & | cTx |
FTensor::Index< 'i', 3 > | i |
Definition at line 920 of file UnsaturatedFlow.hpp.
MixTransport::UnsaturatedFlowElement::OpIntegrateFluxes::OpIntegrateFluxes | ( | UnsaturatedFlowElement & | ctx, |
const std::string | fluxes_name | ||
) |
Constructor.
Definition at line 927 of file UnsaturatedFlow.hpp.
MoFEMErrorCode MixTransport::UnsaturatedFlowElement::OpIntegrateFluxes::doWork | ( | int | side, |
EntityType | type, | ||
EntitiesFieldData::EntData & | data | ||
) |
Integrate boundary condition.
side | local index of entity |
type | type of entity |
data | data on entity |
Definition at line 942 of file UnsaturatedFlow.hpp.
UnsaturatedFlowElement& MixTransport::UnsaturatedFlowElement::OpIntegrateFluxes::cTx |
Definition at line 922 of file UnsaturatedFlow.hpp.
FTensor::Index<'i', 3> MixTransport::UnsaturatedFlowElement::OpIntegrateFluxes::i |
Definition at line 933 of file UnsaturatedFlow.hpp.