Go to the source code of this file.
Newton sover for coupled problems.
Classes | |
class | Dumux::MultiDomainNewtonSolver< Assembler, LinearSolver, CouplingManager, Reassembler, Comm > |
Newton sover for coupled problems. More... | |
Namespaces | |
namespace | Dumux |
namespace | Dumux::Detail |
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 > > |