#include <mast/base/mast_data_types.h>#include <mast/base/exceptions.hpp>#include <mast/numerics/fem_operator_matrix.hpp>
Go to the source code of this file.
Classes | |
| class | MAST::Physics::Elasticity::LinearContinuum::LinearAcceleration< FEVarType, DensityFieldType, SectionAreaType, Dim, ContextType > |
| This class implements the discrete evaluation of the acceleration kernel defined as
where, | |
Namespaces | |
| MAST | |
| MAST::Physics | |
| MAST::Physics::Elasticity | |
| MAST::Physics::Elasticity::LinearContinuum | |
Functions | |
| template<typename NodalScalarType , typename VarScalarType , typename FEVarType , uint_t Dim> | |
| void | MAST::Physics::Elasticity::LinearContinuum::displacement (const FEVarType &fe_var, const uint_t qp, typename Eigen::Matrix< VarScalarType, Dim, 1 > &u, MAST::Numerics::FEMOperatorMatrix< NodalScalarType > &Bmat) |