![]() |
Peano
|
Public Member Functions | |
__init__ (self, min_h, max_h, run_on_individual_pieces_of_data=True, verbose=False) | |
exploit_idempotent: boolean Exploit the fact that the filter is idempotent, i.e. | |
render (self, cell_data, dof, dimension, unknowns, is_data_associated_to_cell, description, mapping) | |
Overwrite this one for the particular filter. | |
![]() | |
__str__ (self) | |
Data Fields | |
min_h | |
max_h | |
![]() | |
run_on_individual_pieces_of_data | |
run_on_concatenated_data | |
verbose | |
Definition at line 6 of file ExtractMeshResolution.py.
peano4.visualisation.filters.ExtractMeshResolution.ExtractMeshResolution.__init__ | ( | self, | |
run_on_individual_pieces_of_data, | |||
run_on_concatenated_data, | |||
verbose = True, | |||
verbose = False ) |
exploit_idempotent: boolean Exploit the fact that the filter is idempotent, i.e.
that we can apply it to fragments of the dataset and then to the whole result again.
Reimplemented from peano4.visualisation.filters.Filter.Filter.
Definition at line 7 of file ExtractMeshResolution.py.
peano4.visualisation.filters.ExtractMeshResolution.ExtractMeshResolution.render | ( | self, | |
cell_data, | |||
dof, | |||
dimension, | |||
unknowns, | |||
is_data_associated_to_cell, | |||
description, | |||
mapping ) |
Overwrite this one for the particular filter.
Reimplemented from peano4.visualisation.filters.Filter.Filter.
Definition at line 30 of file ExtractMeshResolution.py.
References peano4.visualisation.filters.ExtractMeshResolution.ExtractMeshResolution.max_h, swift2.particle.Particle.Particle.max_h, solvers.api.CollocatedDLinearDiscretisationWithPointJacobi.CollocatedDLinearDiscretisationWithPointJacobi.max_h, solvers.api.Solver.Solver.max_h, api.solvers.Solver.Solver.max_h, peano4.visualisation.filters.ExtractMeshResolution.ExtractMeshResolution.min_h, swift2.particle.Particle.Particle.min_h, solvers.api.CollocatedDLinearDiscretisationWithPointJacobi.CollocatedDLinearDiscretisationWithPointJacobi.min_h, solvers.api.Solver.Solver.min_h, and api.solvers.Solver.Solver.min_h.
peano4.visualisation.filters.ExtractMeshResolution.ExtractMeshResolution.max_h |
Definition at line 17 of file ExtractMeshResolution.py.
Referenced by solvers.api.Solver.Solver.__str__(), api.solvers.CollocatedLowOrderDiscretisation.AssemblePetscMatrix.get_constructor_body(), api.solvers.DiscontinuousGalerkinDiscretisation.AssemblePetscMatrix.get_constructor_body(), swift2.particle.Particle.Particle.readme_descriptor(), and peano4.visualisation.filters.ExtractMeshResolution.ExtractMeshResolution.render().
peano4.visualisation.filters.ExtractMeshResolution.ExtractMeshResolution.min_h |
Definition at line 16 of file ExtractMeshResolution.py.
Referenced by solvers.api.Solver.Solver.__str__(), swift2.particle.Particle.Particle.readme_descriptor(), and peano4.visualisation.filters.ExtractMeshResolution.ExtractMeshResolution.render().