8 #ifndef SRC_FLOW_DARCY_FLOW_INTERFACE_HH_ 9 #define SRC_FLOW_DARCY_FLOW_INTERFACE_HH_ 15 template <
int spacedim,
class Value>
class FieldFE;
24 "Darcy flow model. Abstraction of various porous media flow models.")
40 virtual double last_t() =0;
Abstract base class for equation clasess.
virtual double last_t()=0
Return last time of TimeGovernor.
static Input::Type::Abstract & get_input_type()
DarcyFlowInterface(Mesh &mesh, const Input::Record in_rec)
virtual std::shared_ptr< FieldFE< 3, FieldValue< 3 >::VectorFixed > > get_velocity_field()
MortarMethod
Type of experimental Mortar-like method for non-compatible 1d-2d interaction.
virtual ~DarcyFlowInterface()
DarcyFlowInterface FactoryBaseType
Typedef for usage of Input::Factory in child classes.