Peano
Loading...
Searching...
No Matches
exahype2.solvers.aderdg.LagrangeBasis.GaussLegendreBasis Class Reference
Inheritance diagram for exahype2.solvers.aderdg.LagrangeBasis.GaussLegendreBasis:
Collaboration diagram for exahype2.solvers.aderdg.LagrangeBasis.GaussLegendreBasis:

Public Member Functions

 __str__ (LagrangeBasis)
 
- Public Member Functions inherited from exahype2.solvers.aderdg.LagrangeBasis.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.
 
- Protected Member Functions inherited from exahype2.solvers.aderdg.LagrangeBasis.LagrangeBasis
 _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

- Data Fields inherited from exahype2.solvers.aderdg.LagrangeBasis.LagrangeBasis
 order
 

Detailed Description

Definition at line 465 of file LagrangeBasis.py.

Member Function Documentation

◆ __str__()

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__().

Here is the caller graph for this function:

◆ _compute_quadrature_points_and_weights()

exahype2.solvers.aderdg.LagrangeBasis.GaussLegendreBasis._compute_quadrature_points_and_weights ( self,
num_points )
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().

Here is the call graph for this function:

The documentation for this class was generated from the following file: