Skip to content

Implementation of local projection operators

Nathan Marín requested to merge quasipoints into devel

Implemented the local projection operators:

  • They are added to the DeRham diagram under the Ploc list.
  • Added functions that compute the local quasi-interpolation points, the Gauss-Legendre quadrature points, and the weights for histopolation.
  • Added a function that computes the weights wij and whij necessary to turn the DOFs evaluations into the FEEC.
  • Added the CommutingProjectorLocal class to projectors.py
  • Added to basis_projection_kernels.py the pyccel kernels that compute the DOF and FEEC coefficients for the Local projectors
  • Added the test test_local_projectors.py to verify the correctness of the local projectors.

Merge request reports