SpECTRE  v2024.05.11
TestHelpers::LinearSolver::multigrid::OptionTags::LinearOperator Struct Reference

Public Types

using type = std::vector< std::vector< blaze::DynamicMatrix< double > > >
 

Static Public Attributes

static constexpr Options::String help
 

Member Data Documentation

◆ help

constexpr Options::String TestHelpers::LinearSolver::multigrid::OptionTags::LinearOperator::help
staticconstexpr
Initial value:
=
"The linear operator A to invert. The outer list corresponds to "
"multigrid levels, ordered from finest to coarsest grid. The inner list "
"corresponds to the elements in the domain. The number of columns in "
"each matrix corresponds to the number of grid points in the element, "
"and the number of rows corresponds to the total number of grid points "
"in the domain."

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