#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.
Namespaces | |
| MAST | |
| MAST::Physics | |
| MAST::Physics::Conduction | |
| MAST::Physics::Conduction::GradientOperator | |
Functions | |
| template<typename NodalScalarType , typename VarScalarType , typename FEVarType , uint_t Dim> | |
| void | MAST::Physics::Conduction::GradientOperator::gradient_operator (const FEVarType &fe_var, const uint_t qp, typename Eigen::Matrix< VarScalarType, Dim, 1 > &epsilon, MAST::Numerics::FEMOperatorMatrix< NodalScalarType > &Bmat) |