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

Function EntityInitialize

kratos/python/add_mesh_to_python.cpp:331–336  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

329
330template<class TEntityType>
331void EntityInitialize(
332 TEntityType& dummy,
333 const ProcessInfo& rCurrentProcessInfo)
334{
335 dummy.Initialize(rCurrentProcessInfo);
336}
337
338template<class TEntityType, class TDataType>
339void EntityCalculateSensitivityMatrix(

Callers

nothing calls this directly

Calls 1

InitializeMethod · 0.45

Tested by

no test coverage detected