Unsorted miscellaneous stuff
Functions
|
Create Lines from boundaries that intersect a plane. |
Return number of processors on multiple platoforms. |
|
|
Create a streamline from startCoord and following a vector field in up and down direction. |
|
down = -1, up = 1, both = 0 |
boundaryPlaneIntersectionLines
pygimli.misc.
boundaryPlaneIntersectionLines
(boundaries, plane)[source]¶Create Lines from boundaries that intersect a plane.
number_of_processors
streamline
pygimli.misc.
streamline
(mesh, field, startCoord, dLengthSteps, dataMesh=None, maxSteps=1000, verbose=False, coords=(0, 1))[source]¶Create a streamline from startCoord and following a vector field in up and down direction.
streamlineDir