Discretize

Discretize Mesh Reader

class PVGeo.ubc.disc_meshes.DiscretizeMeshReader(**kwargs)[source]

Bases: InterfacedBaseReader

A general reader for all discretize mesh objects saved to the .json serialized format

static _get_vtk_object(obj)[source]

Returns the mesh’s proper VTK data object

static _read_file(filename)[source]

Reads a mesh object from the serialized format

description = 'Serialized Discretize Meshes'
extensions = 'json'