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

Method get_material_tensor

tools/Assembler/Materials/Material.h:35–37  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

33
34 public:
35 virtual Float get_material_tensor(size_t i, size_t j, size_t k, size_t l, VectorF coord) const {
36 throw NotImplementedError("get_material_tensor() is not implemented by subclasses.");
37 }
38 virtual MatrixF strain_to_stress(const MatrixF& strain, VectorF coord) const {
39 throw NotImplementedError("strain_to_stress() is not implemented by subclasses.");
40 }

Callers 12

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

Calls 1

NotImplementedErrorClass · 0.85

Tested by 6

TEST_FFunction · 0.36
TEST_FFunction · 0.36
TEST_FFunction · 0.36
assert_material_eqMethod · 0.36
TEST_FFunction · 0.36