SpECTRE  v2024.04.12
LinearSolver::Actions::CollectTotalNumPoints< IterationIdTag, OperandTag, OperatorAppliedToOperandTag, CoordsTag, ArraySectionIdTag > Struct Template Reference

Dispatch global reduction to get the size of the matrix. More...

#include <BuildMatrix.hpp>

Public Types

using simple_tags = tmpl::list< Tags::TotalNumPoints, Tags::LocalFirstIndex, IterationIdTag, OperandTag >
 
using compute_tags = tmpl::list<>
 
using const_global_cache_tags = tmpl::list< logging::Tags::Verbosity< OptionTags::BuildMatrixOptionsGroup > >
 

Static Public Member Functions

template<typename DbTags , typename... InboxTags, typename Metavariables , size_t Dim, typename ActionList , typename ParallelComponent >
static Parallel::iterable_action_return_t apply (db::DataBox< DbTags > &box, const tuples::TaggedTuple< InboxTags... > &, Parallel::GlobalCache< Metavariables > &cache, const ElementId< Dim > &array_index, const ActionList, const ParallelComponent *const)
 

Detailed Description

template<typename IterationIdTag, typename OperandTag, typename OperatorAppliedToOperandTag, typename CoordsTag, typename ArraySectionIdTag>
struct LinearSolver::Actions::CollectTotalNumPoints< IterationIdTag, OperandTag, OperatorAppliedToOperandTag, CoordsTag, ArraySectionIdTag >

Dispatch global reduction to get the size of the matrix.


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