SpECTRE  v2024.04.12
LinearSolver::Serial::ExplicitInverse< LinearSolverRegistrars >::WriteMatrixToFile Struct Reference

Public Types

using type = Options::Auto< std::string, Options::AutoLabel::None >
 

Static Public Attributes

static constexpr Options::String help
 

Member Data Documentation

◆ help

template<typename LinearSolverRegistrars = tmpl::list<Registrars::ExplicitInverse>>
constexpr Options::String LinearSolver::Serial::ExplicitInverse< LinearSolverRegistrars >::WriteMatrixToFile::help
staticconstexpr
Initial value:
=
"Write the matrix representation of the linear operator to a "
"space-delimited CSV file with this name. A '.txt' extension will be "
"added. Also a suffix with the element ID will be added if this linear "
"solver runs on an array element, so one file per element will be "
"written."

The documentation for this struct was generated from the following file: