Results 33 issues of Will Pazner

In FiniteElementSpace::GetElementDofs and related functions, set the DofTransformation object to identity if no transformation is needed. | PR | Author | Editor | Reviewers | Assignment | Approval | Merge|...

bug
in-review

The data arrays grow only in the first dimension, and their other dimensions are fixed. Therefore, the chunk size is those dimensions should be equal to the dataset size. This...

minor
visualization
in-review

Resolves #4842 | PR | Author | Editor | Reviewers | Assignment | Approval | Merge| | --- | --- | --- | --- | --- | --- | ---...

bug
mesh
in-review

Based on the discussion in #4614, this is a proposed PR to introduce a `Handle` smart pointer class. This class models "maybe-owning" semantics, where the handle can either represent shared...

WIP

This PR adds a slower fallback for QuadratureFunction::ProjectGridFunction that will be used when QuadratureInterpolator is not supported for the finite element space. FiniteElementSpace::GetQuadratureInterpolator and FiniteElementSpace::GetFaceQuadratureInterpolator now may return nullptr if...

fem
in-review
request-for-comments

Some shortcodes like `katex.html` use `.Page.Scratch` to determine whether to load the CSS/JS needed. I noticed that if I use `hugo serve` and edit a _different page_, then it looks...

In BoomerAMG setup (`hypre_BoomerAMGSetup`), if print level is 1 or 3, the AMG hierarchy matrix statistics will be printed out with `hypre_BoomerAMGSetupStats`. On device, this will end up copying the...

- For non-symmetric matrices, this requires forming the transpose matrix. - For l1-Jacobi and lumped Jacobi, we don't implement the transpose action for non-symmetric matrices. This allows DSmoother and GSSmoother...

enhancement
linalg
in-review

This is the minimum order that is supported by ParaView. Prevents a possible error when setting the ParaView order equal to the order of a piecewise-constant DG space. | PR...

minor
visualization
in-review

Depends on #4947. Resolves #5005. | PR | Author | Editor | Reviewers | Assignment | Approval | Merge| | --- | --- | --- | --- | --- |...

minor
in-review