Changeset [9e026151101022dc29a52295b987b0051b953513] by Jed Brown

June 2nd, 2009 @ 05:07 PM

Fixed definition of ellip_p, add dirty LINEAR macro

Exponent should be (p-2)/2 instead of p-2 since gamma = (1/2)|Du|^2. Updated forcing terms for exact solutions and tests.

For performance comparison, it is useful to just assemble the matrix as if the problem is linear (to avoid computing 'pow' and other expensive operations that are not needed in the linear case). This is ugly and should remain deactivated. http://github.com/jedbrown/dohp/...

Committed by Jed Brown

  • M src/fs/tests/CMakeLists.txt
  • M src/fs/tests/ellip.c
New-ticket Create new ticket

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.