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

Method moveTo

SRC/element/PFEMElement/Particle.h:37–41  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

35 ~Particle();
36
37 void moveTo(const VDouble &coord, double subdt) {
38 this->coord = coord;
39 dt -= subdt;
40 if (dt < 0) dt = 0.0;
41 }
42
43 void move(const VDouble &disp, double subdt) {
44 this->coord += disp;

Callers 3

addParticleMethod · 0.80
moveFixedParticlesMethod · 0.80
interpolateMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected