OGS
|
Definition at line 23 of file TH2MProcess.h.
#include <LocalAssemblerInterface.h>
Public Member Functions | |
LocalAssemblerInterface (MeshLib::Element const &e, NumLib::GenericIntegrationMethod const &integration_method, bool const is_axially_symmetric, TH2MProcessData< DisplacementDim > &process_data) | |
virtual std::size_t | setIPDataInitialConditions (std::string_view name, double const *values, int const integration_order)=0 |
unsigned | getNumberOfIntegrationPoints () const |
int | getMaterialID () const |
std::vector< double > | getMaterialStateVariableInternalState (std::function< std::span< double >(typename ConstitutiveRelations::SolidConstitutiveRelation< DisplacementDim >::MaterialStateVariables &)> const &get_values_span, int const &n_components) const |
ConstitutiveRelations::SolidConstitutiveRelation< DisplacementDim >::MaterialStateVariables const & | getMaterialStateVariablesAt (unsigned integration_point) const |
Public Member Functions inherited from ProcessLib::LocalAssemblerInterface | |
virtual | ~LocalAssemblerInterface ()=default |
virtual void | 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) |
virtual void | initialize (std::size_t const mesh_item_id, NumLib::LocalToGlobalIndexMap const &dof_table) |
virtual void | preAssemble (double const, double const, std::vector< double > const &) |
virtual void | assemble (double const t, double const dt, std::vector< double > const &local_x, std::vector< double > const &local_x_prev, std::vector< double > &local_M_data, std::vector< double > &local_K_data, std::vector< double > &local_b_data) |
virtual void | 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) |
virtual void | assembleWithJacobian (double const t, double const dt, std::vector< double > const &local_x, std::vector< double > const &local_x_prev, std::vector< double > &local_b_data, std::vector< double > &local_Jac_data) |
virtual void | 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) |
virtual void | 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) |
virtual void | preTimestep (std::size_t const mesh_item_id, NumLib::LocalToGlobalIndexMap const &dof_table, GlobalVector const &x, double const t, double const delta_t) |
virtual void | 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) |
void | 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) |
virtual Eigen::Vector3d | getFlux (MathLib::Point3d const &, double const, std::vector< double > const &) const |
virtual Eigen::Vector3d | getFlux (MathLib::Point3d const &, double const, std::vector< std::vector< double > > const &) const |
Fits to staggered scheme. | |
Public Member Functions inherited from NumLib::ExtrapolatableElement | |
virtual Eigen::Map< const Eigen::RowVectorXd > | getShapeMatrix (const unsigned integration_point) const =0 |
Provides the shape matrix at the given integration point. | |
virtual | ~ExtrapolatableElement ()=default |
Static Public Member Functions | |
static auto | getReflectionDataForOutput () |
Public Attributes | |
TH2MProcessData< DisplacementDim > & | process_data_ |
std::vector< typename ConstitutiveRelations::StatefulData< DisplacementDim > > | current_states_ |
std::vector< typename ConstitutiveRelations::StatefulDataPrev< DisplacementDim > > | prev_states_ |
std::vector< ConstitutiveRelations::MaterialStateData< DisplacementDim > > | material_states_ |
std::vector< ConstitutiveRelations::OutputData< DisplacementDim > > | output_data_ |
NumLib::GenericIntegrationMethod const & | integration_method_ |
MeshLib::Element const & | element_ |
bool const | is_axially_symmetric_ |
ConstitutiveRelations::SolidConstitutiveRelation< DisplacementDim > const & | solid_material_ |
|
inline |
Definition at line 32 of file LocalAssemblerInterface.h.
References ProcessLib::TH2M::LocalAssemblerInterface< DisplacementDim >::current_states_, NumLib::GenericIntegrationMethod::getNumberOfPoints(), ProcessLib::TH2M::LocalAssemblerInterface< DisplacementDim >::integration_method_, ProcessLib::TH2M::LocalAssemblerInterface< DisplacementDim >::material_states_, ProcessLib::TH2M::LocalAssemblerInterface< DisplacementDim >::output_data_, ProcessLib::TH2M::LocalAssemblerInterface< DisplacementDim >::prev_states_, and ProcessLib::TH2M::LocalAssemblerInterface< DisplacementDim >::solid_material_.
|
inline |
Definition at line 75 of file LocalAssemblerInterface.h.
References ProcessLib::TH2M::LocalAssemblerInterface< DisplacementDim >::element_, MeshLib::Element::getID(), and ProcessLib::TH2M::LocalAssemblerInterface< DisplacementDim >::process_data_.
|
inline |
Definition at line 82 of file LocalAssemblerInterface.h.
References ProcessLib::getIntegrationPointDataMaterialStateVariables(), and ProcessLib::TH2M::LocalAssemblerInterface< DisplacementDim >::material_states_.
|
inline |
Definition at line 98 of file LocalAssemblerInterface.h.
References ProcessLib::TH2M::LocalAssemblerInterface< DisplacementDim >::material_states_.
|
inline |
Definition at line 70 of file LocalAssemblerInterface.h.
References NumLib::GenericIntegrationMethod::getNumberOfPoints(), and ProcessLib::TH2M::LocalAssemblerInterface< DisplacementDim >::integration_method_.
|
inlinestatic |
Definition at line 103 of file LocalAssemblerInterface.h.
References ProcessLib::Reflection::reflectWithoutName().
|
pure virtual |
std::vector<typename ConstitutiveRelations::StatefulData<DisplacementDim> > ProcessLib::TH2M::LocalAssemblerInterface< DisplacementDim >::current_states_ |
Definition at line 114 of file LocalAssemblerInterface.h.
Referenced by ProcessLib::TH2M::LocalAssemblerInterface< DisplacementDim >::LocalAssemblerInterface(), ProcessLib::TH2M::TH2MLocalAssembler< ShapeFunctionDisplacement, ShapeFunctionPressure, DisplacementDim >::initializeConcrete(), and ProcessLib::TH2M::TH2MLocalAssembler< ShapeFunctionDisplacement, ShapeFunctionPressure, DisplacementDim >::postTimestepConcrete().
MeshLib::Element const& ProcessLib::TH2M::LocalAssemblerInterface< DisplacementDim >::element_ |
NumLib::GenericIntegrationMethod const& ProcessLib::TH2M::LocalAssemblerInterface< DisplacementDim >::integration_method_ |
Definition at line 127 of file LocalAssemblerInterface.h.
Referenced by ProcessLib::TH2M::LocalAssemblerInterface< DisplacementDim >::LocalAssemblerInterface(), ProcessLib::TH2M::TH2MLocalAssembler< ShapeFunctionDisplacement, ShapeFunctionPressure, DisplacementDim >::TH2MLocalAssembler(), ProcessLib::TH2M::LocalAssemblerInterface< DisplacementDim >::getNumberOfIntegrationPoints(), ProcessLib::TH2M::TH2MLocalAssembler< ShapeFunctionDisplacement, ShapeFunctionPressure, DisplacementDim >::initializeConcrete(), and ProcessLib::TH2M::TH2MLocalAssembler< ShapeFunctionDisplacement, ShapeFunctionPressure, DisplacementDim >::postTimestepConcrete().
bool const ProcessLib::TH2M::LocalAssemblerInterface< DisplacementDim >::is_axially_symmetric_ |
Definition at line 129 of file LocalAssemblerInterface.h.
std::vector<ConstitutiveRelations::MaterialStateData<DisplacementDim> > ProcessLib::TH2M::LocalAssemblerInterface< DisplacementDim >::material_states_ |
Definition at line 123 of file LocalAssemblerInterface.h.
Referenced by ProcessLib::TH2M::LocalAssemblerInterface< DisplacementDim >::LocalAssemblerInterface(), ProcessLib::TH2M::LocalAssemblerInterface< DisplacementDim >::getMaterialStateVariableInternalState(), ProcessLib::TH2M::LocalAssemblerInterface< DisplacementDim >::getMaterialStateVariablesAt(), ProcessLib::TH2M::TH2MLocalAssembler< ShapeFunctionDisplacement, ShapeFunctionPressure, DisplacementDim >::initializeConcrete(), and ProcessLib::TH2M::TH2MLocalAssembler< ShapeFunctionDisplacement, ShapeFunctionPressure, DisplacementDim >::postTimestepConcrete().
std::vector<ConstitutiveRelations::OutputData<DisplacementDim> > ProcessLib::TH2M::LocalAssemblerInterface< DisplacementDim >::output_data_ |
Definition at line 125 of file LocalAssemblerInterface.h.
Referenced by ProcessLib::TH2M::LocalAssemblerInterface< DisplacementDim >::LocalAssemblerInterface().
std::vector< typename ConstitutiveRelations::StatefulDataPrev<DisplacementDim> > ProcessLib::TH2M::LocalAssemblerInterface< DisplacementDim >::prev_states_ |
Definition at line 118 of file LocalAssemblerInterface.h.
Referenced by ProcessLib::TH2M::LocalAssemblerInterface< DisplacementDim >::LocalAssemblerInterface(), ProcessLib::TH2M::TH2MLocalAssembler< ShapeFunctionDisplacement, ShapeFunctionPressure, DisplacementDim >::initializeConcrete(), and ProcessLib::TH2M::TH2MLocalAssembler< ShapeFunctionDisplacement, ShapeFunctionPressure, DisplacementDim >::postTimestepConcrete().
TH2MProcessData<DisplacementDim>& ProcessLib::TH2M::LocalAssemblerInterface< DisplacementDim >::process_data_ |
ConstitutiveRelations::SolidConstitutiveRelation<DisplacementDim> const& ProcessLib::TH2M::LocalAssemblerInterface< DisplacementDim >::solid_material_ |