gp.disp.small
Syntax
Vector Access
- v = gp.disp.small(gp<,i>)
- gp.disp.small(gp<,i>) = v
Get the small displacement vector for the gridpoint. Returns a vector, unless an optional component argument i is supplied, in which case it returns the component value.
Small displacements are incremented from velocity and timestep only in the small-strain model. See the command
model largestrain
. The small-strain vector field is used in the interface logic to calculate overlaps.Returns: v - small displacement vector or component
Accepts: v - small displacement vector or component
Arguments: gp - gridpoint pointer
Component Access
- f = gp.disp.small.x(gp)
- gp.disp.small.x(gp) = f
Get the x-component small displacement vector.
Returns: f - x-component small displacement vector Accepts: f - x-component small displacement vector Arguments: gp - gridpoint pointer
Was this helpful? ... | PFC 6.0 © 2019, Itasca | Updated: Nov 19, 2021 |