Changeset [ac45dfafe23bc082bfe8395a50ce3d3d8daa9277] by Jed Brown
November 23rd, 2008 @ 03:02 AM
Fix gradients, coordinates.
-
Hoist all possible operations out of inner loop in dRuleComputeGeometry_Tensor_Hex, this is noticeably faster than before and should be essentially optimal (without storing matrices at nodes).
-
Fix mistake in exact solution.
-
Fix coordinate of a vertex. Both affine and non-affine maps now show spectral convergence. How to automate a test to check for spectral convergence?
Signed-off-by: Jed Brown jed@59A2.org http://github.com/jedbrown/dohp/...
Committed by Jed Brown
- M src/fs/mesh/impls/pack/pack.c
- M src/fs/mesh/interface/mesh.c
- M src/fs/tests/ex1.c
- M src/jacobi/impls/tensor/ruletopo.c
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.