Joseph Signorelli

Results 15 issues of Joseph Signorelli

The matrix defined for projection of SymmetricMatrixCoefficient onto a QuadratureFunction appears to be of incorrect size. The current code creates a vdim x vdim matrix, where vdim is the dimension...

bug
fem
in-next
in-review

In the context of #4171, it doesn't make sense for `Eval` (and `Project`) to not have `const` qualifiers, as calls to them should not be altering the state of the...

enhancement
usage
WIP
API change

This PR implements the same functionality as `FiniteElementSpace::BuildDofToArrays()`, `FiniteElementSpace::GetElementForDof()`, and `FiniteElementSpace::GetLocalDofForDof()` but for boundary elements. This is useful particularly if needing to get the first boundary element's `ElementTransformation` and the...

minor
fem
in-next
documentation
in-review

This PR adds `GetOwnership()` and `SetOwnership()` methods for `VectorArrayCoefficient`, `MatrixArrayCoefficient`, and `MatrixArrayVectorCoefficient`, as there is currently no straightforward way to take/give ownership of a coefficient to objects of these types...

enhancement
fem
in-review

- Heat flux written to preCICE was of the wrong sign for CHT -- this PR fixes that - Patches #42 - ~Cleans up whitespaces (all converted to tabs)~

Hi, I noticed an issue with the updating of the `time` and `TimeIter` variables in the run files with this preCICE v3 version of the adapter for restarts and ended...

There seems to potentially be a bug with doing an unsteady dual-timestepping simulation without a provided initial condition (restart file): When no restart file is provided, the first inner iterations...

bug

This PR updates and improves the plot-final-interface-temperature.py file: - Previously, the file would only run properly when all solid solvers were run; now it works regardless of how many have...

This PR adds a function to `Ordering` that reorders any given `Vector` from its existing ordering to a different one. There are multiple different places where this kind of functionality...

fem
documentation
in-review

- [X] In the SU2 source code and corresponding Python examples in TestCases, the `TimeIter` and `time` variables are updated after `Output` is called. This PR updates the run scripts...