OGS
SolidMaterialInternalToSecondaryVariables.h File Reference

Detailed Description

Definition in file SolidMaterialInternalToSecondaryVariables.h.

Include dependency graph for SolidMaterialInternalToSecondaryVariables.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

struct  ProcessLib::Deformation::InternalVariablesCollection< InternalVariable >
class  ProcessLib::Deformation::CollectIntegrationPointDataForExtrapolation< InternalVariable >
class  ProcessLib::Deformation::CollectIntegrationPointDataForIpWriter< InternalVariable >

Namespaces

namespace  ProcessLib
namespace  ProcessLib::Deformation

Functions

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)