Smith  0.1
Smith is an implicit thermal structural mechanics simulation code.
Classes | Namespaces
functional_qoi.inl File Reference

a specialization of smith::Functional for quantities of interest More...

This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

struct  smith::QoIProlongation
 this class behaves like a Prolongation operator, except is specialized for the case of a quantity of interest. The action of its MultTranspose() operator (the only thing it is used for) sums the values from different processors. More...
 
struct  smith::QoIElementRestriction
 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...
 
class  smith::Functional< double(trials...), exec >
 a partial template specialization of Functional with test == double, implying "quantity of interest" More...
 

Namespaces

 smith
 Accelerator functionality.
 

Detailed Description

a specialization of smith::Functional for quantities of interest

Definition in file functional_qoi.inl.