MCPcopy Create free account
hub / github.com/KratosMultiphysics/Kratos / GetVariableData

Method GetVariableData

kratos/sources/serializer.cpp:31–34  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

29Serializer::RegisteredObjectsNameContainerType Serializer::msRegisteredObjectsName;
30
31const VariableData* Serializer::GetVariableData(std::string const & VariableName)
32{
33 return KratosComponents<VariableData>::pGet(VariableName);
34}
35
36/// Sets the Serializer in a state ready to be loaded
37/// Note: If the same object is loaded twice before deleting it from memory all its pointers will be duplicated.

Callers 8

CheckNodeValuesMethod · 0.80
CheckGPValuesMethod · 0.80
FillDatabaseMethod · 0.80
ReadDataTXTMethod · 0.80
ReadDataJSONMethod · 0.80

Calls 1

pGetFunction · 0.85

Tested by 1