-
- Downloads
[draft][examples] Add examples with Hermite-type bases
This adds three examples: * 2d Poisson equation with cubic Hermite-basis and weak enforcement of Dirichlet BC (Nitsches method). * 2d Poisson equation with cubic Hermite-basis and strong enforcement of Dirichlet BC utilizing the `FunctionalDescriptor` interface. * 2d biharmonic equation with nonconforming Morley basis and strong enforcement of clamped BC utilizing the `FunctionalDescriptor` interface.
Showing
- examples/CMakeLists.txt 13 additions, 0 deletionsexamples/CMakeLists.txt
- examples/biharmonic.cc 348 additions, 0 deletionsexamples/biharmonic.cc
- examples/poisson-hermite-nitsche.cc 320 additions, 0 deletionsexamples/poisson-hermite-nitsche.cc
- examples/poisson-hermite.cc 242 additions, 0 deletionsexamples/poisson-hermite.cc
examples/biharmonic.cc
0 → 100644
examples/poisson-hermite-nitsche.cc
0 → 100644
examples/poisson-hermite.cc
0 → 100644
Please register or sign in to comment