![]() |
Peano
|
Data Structures | |
class | PatchFileData |
Helper class to capture the important data coming from a patch file. More... | |
class | SnapShot |
Small class to capture all of the snapshots in a Patch meta file. More... | |
class | Visualiser |
The visualiser is first and foremost a persistency layer around datasets. More... | |
Functions | |
validate (u_cell_data, u_dof, u_dimensions, u_unknowns, u_is_data_associated_to_cell, u_description, u_mapping) | |
All the parsers in a data set have to yield the same type of data, i.e. | |
peano4.visualisation.output.Visualiser.validate | ( | u_cell_data, | |
u_dof, | |||
u_dimensions, | |||
u_unknowns, | |||
u_is_data_associated_to_cell, | |||
u_description, | |||
u_mapping ) |
All the parsers in a data set have to yield the same type of data, i.e.
with the same number of unknowns and dofs/patch. I return the crucial data afterwards, i.e. this routine validates and returns the quantities of interest.
Definition at line 6 of file Visualiser.py.