Update code to be as in-line as possible to use standard MFEM
@rcarson3 is already working on this.
Since Dec 2, 2021.
- Dominant language
- C++
- Stars
- 70
- Forks
- 18
- PR merge metrics
- No merged PRs in 30d
Description
In order to use a standard version of MFEM, we need to port a number of features over and swap some of our original implementations for PA/EA assembly methods over to the equivalent MFEM versions.
- [ ] Port PA nonlinear extension type class to MFEM's version
- [ ] Add EA nonlinear extension type class to MFEM
- [ ] Work on splitting up https://github.com/mfem/mfem/pull/722 into smaller PRs
- [ ] Create alternative versions of `NonlinearForm::SetEssentialBCPartial` and `GridFunction::ProjectBdrCoefficient` that don't depend on intrinsics within ExaConstit aka the boundary condition manager
- [ ] Maybe some new code to deal with changing BCs for our solves as MFEM proper has gotten rid of our old workaround...
Contributor guide
No contributing guide indexed for this repository
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Assessment
This issue has not been assessed yet.