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

Method toDeformedCoord

SRC/material/yieldSurface/evolution/YS_Evolution.cpp:94–109  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

92}
93
94void YS_Evolution::toDeformedCoord(Vector &coord)
95{
96// if(getTag() == 10)
97// {
98// opserr << "DIM: " << dimension << endln;
99// opserr << "ISO: " << isotropicFactor;
100// opserr << "\a";
101// }
102
103 // no vector multipication in opensees
104 for(int i=0; i< coord.Size(); i++)
105 {
106 coord(i) = coord(i)*isotropicFactor(i) + translate(i);
107 }
108
109}
110
111void YS_Evolution::toOriginalCoord(Vector &coord)
112{

Callers 8

setToSurfaceMethod · 0.80
displayForcePointMethod · 0.80
displaySelfMethod · 0.80
displaySelfMethod · 0.80
displaySelfMethod · 0.80
displaySelfMethod · 0.80
displaySelfMethod · 0.80

Calls 1

SizeMethod · 0.45

Tested by

no test coverage detected