#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::Plate::LinearAcceleration< FEVarType, SectionPropertyType, ContextType > |
This class implements the discrete evaluation of the acceleration kernel defined as
where, | |
Namespaces | |
MAST | |
MAST::Physics | |
MAST::Physics::Elasticity | |
MAST::Physics::Elasticity::Plate | |
Functions | |
template<typename NodalScalarType , typename VarScalarType , typename FEVarType > | |
void | MAST::Physics::Elasticity::Plate::displacement (const FEVarType &fe_var, const uint_t qp, typename Eigen::Matrix< VarScalarType, 3, 1 > &u, MAST::Numerics::FEMOperatorMatrix< NodalScalarType > &Bmat) |