_ip_data | ProcessLib::TH2M::TH2MLocalAssembler< ShapeFunctionDisplacement, ShapeFunctionPressure, DisplacementDim > | private |
_secondary_data | ProcessLib::TH2M::TH2MLocalAssembler< ShapeFunctionDisplacement, ShapeFunctionPressure, DisplacementDim > | private |
assemble(double const, double const, std::vector< double > const &, std::vector< double > const &, std::vector< double > &, std::vector< double > &, std::vector< double > &) override | ProcessLib::TH2M::TH2MLocalAssembler< ShapeFunctionDisplacement, ShapeFunctionPressure, DisplacementDim > | privatevirtual |
assembleForStaggeredScheme(double const t, double const dt, Eigen::VectorXd const &local_x, Eigen::VectorXd const &local_x_prev, int const process_id, std::vector< double > &local_M_data, std::vector< double > &local_K_data, std::vector< double > &local_b_data) | ProcessLib::LocalAssemblerInterface | virtual |
assembleWithJacobian(double const t, double const dt, std::vector< double > const &local_x, std::vector< double > const &local_x_prev, std::vector< double > &local_rhs_data, std::vector< double > &local_Jac_data) override | ProcessLib::TH2M::TH2MLocalAssembler< ShapeFunctionDisplacement, ShapeFunctionPressure, DisplacementDim > | privatevirtual |
assembleWithJacobianForStaggeredScheme(double const t, double const dt, Eigen::VectorXd const &local_x, Eigen::VectorXd const &local_x_prev, int const process_id, std::vector< double > &local_b_data, std::vector< double > &local_Jac_data) | ProcessLib::LocalAssemblerInterface | virtual |
BMatricesType typedef | ProcessLib::TH2M::TH2MLocalAssembler< ShapeFunctionDisplacement, ShapeFunctionPressure, DisplacementDim > | private |
C_index | ProcessLib::TH2M::TH2MLocalAssembler< ShapeFunctionDisplacement, ShapeFunctionPressure, DisplacementDim > | privatestatic |
C_size | ProcessLib::TH2M::TH2MLocalAssembler< ShapeFunctionDisplacement, ShapeFunctionPressure, DisplacementDim > | privatestatic |
capillary_pressure_index | ProcessLib::TH2M::TH2MLocalAssembler< ShapeFunctionDisplacement, ShapeFunctionPressure, DisplacementDim > | privatestatic |
capillary_pressure_size | ProcessLib::TH2M::TH2MLocalAssembler< ShapeFunctionDisplacement, ShapeFunctionPressure, DisplacementDim > | privatestatic |
computeSecondaryVariable(std::size_t const mesh_item_id, std::vector< NumLib::LocalToGlobalIndexMap const * > const &dof_tables, double const t, double const dt, std::vector< GlobalVector * > const &x, GlobalVector const &x_prev, int const process_id) | ProcessLib::LocalAssemblerInterface | virtual |
computeSecondaryVariableConcrete(double const t, double const dt, Eigen::VectorXd const &local_x, Eigen::VectorXd const &local_x_prev) override | ProcessLib::TH2M::TH2MLocalAssembler< ShapeFunctionDisplacement, ShapeFunctionPressure, DisplacementDim > | privatevirtual |
current_states_ | ProcessLib::TH2M::LocalAssemblerInterface< DisplacementDim > | |
displacement_index | ProcessLib::TH2M::TH2MLocalAssembler< ShapeFunctionDisplacement, ShapeFunctionPressure, DisplacementDim > | privatestatic |
displacement_size | ProcessLib::TH2M::TH2MLocalAssembler< ShapeFunctionDisplacement, ShapeFunctionPressure, DisplacementDim > | privatestatic |
element_ | ProcessLib::TH2M::LocalAssemblerInterface< DisplacementDim > | |
gas_pressure_index | ProcessLib::TH2M::TH2MLocalAssembler< ShapeFunctionDisplacement, ShapeFunctionPressure, DisplacementDim > | privatestatic |
gas_pressure_size | ProcessLib::TH2M::TH2MLocalAssembler< ShapeFunctionDisplacement, ShapeFunctionPressure, DisplacementDim > | privatestatic |
getFlux(MathLib::Point3d const &, double const, std::vector< double > const &) const | ProcessLib::LocalAssemblerInterface | inlinevirtual |
getFlux(MathLib::Point3d const &, double const, std::vector< std::vector< double > > const &) const | ProcessLib::LocalAssemblerInterface | inlinevirtual |
getMaterialID() const | ProcessLib::TH2M::LocalAssemblerInterface< DisplacementDim > | inline |
getMaterialStateVariableInternalState(std::function< std::span< double >(typename ConstitutiveRelations::SolidConstitutiveRelation< DisplacementDim >::MaterialStateVariables &)> const &get_values_span, int const &n_components) const | ProcessLib::TH2M::LocalAssemblerInterface< DisplacementDim > | inline |
getMaterialStateVariablesAt(unsigned integration_point) const | ProcessLib::TH2M::LocalAssemblerInterface< DisplacementDim > | inline |
getNumberOfIntegrationPoints() const | ProcessLib::TH2M::LocalAssemblerInterface< DisplacementDim > | inline |
getReflectionDataForOutput() | ProcessLib::TH2M::LocalAssemblerInterface< DisplacementDim > | inlinestatic |
getShapeMatrix(const unsigned integration_point) const override | ProcessLib::TH2M::TH2MLocalAssembler< ShapeFunctionDisplacement, ShapeFunctionPressure, DisplacementDim > | inlineprivatevirtual |
GlobalDimMatrixType typedef | ProcessLib::TH2M::TH2MLocalAssembler< ShapeFunctionDisplacement, ShapeFunctionPressure, DisplacementDim > | |
GlobalDimVectorType typedef | ProcessLib::TH2M::TH2MLocalAssembler< ShapeFunctionDisplacement, ShapeFunctionPressure, DisplacementDim > | |
initialize(std::size_t const mesh_item_id, NumLib::LocalToGlobalIndexMap const &dof_table) | ProcessLib::LocalAssemblerInterface | virtual |
initializeConcrete() override | ProcessLib::TH2M::TH2MLocalAssembler< ShapeFunctionDisplacement, ShapeFunctionPressure, DisplacementDim > | inlineprivatevirtual |
integration_method_ | ProcessLib::TH2M::LocalAssemblerInterface< DisplacementDim > | |
Invariants typedef | ProcessLib::TH2M::TH2MLocalAssembler< ShapeFunctionDisplacement, ShapeFunctionPressure, DisplacementDim > | |
IpData typedef | ProcessLib::TH2M::TH2MLocalAssembler< ShapeFunctionDisplacement, ShapeFunctionPressure, DisplacementDim > | private |
is_axially_symmetric_ | ProcessLib::TH2M::LocalAssemblerInterface< DisplacementDim > | |
KelvinVectorSize | ProcessLib::TH2M::TH2MLocalAssembler< ShapeFunctionDisplacement, ShapeFunctionPressure, DisplacementDim > | static |
LocalAssemblerInterface(MeshLib::Element const &e, NumLib::GenericIntegrationMethod const &integration_method, bool const is_axially_symmetric, TH2MProcessData< DisplacementDim > &process_data) | ProcessLib::TH2M::LocalAssemblerInterface< DisplacementDim > | inline |
material_states_ | ProcessLib::TH2M::LocalAssemblerInterface< DisplacementDim > | |
MatrixType typedef | ProcessLib::TH2M::TH2MLocalAssembler< ShapeFunctionDisplacement, ShapeFunctionPressure, DisplacementDim > | |
N_u_op | ProcessLib::TH2M::TH2MLocalAssembler< ShapeFunctionDisplacement, ShapeFunctionPressure, DisplacementDim > | static |
output_data_ | ProcessLib::TH2M::LocalAssemblerInterface< DisplacementDim > | |
postNonLinearSolver(std::size_t const mesh_item_id, std::vector< NumLib::LocalToGlobalIndexMap const * > const &dof_tables, std::vector< GlobalVector * > const &x, std::vector< GlobalVector * > const &x_prev, double const t, double const dt, int const process_id) | ProcessLib::LocalAssemblerInterface | |
postNonLinearSolverConcrete(Eigen::VectorXd const &, Eigen::VectorXd const &, double const, double const, int const) | ProcessLib::LocalAssemblerInterface | inlineprivatevirtual |
postTimestep(std::size_t const mesh_item_id, std::vector< NumLib::LocalToGlobalIndexMap const * > const &dof_tables, std::vector< GlobalVector * > const &x, std::vector< GlobalVector * > const &x_prev, double const t, double const dt, int const process_id) | ProcessLib::LocalAssemblerInterface | virtual |
postTimestepConcrete(Eigen::VectorXd const &, Eigen::VectorXd const &, double const, double const, int const) override | ProcessLib::TH2M::TH2MLocalAssembler< ShapeFunctionDisplacement, ShapeFunctionPressure, DisplacementDim > | inlineprivatevirtual |
preAssemble(double const, double const, std::vector< double > const &) | ProcessLib::LocalAssemblerInterface | inlinevirtual |
preTimestep(std::size_t const mesh_item_id, NumLib::LocalToGlobalIndexMap const &dof_table, GlobalVector const &x, double const t, double const delta_t) | ProcessLib::LocalAssemblerInterface | virtual |
preTimestepConcrete(std::vector< double > const &, double const, double const) | ProcessLib::LocalAssemblerInterface | inlineprivatevirtual |
prev_states_ | ProcessLib::TH2M::LocalAssemblerInterface< DisplacementDim > | |
process_data_ | ProcessLib::TH2M::LocalAssemblerInterface< DisplacementDim > | |
setInitialConditions(std::size_t const mesh_item_id, std::vector< NumLib::LocalToGlobalIndexMap const * > const &dof_tables, std::vector< GlobalVector * > const &x, double const t, int const process_id) | ProcessLib::LocalAssemblerInterface | virtual |
setInitialConditionsConcrete(Eigen::VectorXd const local_x, double const t, int const process_id) override | ProcessLib::TH2M::TH2MLocalAssembler< ShapeFunctionDisplacement, ShapeFunctionPressure, DisplacementDim > | privatevirtual |
setIPDataInitialConditions(std::string_view const name, double const *values, int const integration_order) override | ProcessLib::TH2M::TH2MLocalAssembler< ShapeFunctionDisplacement, ShapeFunctionPressure, DisplacementDim > | privatevirtual |
ShapeMatricesTypeDisplacement typedef | ProcessLib::TH2M::TH2MLocalAssembler< ShapeFunctionDisplacement, ShapeFunctionPressure, DisplacementDim > | |
ShapeMatricesTypePressure typedef | ProcessLib::TH2M::TH2MLocalAssembler< ShapeFunctionDisplacement, ShapeFunctionPressure, DisplacementDim > | |
solid_material_ | ProcessLib::TH2M::LocalAssemblerInterface< DisplacementDim > | |
SymmetricTensor typedef | ProcessLib::TH2M::TH2MLocalAssembler< ShapeFunctionDisplacement, ShapeFunctionPressure, DisplacementDim > | |
temperature_index | ProcessLib::TH2M::TH2MLocalAssembler< ShapeFunctionDisplacement, ShapeFunctionPressure, DisplacementDim > | privatestatic |
temperature_size | ProcessLib::TH2M::TH2MLocalAssembler< ShapeFunctionDisplacement, ShapeFunctionPressure, DisplacementDim > | privatestatic |
TH2MLocalAssembler(TH2MLocalAssembler const &)=delete | ProcessLib::TH2M::TH2MLocalAssembler< ShapeFunctionDisplacement, ShapeFunctionPressure, DisplacementDim > | |
TH2MLocalAssembler(TH2MLocalAssembler &&)=delete | ProcessLib::TH2M::TH2MLocalAssembler< ShapeFunctionDisplacement, ShapeFunctionPressure, DisplacementDim > | |
TH2MLocalAssembler(MeshLib::Element const &e, std::size_t const, NumLib::GenericIntegrationMethod const &integration_method, bool const is_axially_symmetric, TH2MProcessData< DisplacementDim > &process_data) | ProcessLib::TH2M::TH2MLocalAssembler< ShapeFunctionDisplacement, ShapeFunctionPressure, DisplacementDim > | |
updateConstitutiveVariables(Eigen::VectorXd const &local_x, Eigen::VectorXd const &local_x_prev, double const t, double const dt, ConstitutiveRelations::ConstitutiveModels< DisplacementDim > const &models) | ProcessLib::TH2M::TH2MLocalAssembler< ShapeFunctionDisplacement, ShapeFunctionPressure, DisplacementDim > | private |
updateConstitutiveVariablesDerivatives(Eigen::VectorXd const &local_x, Eigen::VectorXd const &local_x_prev, double const t, double const dt, std::vector< ConstitutiveRelations::ConstitutiveData< DisplacementDim > > const &ip_constitutive_data, std::vector< ConstitutiveRelations::ConstitutiveTempData< DisplacementDim > > const &ip_constitutive_variables, ConstitutiveRelations::ConstitutiveModels< DisplacementDim > const &models) | ProcessLib::TH2M::TH2MLocalAssembler< ShapeFunctionDisplacement, ShapeFunctionPressure, DisplacementDim > | private |
VectorType typedef | ProcessLib::TH2M::TH2MLocalAssembler< ShapeFunctionDisplacement, ShapeFunctionPressure, DisplacementDim > | |
W_index | ProcessLib::TH2M::TH2MLocalAssembler< ShapeFunctionDisplacement, ShapeFunctionPressure, DisplacementDim > | privatestatic |
W_size | ProcessLib::TH2M::TH2MLocalAssembler< ShapeFunctionDisplacement, ShapeFunctionPressure, DisplacementDim > | privatestatic |
~ExtrapolatableElement()=default | NumLib::ExtrapolatableElement | virtual |
~LocalAssemblerInterface()=default | ProcessLib::LocalAssemblerInterface | virtual |