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

Method addPoint

SRC/element/PFEMElement/TetMeshGenerator.cpp:77–85  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

75}
76
77int
78TetMeshGenerator::addPoint(double x, double y, double z, int mark)
79{
80 pointlist.push_back(x);
81 pointlist.push_back(y);
82 pointlist.push_back(z);
83 pointmarkerlist.push_back(mark);
84 return 0;
85}
86
87int
88TetMeshGenerator::addHole(double x, double y, double z)

Callers 7

meshMethod · 0.45
remeshMethod · 0.45
meshMethod · 0.45
remeshMethod · 0.45
meshMethod · 0.45
gridFSIMethod · 0.45
meshMethod · 0.45

Calls 1

push_backMethod · 0.80

Tested by

no test coverage detected