|
Peano
|
This file contains the ParticleVTUReader class, which hosts methods to extract particle data from .vtu or .pvd files generated by Peano. More...
Data Structures | |
| class | ParticleVTUReader |
| Reads in particle fields from a single .vtu file, or all .vtu at a given snapshot time specified in the provided .pvd file. More... | |
| class | VTUParticleSet |
| Container for particle data. More... | |
Functions | |
| _clean_attribute_string (str attr) | |
| Clean up a string intended to be a particle attribute from illegal characters. | |
This file contains the ParticleVTUReader class, which hosts methods to extract particle data from .vtu or .pvd files generated by Peano.
|
protected |
Clean up a string intended to be a particle attribute from illegal characters.
cleaned_attr: str cleaned attribute string.
Definition at line 20 of file ParticleVTUReader.py.