version 0.4.4
Ikarus::Concepts::HasValidIDBCForceFunction Concept Reference

A concept to check if the underlying solver has a valid function to handle inhomogeneous Dirichlet BCs. More...

#include <ikarus/controlroutines/common.hh>

Concept definition

template<typename NLS>
concept Ikarus::Concepts::HasValidIDBCForceFunction = not std::same_as<typename NLS::IDBCForceFunction, utils::IDBCForceDefault>
A concept to check if the underlying solver has a valid function to handle inhomogeneous Dirichlet BC...
Definition: common.hh:26

Detailed Description

Template Parameters
NLSType of the nonlinear solver.