wareHHOuse / diskpp

DiSk++, a C++ library for Hybrid High-Order (HHO) and Discontinuous Galerkin skeletal methods
Other
14 stars 11 forks source link

Basis function rework #100

Open datafl4sh opened 1 year ago

datafl4sh commented 1 year ago

The implementation of basis functions is being reworked in order to allow the user to write pseudo-weak-forms in the code; in addition the basis stuff now lives in disk::basis. The 1D/2D scalar part is almost done, the 3D scalar part is undergoing.

Vector and matricial bases need to be rewritten in the new style.