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

smith::functional implementation for evaluating nodal lumped masses, give an input density field More...

#include "smith/physics/functional_weak_form.hpp"
#include "smith/physics/mesh.hpp"
Include dependency graph for lumped_mass_weak_form.hpp:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Namespaces

 smith
 Accelerator functionality.
 

Functions

template<int spatial_dim, typename LumpedFieldSpace , typename DensitySpace , typename... parameter_space>
auto smith::createSolidMassWeakForm (const std::string &physics_name, std::shared_ptr< smith::Mesh > &mesh, const FiniteElementState &lumped_field, const FiniteElementState &density)
 creates a lumped mass weak form
 

Detailed Description

smith::functional implementation for evaluating nodal lumped masses, give an input density field

Definition in file lumped_mass_weak_form.hpp.