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

Option for enabling direct solve of the linear problem. More...

#include <BuildMatrix.hpp>

Public Types

using type = bool
 
using group = BuildMatrixOptionsGroup
 

Static Public Attributes

static constexpr Options::String help
 

Detailed Description

Option for enabling direct solve of the linear problem.

Member Data Documentation

◆ help

constexpr Options::String LinearSolver::OptionTags::EnableDirectSolve::help
staticconstexpr
Initial value:
= {
"Directly invert the assembled matrix and solve the linear problem. "
"This can be unfeasible if the linear problem is too big."}

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