Tzanio Kolev
Tzanio Kolev
Merged in `next` for testing...
This PR is now [under review](https://github.com/mfem/mfem/blob/master/CONTRIBUTING.md#pull-requests) (see the table in the PR description). To help with the review process, please **do not force push** to the branch.
Merged in `next` for testing...
@tomstitt, is this ready?
This PR is now [under review](https://github.com/mfem/mfem/blob/master/CONTRIBUTING.md#pull-requests) (see the table in the PR description). To help with the review process, please **do not force push** to the branch.
Maybe instead of the basis name, we should consider saving `gf->FESpace()->FEColl()->GetContType()` for a given grid function `gf`. The [possible values](https://docs.mfem.org/html/classmfem_1_1FiniteElementCollection.html#a174fa5ed3d062dd7c92e9df3df9a0721a346183a0c130fc8c0dfc9de300277698) for this are: - `FiniteElementCollection::CONTINUOUS` - e.g. this is what...
Regarding `QuadratureFunction`, this has been discussed previously, but there are several options: 1. plot colored bubbles at each point 2. interpret the values as dofs of L2 grid function at...
Check also the code-style [CI failure](https://github.com/mfem/mfem/actions/runs/9099837569/job/25013318760?pr=4307)
This PR is now [under review](https://github.com/mfem/mfem/blob/master/CONTRIBUTING.md#pull-requests) (see the table in the PR description). To help with the review process, please **do not force push** to the branch.
Merged in `next` for testing...