29namespace SmallDeformation
31template <
typename ShapeFunction,
int DisplacementDim>
59 std::size_t
const n_variables,
60 std::size_t
const local_matrix_size,
61 std::vector<unsigned>
const& dofIndex_to_localIndex,
63 bool const is_axially_symmetric,
67 std::vector<double>
const& ,
68 std::vector<double>
const& ,
69 std::vector<double>& ,
70 std::vector<double>& ,
71 std::vector<double>& )
override
74 "SmallDeformationLocalAssembler: assembly without jacobian is not "
79 Eigen::VectorXd
const& local_u,
80 Eigen::VectorXd& local_b,
81 Eigen::MatrixXd& local_J)
override;
85 double const )
override
87 unsigned const n_integration_points =
90 for (
unsigned ip = 0; ip < n_integration_points; ip++)
97 const double t, Eigen::VectorXd
const& local_u)
override;
100 const unsigned integration_point)
const override
105 return Eigen::Map<const Eigen::RowVectorXd>(N.data(), N.size());
110 std::vector<GlobalVector*>
const& ,
111 std::vector<NumLib::LocalToGlobalIndexMap const*>
const& ,
112 std::vector<double>& cache)
const override
120 std::vector<GlobalVector*>
const& ,
121 std::vector<NumLib::LocalToGlobalIndexMap const*>
const& ,
122 std::vector<double>& cache)
const override
130 std::vector<GlobalVector*>
const& x,
131 std::vector<NumLib::LocalToGlobalIndexMap const*>
const& dof_table,
132 std::vector<double>& cache)
const override;
136 std::vector<GlobalVector*>
const& x,
137 std::vector<NumLib::LocalToGlobalIndexMap const*>
const& dof_table,
138 std::vector<double>& cache)
const override;
150 Eigen::aligned_allocator<IntegrationPointDataType>>
unsigned getNumberOfPoints() const
MatrixType< _number_of_dof, _number_of_dof > StiffnessMatrixType
VectorType< _number_of_dof > NodalForceVectorType
MatrixType< DisplacementDim, _number_of_dof > HMatrixType
VectorType< DisplacementDim > ForceVectorType
NumLib::ShapeMatrices< NodalRowVectorType, DimNodalMatrixType, DimMatrixType, GlobalDimNodalMatrixType > ShapeMatrices
MatrixType< ShapeFunction::NPOINTS, ShapeFunction::NPOINTS > NodalMatrixType
VectorType< ShapeFunction::NPOINTS > NodalVectorType
Coordinates mapping matrices at particular location.