Core module

A module containing core tools and wrappers for paraview data containers used in simphony_paraview.

Classes

cuba_data_accumulator.CUBADataAccumulator

Functions

supported_cuba() Return a set of currently supported CUBA keys.
default_cuba_value(cuba) Return the default value of the CUBA key as a scalar or numpy array.
cuds2vtk.cuds2vtk

Mappings

constants.points2edge
constants.points2face
constants.points2cell
constants.dataset2writer
constants.cuba_value_types

Description


simphony_paraview.core.cuba_utils.supported_cuba()[source]

Return a set of currently supported CUBA keys.

simphony_paraview.core.cuba_utils.default_cuba_value(cuba)[source]

Return the default value of the CUBA key as a scalar or numpy array.

Int type values have -1 as default, while float type values have numpy.nan.