Changeset [5aea5c439b39f71e90f96261a2c401abc5d561a2] by Jed Brown

December 2nd, 2009 @ 03:33 PM

More header shuffle, use dInitialize, dFinalize in all examples.

  • Don't expose PetscTruth in any public interfaces, use stdbool instead. It is still used internally, for easier interoperability with the options database.

  • Move dInitialize/dFinalize into dohpsys.h (usually only the file with 'main' needs to include this).

  • Move string handling into dohpstring.h. http://github.com/jedbrown/dohp/commit/5aea5c439b39f71e90f96261a2c4...

Committed by Jed Brown

  • A include/dohpstring.h
  • A include/dohpsys.h
  • M include/CMakeLists.txt
  • M include/dohp.h
  • M include/dohpfsimpl.h
  • M include/dohpgeom.h
  • M include/dohpjacimpl.h
  • M include/dohpquotientimpl.h
  • M include/dohptype.h
  • M src/fs/interface/fs.c
  • M src/fs/interface/fsreg.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/fsex4.c
  • M src/fs/tests/stokes.c
  • M src/jacobi/impls/tensor/tensor.h
  • M src/jacobi/tests/ex1.c
  • M src/quotient/examples/tests/ex1.c
  • M src/quotient/interface/quotient.c
  • M src/tools/dohpblock.c
  • M src/util/dohpinit.c
  • M src/util/util.c
  • M src/vec/tests/vec-ex1.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.