llnl / llnl/ExaConstit

Update code to be as in-line as possible to use standard MFEM

Open
#41 1 comment 0 reactions 1 assignee View on GitHub

@rcarson3 is already working on this.

Since Dec 2, 2021.

enhancement
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

  1. Read the whole issue, then the project's contributing guide.
  2. Comment on the issue to say you are picking it up — it saves two people doing the same work.
  3. Fork the repository and make your change on a branch.
  4. Open a pull request that references the issue number.

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.