Serac  0.1
Serac is an implicit thermal strucural mechanics simulation code.
Public Member Functions | List of all members
serac::QoIElementRestriction Struct Reference

this class behaves like a Restriction operator, except is specialized for the case of a quantity of interest. The action of its ScatterAdd() operator (the only thing it is used for) sums the values on this local processor. More...

Public Member Functions

void ScatterAdd (const mfem::Vector &input, mfem::Vector &output) const
 element-to-global ScatterAdd operation used in FEM assembly, for quantities of interest More...
 

Detailed Description

this class behaves like a Restriction operator, except is specialized for the case of a quantity of interest. The action of its ScatterAdd() operator (the only thing it is used for) sums the values on this local processor.

Definition at line 45 of file functional_qoi.inl.

Member Function Documentation

◆ ScatterAdd()

void serac::QoIElementRestriction::ScatterAdd ( const mfem::Vector &  input,
mfem::Vector &  output 
) const
inline

element-to-global ScatterAdd operation used in FEM assembly, for quantities of interest

Parameters
inputthe values from each element
outputthe total of those elemental values

Definition at line 52 of file functional_qoi.inl.


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