Go to the source code of this file.
|
| template<typename SolidMaterial> |
| std::map< std::string, std::vector< std::pair< int, typename SolidMaterial::InternalVariable > > > | ProcessLib::Deformation::collectInternalVariables (std::map< int, std::shared_ptr< SolidMaterial > > const &solid_materials) |
| template<typename Pair> |
| | ProcessLib::Deformation::InternalVariablesCollection (std::vector< Pair > &&, int, bool) -> InternalVariablesCollection< typename Pair::second_type > |
| template<typename SolidMaterial> |
| void | ProcessLib::Deformation::forEachSolidMaterialInternalVariable (std::map< int, std::shared_ptr< SolidMaterial > > const &solid_materials, auto const &function) |
| template<typename LocalAssemblerInterface, typename SolidMaterial, typename AddSecondaryVariableCallback> |
| void | ProcessLib::Deformation::solidMaterialInternalToSecondaryVariables (std::map< int, std::shared_ptr< SolidMaterial > > const &solid_materials, AddSecondaryVariableCallback const &add_secondary_variable) |
| template<typename LocalAssemblerInterface, typename SolidMaterial> |
| void | ProcessLib::Deformation::solidMaterialInternalVariablesToIntegrationPointWriter (std::map< int, std::shared_ptr< SolidMaterial > > const &solid_materials, std::vector< std::unique_ptr< LocalAssemblerInterface > > const &local_assemblers, std::vector< std::unique_ptr< MeshLib::IntegrationPointWriter > > &integration_point_writer, int const integration_order) |