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

Function OPS_PML

SRC/interpreter/OpenSeesElementCommands.cpp:603–611  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

601 }
602 }
603 static void* OPS_PML() {
604 int ndm = OPS_GetNDM();
605 if (ndm == 2) {
606 return OPS_PML2D();
607 }
608 else {
609 return OPS_PML3DVISCOUS();
610 }
611 }
612
613 static int setUpFunctions(void)
614 {

Callers

nothing calls this directly

Calls 3

OPS_PML2DFunction · 0.85
OPS_PML3DVISCOUSFunction · 0.85
OPS_GetNDMFunction · 0.70

Tested by

no test coverage detected