Will Pazner
Will Pazner
## Description Allows the user to change the output of `StringMaker` and `StringMaker` from `std::fixed` to `std::scientific`. This can be useful when comparing very small numbers, which in fixed notation...
Each PA integrator replicates a bunch of complicated logic for the evaluation of coefficients (scalar, vector, matrix, symmetric matrix, etc.) at quadrature points, including some optimizations (for constant coefficients only...
This PR is a proof of concept that demonstrates a way of adding kernel specializations to a runtime dispatch table. I did this for `DiffusionIntegrator` here, but this idea could...
This is a ~WIP~ PR related to #2891. It introduces new classes * `FaceQuadratureSpace` * ~`FaceQuadratureFunction`~ The classes `QuadratureSpace` and `FaceQuadratureSpace` inherit from an abstract base class `QuadratureSpaceBase`, because a...
Proof of concept for supporting general coefficient types in batched LOR based on #3066.
This PR adds a new class `DGMassInverse` that solves the DG mass matrix system using a local (per-element) CG iteration (this was an idea @YohannDudouit had discussed some time ago...
- Adds common abstract base class for ElementRestriction operators - Adds `AddMultTranspose` to interface - Use `DETERMINANTS` instead of `JACOBIANS` in DomainLFIntegrator - Properly accumulate integrators in LinearFormExtension - Add...
Also, no longer delete `operator-` and `operator+` in `Vector`. | PR | Author | Editor | Reviewers | Assignment | Approval | Merge| | --- | --- | --- |...
`AssembleDiagonal` with partial assembly now properly supports element and boundary attribute markers. The existing unit tests are extended to test this functionality. Resolves #3998. | PR | Author | Editor...
There is a new linker in Xcode 15, it warns about duplicate libraries, which we want to silence. | PR | Author | Editor | Reviewers | Assignment | Approval...