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

Method addElement

SRC/element/PFEMElement/BackgroundGrid.cpp:104–108  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

102}
103
104void
105BackgroundGrid::addElement(const GridIndex& index, Element* e)
106{
107 data[index]->elements.push_back(e);
108}
109
110void
111BackgroundGrid::setNode(const GridIndex& index, Node* nd)

Calls 2

push_backMethod · 0.80
endMethod · 0.45

Tested by

no test coverage detected