MCPcopy Create free account
hub / github.com/OpenSees/OpenSees / G3_GetNDMaterial

Function G3_GetNDMaterial

SRC/runtime/parsing/InterpreterAPI.cpp:398–404  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

396}
397
398NDMaterial *
399G3_GetNDMaterial(G3_Runtime* rt, int matTag)
400{
401 BasicModelBuilder* builder = G3_getSafeBuilder(rt);
402 assert(builder != nullptr);
403 return builder->getTypedObject<NDMaterial>(matTag);
404}
405
406int
407OPS_GetNDF()

Callers

nothing calls this directly

Calls 1

G3_getSafeBuilderFunction · 0.85

Tested by

no test coverage detected