SpECTRE  v2025.08.19
LinearSolver::OptionTags::BuildMatrixOptionsGroup Struct Reference

Options for building the explicit matrix representation of the linear operator. More...

#include <BuildMatrix.hpp>

Static Public Member Functions

static std::string name ()
 

Static Public Attributes

static constexpr Options::String help
 

Detailed Description

Options for building the explicit matrix representation of the linear operator.

Member Data Documentation

◆ help

constexpr Options::String LinearSolver::OptionTags::BuildMatrixOptionsGroup::help
staticconstexpr
Initial value:
= {
"Options for building the explicit matrix representation of the linear "
"operator. This is done by applying the linear operator to unit "
"vectors and is useful for debugging and analysis only, not to actually "
"solve the elliptic problem (that should happen iteratively)."}

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