f4enix.input.ww_gvr.geometry#

This module contains the Geometry class, which is used to create a pyvista grid from the coarse and fine vectors of a WW file. It also contains the methods to fill the grid with the values of the WW file and to plot it.

Classes

Geometry(header, coarse_vectors, fine_vectors)

Class that contains all the geometrical information and methods associated to a WW file, including a pyvista mesh.