Commit Graph
7 Commits
Author SHA1 Message Date
Will Pazner f8b7be7137 Add some consts 2022-04-19 12:23:17 -07:00
Will Pazner af02170c00 Bugfix: set ScaleIntegrated before calling Eval with IntegratedGLL basis
Because the Poly_1D::Basis1D are cached and shared between finite element
spaces/collections, the *same* Basis object can be used in finite elements with
different map types (e.g. VALUE, INTEGRAL, H_CURL, or H_DIV). This means that
setting ScaleIntegrated when the map type is set will not always give correct
results. To fix this, we need to make sure that ScaleIntegrated is set correctly
before every call to EvalIntegrated.
2022-04-15 11:33:31 -07:00
Will Pazner 5967224259 Support projecting coefficients onto L2 elements with IntegratedGLL basis 2022-04-15 11:05:11 -07:00
Will Pazner 0b5d50da32 Remove check for nodal basis in L2_TetrahedronElement constructor
This allows creating 3D L2 finite element collections with IntegratedGLL basis
type.
2022-04-15 09:24:54 -07:00
Will Pazner 17bce1a92d Add ProjectDiv for L2 elements with IntegratedGLL basis 2022-04-15 09:24:10 -07:00
Tzanio 6d2530775b Extended copyright to 2022 2022-02-25 10:24:50 -08:00
Stowell, Mark L 2cffb578e2 Moving fe* files into subdirectory 2021-07-07 20:33:19 -07:00