Dylan Copeland
Dylan Copeland
> Is it ready for review and merge? @chldkdtn it is working in some cases, but I am planning to test more simulations and possibly fix some issues for parallel...
Hi Nachiket, MFEM example 16p may be helpful as a starting point: https://github.com/mfem/mfem/blob/master/examples/ex16p.cpp
> @dylan-copeland, @tzanio, what do you think about the `sgl` vs `flt` discussion? Do you have a preference? I don't have a strong preference, but we may want to choose...
Hello @tradeqvest, thanks for your interest in hp-(de)refinement. In the current state of the MFEM `master` branch, hp-refinement should work for H1 spaces in serial (the parallel extension is a...
Hello @kaipengliuHIT, the example `nurbs_patch_ex1.cpp` currently works only in 3D. The sample runs use the 3D mesh `data/beam-hex-nurbs.mesh`. There is an error message in `DiffusionIntegrator::AssemblePatchMatrix_reducedQuadrature` if the dimension is not...