SpECTRE  v2025.03.17
All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Modules Pages
LinearSolver::Serial::ExplicitInverse< ValueType, 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 ValueType , typename LinearSolverRegistrars = tmpl::list<Registrars::ExplicitInverse<ValueType>>>
constexpr Options::String LinearSolver::Serial::ExplicitInverse< ValueType, 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: