![]() |
Peano
|
Public Member Functions | |
__str__ (LagrangeBasis) | |
![]() | |
__init__ (self, num_points) | |
init_dictionary_with_default_parameters (self, d, multiDimArrays=False) | |
quadrature_points (self, render=True) | |
quadrature_weights (self, render=True) | |
Protected Member Functions | |
_compute_quadrature_points_and_weights (self, num_points) | |
To be implemented by subclass. | |
![]() | |
_transform_and_sort_points_and_weights (self, quadrature_points, quadrature_weights) | |
Transform quadrature quadrature_points and quadrature_weights for interval [-1,1] to quadrature_points and quadrature_weights for interval [0,1]. | |
Additional Inherited Members | |
![]() | |
order | |
Definition at line 465 of file LagrangeBasis.py.
exahype2.solvers.aderdg.LagrangeBasis.GaussLegendreBasis.__str__ | ( | LagrangeBasis | ) |
Reimplemented from exahype2.solvers.aderdg.LagrangeBasis.LagrangeBasis.
Definition at line 470 of file LagrangeBasis.py.
Referenced by peano4.toolbox.particles.postprocessing.ParticleVTUReader.VTUParticleSet.__repr__().
|
protected |
To be implemented by subclass.
Reimplemented from exahype2.solvers.aderdg.LagrangeBasis.LagrangeBasis.
Definition at line 466 of file LagrangeBasis.py.
References exahype2.solvers.aderdg.LagrangeBasis.LagrangeBasis._transform_and_sort_points_and_weights().