Changeset [4cb5e6b1a4d30c39edc775bad4a10aaaf265a2e5] by Jed Brown
December 2nd, 2009 @ 01:42 AM
A bit of renaming so that user code does not need PETSc headers unless it calls PETSc.
This required a couple forward declarations and reproducing a
little logic
determining type sizes and real/complex. All the C99 stuff should
now be
isolated to dohp.h (which users are not required to include) and
this is the
only place that PETSc headers other than petscconf.h are
included.
http://github.com/jedbrown/dohp/commit/4cb5e6b1a4d30c39edc775bad4a1...
Committed by Jed Brown
- M include/dohp.h
- M include/dohpfs.h
- M include/dohpfsimpl.h
- M include/dohpgeom.h
- M include/dohpjacimpl.h
- M include/dohpjacobi.h
- M include/dohpmesh.h
- M include/dohpmeshimpl.h
- M include/dohpquotient.h
- M include/dohpquotientimpl.h
- M include/dohptype.h
- M include/dohpviewer.h
- M src/fs/impls/cont/contviewdhm.c
- M src/fs/interface/fsreg.c
- M src/fs/mesh/interface/meshreg.c
- M src/fs/tests/fsex4.c
- M src/jacobi/interface/jacobi.c
- M src/quotient/interface/quotient.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.