Element evaluation and Galerkin projections
Reported by Jed Brown | August 29th, 2008 @ 02:20 PM
Should demonstrate spectral convergence for Line, Quad, and Hex elements.
Comments and changes to this ticket
-
Jed Brown September 2nd, 2008 @ 08:51 PM
(from [a1358143a00a238c9e8d98c20591ac3c8c35e991]) Fixed memory leaks, Hex evaluation seems to work. [#1 status:open]
src/jacobi/tests/ex1.c: Hex evaluation tested, demonstrates spectral convergence for nontrivial synthetic input. Still need to implement for other topologies.
Signed-off-by: Jed Brown jed@59A2.org http://github.com/jedbrown/dohp/...
-
Jed Brown September 2nd, 2008 @ 08:52 PM
- State changed from new to open
-
Jed Brown September 2nd, 2008 @ 10:11 PM
(from [7a47b22f503278c6b9f6a50eaa45ac0bf9ccd4f0]) Implemented dEFSApply for Line and Quad topologies. [#1]
Spectral convergence is confirmed as for Hex. Anisotropic approximation order and quadrature seems to work correctly.
Still need to implement Discontinuous Galerkin projections.
Signed-off-by: Jed Brown jed@59A2.org http://github.com/jedbrown/dohp/...
-
Jed Brown November 21st, 2008 @ 08:09 PM
(from [d022dba2e105ab10b58767087497466aa2c2f80b]) Solve projection problems with two elements. [#1 status:resolved]
Two main weaknesses:
-
Uses -snes_mf for projection, we should also assemble a matrix and be able to apply the Jacobian matrix-free.
-
Discretization error is not yet checked, but evaluation at quadrature points demonstrates spectral convergence so the projection should as well.
Signed-off-by: Jed Brown jed@59A2.org http://github.com/jedbrown/dohp/...
-
-
Jed Brown November 24th, 2008 @ 11:26 AM
- State changed from open to resolved
Please Sign in or create a free account to add a new ticket.
With your very own profile, you can contribute to projects, track your activity, watch tickets, receive and update tickets through your email and much more.
Create your profile
Help contribute to this project by taking a few moments to create your personal profile. Create your profile ยป
An implementation of the ``dual order hp'' version of the finite element method. This project targets parallel domain-decomposition methods for strongly coupled nonlinear problems with PDE constraints.
People watching this ticket
Tags
Referenced by
- 1 Element evaluation and Galerkin projections (from [a1358143a00a238c9e8d98c20591ac3c8c35e991]) Fixed m...
- 1 Element evaluation and Galerkin projections (from [7a47b22f503278c6b9f6a50eaa45ac0bf9ccd4f0]) Impleme...
- 1 Element evaluation and Galerkin projections (from [d022dba2e105ab10b58767087497466aa2c2f80b]) Solve p...