Julian Andrej
Julian Andrej
This PR adds the usedforsecurity flag to the md5 hash call. On FIPS enabled machines the plain command leads to an error. I don't know the behavior on non-FIPS machines....
documentation should be updated to reflect that `GetGeometricFactors` may not actually return accurate information for the current mesh state
SubMesh
* Add two new classes, `SubMesh` and `ParSubMesh`, that allow to extract subdomain from a parent mesh. * Introduce `GetSharedXXXCommunicator` in `ParMesh` that allows for internal ordering and a public...
In the process of getting mfem to work with the `HYPRE_MIXEDINT` option (see https://github.com/mfem/mfem/pull/1583) we are running into issues. I tried to run the current hypre version (recent git master)...
See #4145 Quality of life improvement | PR | Author | Editor | Reviewers | Assignment | Approval | Merge| | --- | --- | --- | --- | ---...
Closes #3395 | PR | Author | Editor | Reviewers | Assignment | Approval | Merge| | --- | --- | --- | --- | --- | --- | ---...
This PR contains performance improvements and new capabilities for Navier. * Makefile build system change for Navier. This was done for convenience because there was a lot of refactoring going...
Shameless Plug. The MFEM miniapp [Navier](https://github.com/mfem/mfem/tree/master/miniapps/navier) is an H1 High Order FEM implementation. It uses almost the same algorithm as Nek5000. It would fit under `Opensource CFD simulation libraries`.
The injected headers in https://github.com/EnzymeAD/Enzyme/blob/main/enzyme/Enzyme/Clang/include_utils.td break tooling like clangd for autocompletion. I don't know if installing generated header files that allow tokenizing would be a feasible solution.