libCEED icon indicating copy to clipboard operation
libCEED copied to clipboard

Solve 2d/3d Darcy and Richards problems using H(div) FE space

Open rezgarshakeri opened this issue 3 years ago • 0 comments

So far we implemented quad/hex BDM element and got 2nd order convergence rate on a square/box meshes.

  • [x] Got convergence rate as we expected for 2d/3d
  • [x] Extended to Richards equation
  • [x] Fixed visualization (PetscViewer)
  • [ ] Add boundary conditions
  • [ ] Add prism element
  • [ ] Propagate H(div) BasisApply to other backends

rezgarshakeri avatar Apr 20 '22 02:04 rezgarshakeri