|
Peano
|
Patch class that contains offset, size and value of a Peano patch. More...


Public Member Functions | |
| __init__ (self, offset, size, values, unknown_name, subdomain_number=0) | |
| __repr__ (self) | |
Data Fields | |
| offset = offset | |
| size = size | |
| values = values | |
| subdomain_number = subdomain_number | |
| unknown_name = unknown_name | |
| int | unknowns = -1 |
Patch class that contains offset, size and value of a Peano patch.
offset: Tuple Offset of the patch from origin of coordinate system
size: Tuple Size of patch
values: List List of values in the patch
subdomain: integer Integer value which identifies from which subdomain data stems from
file_path: String String of input file path (including filename and extension) Not here anymore.
| peano4.visualisation.input.Patch.Patch.__init__ | ( | self, | |
| offset, | |||
| size, | |||
| values, | |||
| unknown_name, | |||
| subdomain_number = 0 ) |
| peano4.visualisation.input.Patch.Patch.__repr__ | ( | self | ) |
Definition at line 38 of file Patch.py.
References convert::data::PatchData.offset, exahype2::PlotFilter::FilterEntry.offset, offset, toolbox::curvi::Interface.offset, toolbox::curvi::Root.offset, convert::data::PatchData.size, exahype2::PlotFilter::FilterEntry.size, size, toolbox::curvi::Interface.size, toolbox::curvi::Root.size, toolbox::particles::memorypool::GlobalContinuousMemoryPool< T >::GlobalMemory::Page.size, subdomain_number, unknown_name, exahype2::dg::PointSource.values, and values.
| peano4.visualisation.input.Patch.Patch.offset = offset |
Definition at line 31 of file Patch.py.
Referenced by __repr__().
| peano4.visualisation.input.Patch.Patch.size = size |
Definition at line 32 of file Patch.py.
Referenced by __repr__().
| peano4.visualisation.input.Patch.Patch.subdomain_number = subdomain_number |
Definition at line 34 of file Patch.py.
Referenced by peano4.visualisation.input.PatchFileParser.PatchFileParser.__parse_patch_region(), and __repr__().
| peano4.visualisation.input.Patch.Patch.unknown_name = unknown_name |
Definition at line 35 of file Patch.py.
Referenced by __repr__().
| int peano4.visualisation.input.Patch.Patch.unknowns = -1 |
Definition at line 36 of file Patch.py.
Referenced by CCZ4Solver.CCZ4Solver_FD4_SecondOrderFormulation_GlobalAdaptiveTimeStepWithEnclaveTasking.add_tracer(), and peano4.visualisation.input.PatchFileParser.UnknownAttributes.set_unknowns().
| peano4.visualisation.input.Patch.Patch.values = values |
Definition at line 33 of file Patch.py.
Referenced by __repr__().