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

Method end

kratos/python/add_model_part_to_python.cpp:735–735  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

733
734 iterator begin() const { return mrSubModelParts.begin(); }
735 iterator end() const { return mrSubModelParts.end(); }
736
737 std::size_t size() const { return mrSubModelParts.size(); }
738private:

Callers 15

AddMatrixToPythonFunction · 0.45
CreateVectorInterfaceFunction · 0.45
AddVectorToPythonFunction · 0.45
AllocateNumpyArrayFunction · 0.45
GetPybindArrayFunction · 0.45
CreateInterfaceMethod · 0.45
CreateInterfaceMethod · 0.45
CreateInterfaceMethod · 0.45
CreateInterfaceMethod · 0.45
itemsFunction · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected