Changeset [1f29062582b16aaf92a58be1961aa741de5a7c09] by Jed Brown
February 26th, 2010 @ 01:58 PM
Factor quadrature out of dJacobi
-
Replaced stupid lookup table with khash (which works, though I'm not entirely happy with it's API)
-
No more silly dJacobiSetUp
-
Relocate dRealTableView http://github.com/jedbrown/dohp/commit/1f29062582b16aaf92a58be1961a...
Committed by Jed Brown
- A include/dohpkhash.h
- A src/jacobi/impls/tensor/polylib.c
- A src/jacobi/interface/quadrature.c
- A src/jacobi/quadrature/impls/tensor/ruletopo.c
- A src/jacobi/quadrature/impls/tensor/tensorquad.c
- A src/jacobi/quadrature/impls/tensor/tensorquad.h
- R src/jacobi/impls/tensor/inlinepoly.h
- R src/jacobi/impls/tensor/ruletopo.c
- M include/dohp.h
- M include/dohpjacimpl.h
- M include/dohpjacobi.h
- M include/dohpquotient.h
- M src/CMakeLists.txt
- M src/fs/impls/cont/cont.c
- M src/fs/impls/cont/contviewdhm.c
- M src/fs/tests/bu.c
- M src/fs/tests/elast.c
- M src/fs/tests/ellip.c
- M src/fs/tests/ex1.c
- M src/fs/tests/fsex4.c
- M src/fs/tests/stokes.c
- M src/jacobi/impls/tensor/efstopo.c
- M src/jacobi/impls/tensor/tensor.c
- M src/jacobi/impls/tensor/tensor.h
- M src/jacobi/interface/jacobi.c
- M src/jacobi/tests/ex1.c
- M src/util/util.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.