Jan Nikl

Results 18 issues of Jan Nikl

This PR is derived from #4128 , where it was decided to expose the bug in generation of the boundary elements to users. The implementation of this method `ParMesh::GenerateBoundaryElements()` is...

bug
mesh
ready-for-review

This PR was separated from #4128 . It moves the initialization of the structures for shared edges (`sedge_ledge`, `sface_lface`) through `FinalizeParTopo()` from `Finalize()` directly to the methods allocating these structures,...

enhancement
mesh
ready-for-review

This PR reacts on #4299 and adds a note about usage of a nodal function to `Mesh::MakePeriodic()`. | PR | Author | Editor | Reviewers | Assignment | Approval |...

in-next
documentation
in-review

In this PR, the capabilities of MFEM are developed to handle mixed systems in an easy way and hybridize them effortlessly. The particular family of problems with symmetric weak mixed...

fem
examples & miniapps
WIP

This PR makes `MixedBilinearForm` more consistent with `BilinearForm` in terms of how elimination of essential DOFs/BCs is handled. Not only the naming is unified, but also new methods are introduced...

enhancement
fem
in-review

This PR adds support for visualization of quadratures (`QuadratureFunction`). They can be loaded from a file through the new command line argument `-q` or in a socket stream with the...

enhancement
WIP

This PR adds support for integral finite elements, which were loaded, but crashed GLVis 💣 . Status: - [x] Fixed the crash for scalar grid functions (by turning off normals)...

bug
enhancement
WIP

This PR improves the general hyperbolic framework from #3598 in several way: - Added Jacobians to of the convection terms of `HyperbolicFormIntegrator` (`AssembleElementGrad()` and `AssembleFaceGrad()`), using also the underlying (new)...

enhancement
fem
in-review