Flow123d
JS_before_hm-1921-g7df00d392
|
Go to the documentation of this file.
8 #ifndef SRC_FLOW_DARCY_FLOW_INTERFACE_HH_
9 #define SRC_FLOW_DARCY_FLOW_INTERFACE_HH_
20 DECLARE_EXCEPTION( ExcBddcmlNotSupported, <<
"Flow123d was not build with BDDCML support.\n" );
21 DECLARE_EXCEPTION( ExcUnknownSolver, <<
"Unknown solver type. Internal error.\n" );
25 "Darcy flow model. Abstraction of various porous media flow models.")
DarcyFlowInterface FactoryBaseType
Typedef for usage of Input::Factory in child classes.
Abstract base class for equation clasess.
MortarMethod
Type of experimental Mortar-like method for non-compatible 1d-2d interaction.
static Input::Type::Abstract & get_input_type()
virtual ~DarcyFlowInterface()
DECLARE_EXCEPTION(ExcBddcmlNotSupported,<< "Flow123d was not build with BDDCML support.\n")
DarcyFlowInterface(Mesh &mesh, const Input::Record in_rec)