Serac  0.1
Serac is an implicit thermal strucural 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 "serac/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  serac::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

 serac
 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.