Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
104
void
105
BackgroundGrid::addElement(const GridIndex& index, Element* e)
106
{
107
data[index]->elements.push_back(e);
108
}
109
110
void
111
BackgroundGrid::setNode(const GridIndex& index, Node* nd)
Callers
15
TclModelBuilderElementCommand
Function · 0.45
TclModelBuilder_addMultipleShearSpring
Function · 0.45
TclModelBuilder_addMultipleNormalSpring
Function · 0.45
TclModelBuilder_addKikuchiBearing
Function · 0.45
TclModelBuilder_addYamamotoBiaxialHDR
Function · 0.45
TclModelBuilder_addWheelRail
Function · 0.45
TclCommand_GenerateInterfacePoints
Function · 0.45
TclCommand_GenerateToeInterfacePoints
Function · 0.45
doTriangulation
Method · 0.45
newElements
Method · 0.45
doTriangulation
Method · 0.45
OPS_PFEMElement2D
Function · 0.45
Calls
2
push_back
Method · 0.80
end
Method · 0.45
Tested by
no test coverage detected