Changeset [dcf21c8870e242d09cbf2dab6f8350cd34d5d4ae] by Jed Brown

October 26th, 2009 @ 01:10 AM

Header shuffle

  • Moved private/*impl.h to dohp*impl.h because the name "private" is actually in the public namespace.

  • Use #include <foo.h> instead of "foo.h" when header is not in the same directory as source.

  • Make sure the Dohp headers are included first so that installed headers cannot conflict with the headers we are building with. http://github.com/jedbrown/dohp/commit/dcf21c8870e242d09cbf2dab6f83...

Committed by Jed Brown

  • A include/dohpfsimpl.h
  • A include/dohpjacimpl.h
  • A include/dohpmeshimpl.h
  • A include/dohpmicrobench.h
  • A include/dohpquotientimpl.h
  • R include/dohp.h
  • R include/private/dmeshimpl.h
  • R include/private/dohpimpl.h
  • R include/private/fsimpl.h
  • R include/private/jacimpl.h
  • R include/private/microbench.h
  • M CMakeLists.txt
  • M include/dohpfs.h
  • M include/dohpmesh.h
  • M include/dohptype.h
  • M src/fs/impls/cont/cont.h
  • M src/fs/interface/fs.c
  • M src/fs/interface/fsgeom.c
  • M src/fs/interface/fsreg.c
  • M src/fs/interface/fsrot.c
  • M src/fs/interface/q1.c
  • M src/fs/mesh/impls/pack/pack.c
  • M src/fs/mesh/impls/serial/serial.c
  • M src/fs/mesh/interface/mesh.c
  • M src/fs/mesh/interface/meshreg.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/ex2.c
  • M src/fs/tests/ex3.c
  • M src/fs/tests/stokes.c
  • M src/jacobi/impls/tensor/blist.h
  • M src/jacobi/impls/tensor/efstopo.c
  • M src/jacobi/impls/tensor/inlinetmulthex.h
  • M src/jacobi/impls/tensor/optimalscale.h
  • M src/jacobi/impls/tensor/ruletopo.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/quotient/examples/tests/ex1.c
  • M src/quotient/impls/gauss/gauss.c
  • M src/quotient/interface/quotient.c
  • M src/tools/dohpblock.c
  • M src/util/util.c
  • M src/vec/tests/vec-ex1.c
  • M src/vec/vecd.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.