|
Smith
0.1
Smith is an implicit thermal structural mechanics simulation code.
|
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... | |
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.
|
inline |
element-to-global ScatterAdd operation used in FEM assembly, for quantities of interest
| input | the values from each element |
| output | the total of those elemental values |
Definition at line 52 of file functional_qoi.inl.