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

Method ModelPart

kratos/sources/model_part.cpp:118–118  ·  view source on GitHub ↗

Default constructor.

Source from the content-addressed store, hash-verified

116
117/// Default constructor.
118ModelPart::ModelPart(VariablesList::Pointer pVariablesList, Model& rOwnerModel) : ModelPart("Default", pVariablesList, rOwnerModel) { }
119
120/// Constructor with name
121ModelPart::ModelPart(std::string const& NewName,VariablesList::Pointer pVariablesList, Model& rOwnerModel) : ModelPart(NewName, 1, pVariablesList, rOwnerModel) { }

Callers 2

read_stl.pyFile · 0.45
test_no_constructorMethod · 0.45

Calls 6

pGetMeshFunction · 0.85
SetLocalMeshMethod · 0.80
emptyMethod · 0.45
findMethod · 0.45
push_backMethod · 0.45
CloneMethod · 0.45

Tested by 1

test_no_constructorMethod · 0.36