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

This contains a class that represents the dual of a finite element vector space, i.e. the space of residuals and sensitivities. More...

#include <memory>
#include "mfem.hpp"
#include "smith/physics/state/finite_element_vector.hpp"
Include dependency graph for finite_element_dual.hpp:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

class  smith::FiniteElementDual
 Class for encapsulating the dual vector space of a finite element space (i.e. the space of linear forms as applied to a specific basis set) More...
 

Namespaces

 smith
 Accelerator functionality.
 

Detailed Description

This contains a class that represents the dual of a finite element vector space, i.e. the space of residuals and sensitivities.

Definition in file finite_element_dual.hpp.