f4enix.input.ww_gvr.meshgrids#

This file contains functions to create and operate pyvista meshes of cartesian and cylindrical grids.

These meshes follow the convention of k, j, i vectors.

j — — | 3 | 4 | — — | 1 | 2 | — — i

The values are given in an array of shape (k, j, i).

Functions

create_cartesian_grid(vector_i, vector_j, ...)

Create a cartesian grid with the given vectors and origin.

create_cylindrical_grid(vector_i, vector_j, ...)

Create a cylindrical grid with the given vectors and origin.