MCPcopy Create free account
hub / github.com/PyMesh/PyMesh / get_density

Method get_density

tools/Assembler/Materials/Material.h:41–43  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

39 throw NotImplementedError("strain_to_stress() is not implemented by subclasses.");
40 }
41 virtual Float get_density(VectorF coord) const {
42 throw NotImplementedError("get_density() is not implemented by subclasses.");
43 }
44 virtual Float get_density() const {
45 throw NotImplementedError("get_density() is not implemented by subclasses.");
46 }

Callers 6

assembleMethod · 0.45
assembleMethod · 0.45
assembleMethod · 0.45
assembleMethod · 0.45
TEST_FFunction · 0.45

Calls 1

NotImplementedErrorClass · 0.85

Tested by 1

TEST_FFunction · 0.36