template<class MDTraits>
class Dumux::MultiDomainFVProblem< MDTraits >
- Template Parameters
-
| MDTraits | The multidomain traits |
|
| | MultiDomainFVProblem (MultiDomainFVGridGeometry< MDTraits > gridGeometries) |
| | Construct the problem.
|
| |
| | MultiDomainFVProblem (TupleType problemTuple) |
| | Construct wrapper from a tuple of problems.
|
| |
| void | applyInitialSolution (SolutionVector &sol) const |
| | Applies the initial solution for all degrees of freedom of the grid.
|
| |
| template<std::size_t i> |
| const Type< i > & | operator[] (Dune::index_constant< i > id) const |
| | return the problem for domain with index i
|
| |
| template<std::size_t i> |
| Type< i > & | operator[] (Dune::index_constant< i > id) |
| | return the problem for domain with index i
|
| |
| template<std::size_t i> |
| const PtrType< i > & | get (Dune::index_constant< i > id=Dune::index_constant< i >{}) const |
| | access the problem ptr for domain with index i
|
| |
| template<std::size_t i> |
| PtrType< i > & | get (Dune::index_constant< i > id=Dune::index_constant< i >{}) |
| | access the problem ptr for domain with index i
|
| |
| TupleType & | asTuple () |
| | Access the underlying tuple representation.
|
| |
| const TupleType & | asTuple () const |
| | Access the underlying tuple representation.
|
| |