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

Implements the WeakForm interface using smith::ShapeAwareFunctional. Allows for generic specification of body and boundary integrals. More...

#include "smith/physics/weak_form.hpp"
#include "smith/physics/mesh.hpp"
#include "smith/numerics/functional/shape_aware_functional.hpp"
#include "smith/physics/state/finite_element_state.hpp"
#include "smith/physics/state/finite_element_dual.hpp"
Include dependency graph for functional_weak_form.hpp:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

class  smith::FunctionalWeakForm< spatial_dim, OutputSpace, Parameters< InputSpaces... >, std::integer_sequence< int, input_indices... > >
 A nonlinear WeakForm class implemented using smith::Functional. More...
 

Namespaces

 smith
 Accelerator functionality.
 

Functions

std::vector< const mfem::ParFiniteElementSpace * > smith::getSpaces (const std::vector< smith::FiniteElementState > &states)
 Helper function to construct vector of spaces from an existing vector of FiniteElementState. More...
 

Detailed Description

Implements the WeakForm interface using smith::ShapeAwareFunctional. Allows for generic specification of body and boundary integrals.

Definition in file functional_weak_form.hpp.