Go to the source code of this file.
Newton solver for coupled problems.
Classes | |
| class | Dumux::MultiDomainNewtonSolver< Assembler, LinearSolver, CouplingManager, Reassembler, Comm > |
| Newton solver for coupled problems. More... | |
Namespaces | |
| namespace | Dumux |
| Adaption of the non-isothermal two-phase two-component flow model to problems with CO2. | |
| namespace | Dumux::Detail |
| Distance implementation details. | |
Typedefs | |
| template<class Assembler , class Index > | |
| using | Dumux::Detail::DetectPVSwitchMultiDomain = typename Assembler::template GridVariables< Index::value >::VolumeVariables::PrimaryVariableSwitch |
| template<class Assembler , std::size_t i> | |
| using | Dumux::Detail::GetPVSwitchMultiDomain = Dune::Std::detected_or< int, DetectPVSwitchMultiDomain, Assembler, Dune::index_constant< i > > |