Ido Akkerman

Results 17 issues of Ido Akkerman

This PR fixes a bug that precluded running periodic BCs in parallel. It also fixes some issues when specifying the periodicity in the mesh file instead of a separate file....

bug
mesh
in-review

This PR adds H(div) and H(curl) conforming NURBS FiniteElements. The functionality is tested in the _miniapps/nurbs_ where several apps are added. This PR also adds the option to project a...

enhancement
fem
in-review

This PR does some small refactoring on the ODE solver class. 1) It provides a selection mechanism for ODE solvers, which cna be used in examples and miniapps. This avoids...

bug
in-next
low-impact
in-review
low-priority

Small type fix in `dgmass`. | PR | Author | Editor | Reviewers | Assignment | Approval | Merge| | --- | --- | --- | --- | --- |...

bug
low-impact
in-review

I am interested in implementing `LinearFormIntegrator` and `BilinearFormIntegrator` involving the Laplacian. Any heads up on potential conflicting or duplicate effort is highly appreciated. Any tips or warning for pitfalls are...

enhancement
fem

This PR defines as helper class that can convert user provided functions in to first order derivatives, that can be used by the various `XXXFunctionCoefficient` classes. The functions need to...

enhancement
low-impact
in-review
request-for-comments

This PR is a small rewrite of example 23, the essential BC are handled in a slightly cleaner way. This also corrects the issue mentioned in issue #4181.

examples & miniapps
low-impact

Changed PR header (27 June 2024) This PR adds a Projector to the NURBS-based elements. Furthermore, initialization of the a NURBS-based` FESpace` made to look similar to the initialization of...

enhancement
in-review

This PR requires #4326 This PR adds Gradients to vector-valued finite elements. This allows H(div) elements to be used to solve a Stokes problem, for instance. Only NURBS-based vector-valued finite...

enhancement
in-review