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

Method Mesh

SRC/element/PFEMElement/Mesh.cpp:127–132  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

125// mesh class
126
127Mesh::Mesh(int tag, int numelends)
128 : TaggedObject(tag), meshsize(0.0),
129 id(0), ndf(OPS_GetNDF()), numelenodes(numelends),
130 ndtags(), newndtags(), eletags(), elenodes(),
131 eleType(0), fluid(false) {
132}
133
134Mesh::~Mesh() {
135 Domain *domain = OPS_GetDomain();

Callers

nothing calls this directly

Calls 1

OPS_GetNDFFunction · 0.50

Tested by

no test coverage detected