Concept to check if a type represents a nonlinear solver state.
More...
#include <ikarus/utils/concepts.hh>
template<typename S>
typename S::Domain;
typename S::CorrectionType;
{ s.information } -> std::same_as<const NonLinearSolverInformation&>;
{ s.domain } -> std::same_as<const typename S::Domain&>;
{ s.correction } -> std::same_as<const typename S::CorrectionType&>;
}
Concept to check if a type represents a nonlinear solver state.
Definition: utils/concepts.hh:664