25namespace MPL = MaterialPropertyLib;
27template <
typename ShapeFunction,
int DisplacementDim>
52 std::size_t
const local_matrix_size,
54 bool const is_axially_symmetric,
58 std::vector<double>
const& ,
59 std::vector<double>
const& ,
60 std::vector<double>& ,
61 std::vector<double>& ,
62 std::vector<double>& )
override
65 "SmallDeformationLocalAssembler: assembly without jacobian is not "
70 std::vector<double>
const& local_x,
71 std::vector<double>
const& ,
72 std::vector<double>& local_b_data,
73 std::vector<double>& local_Jac_data)
override;
77 double const )
override
79 unsigned const n_integration_points =
82 for (
unsigned ip = 0; ip < n_integration_points; ip++)
89 double const t, Eigen::VectorXd
const& local_x)
override;
92 const unsigned integration_point)
const override
97 return Eigen::Map<const Eigen::RowVectorXd>(N.data(), N.size());
102 std::vector<GlobalVector*>
const& x,
103 std::vector<NumLib::LocalToGlobalIndexMap const*>
const& dof_table,
104 std::vector<double>& cache)
const override;
108 std::vector<GlobalVector*>
const& x,
109 std::vector<NumLib::LocalToGlobalIndexMap const*>
const& dof_table,
110 std::vector<double>& cache)
const override;
114 std::vector<GlobalVector*>
const& ,
115 std::vector<NumLib::LocalToGlobalIndexMap const*>
const& ,
116 std::vector<double>& cache)
const override
124 std::vector<GlobalVector*>
const& ,
125 std::vector<NumLib::LocalToGlobalIndexMap const*>
const& ,
126 std::vector<double>& cache)
const override
139 Eigen::aligned_allocator<IntegrationPointDataType>>
157 _ip_data, this->_element, this->_integration_method,
158 this->_is_axially_symmetric);
EigenFixedShapeMatrixPolicy< ShapeFunction, GlobalDim > ShapeMatrixPolicyType
MatrixType< 3, ShapeFunction::NPOINTS > BBarMatrixType
MatrixType< _number_of_dof, _number_of_dof > StiffnessMatrixType
VectorType< _number_of_dof > NodalForceVectorType
Rhs residual.
BBarMatrixType computeDilatationalBbar(std::vector< IpData, Eigen::aligned_allocator< IpData > > const &ip_data, MeshLib::Element const &element, NumLib::GenericIntegrationMethod const &integration_method, const bool is_axially_symmetric)
NumLib::ShapeMatrices< NodalRowVectorType, DimNodalMatrixType, DimMatrixType, GlobalDimNodalMatrixType > ShapeMatrices
MatrixType< ShapeFunction::NPOINTS, ShapeFunction::NPOINTS > NodalMatrixType
VectorType< ShapeFunction::NPOINTS > NodalVectorType