25#include "neml2/solvers/Solver.h"
35 options.
set<
bool>(
"verbose");
36 options.
set(
"verbose").doc() =
"Verbosity of the solver";
43 verbose(options.get<
bool>(
"verbose"))
The wrapper (decorator) for cross-referencing unresolved values at parse time.
Definition CrossRef.h:52
The base class of all "manufacturable" objects in the NEML2 library.
Definition NEML2Object.h:38
static OptionSet expected_options()
Definition NEML2Object.cxx:29
A custom map-like data structure. The keys are strings, and the values can be nonhomogeneously typed.
Definition OptionSet.h:59
const std::string & section() const
A readonly reference to the option set's section.
Definition OptionSet.h:95
T & set(const std::string &)
Definition OptionSet.h:436
Solver(const OptionSet &options)
Construct a new Solver object.
Definition Solver.cxx:41
static OptionSet expected_options()
Definition Solver.cxx:30
Definition CrossRef.cxx:32