3.2-git
DUNE for Multi-{Phase, Component, Scale, Physics, ...} flow and transport in porous media
Loading...
Searching...
No Matches
newtonsolver.hh File Reference

Newton sover for coupled problems. More...

#include <memory>
#include <dumux/nonlinear/newtonsolver.hh>

Go to the source code of this file.

Description

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>>