Changeset [35485eef19ad0282ca4bf5778d07cb6107531caf] by Jed Brown

September 14th, 2008 @ 12:50 AM

Mostly cosmetic maintenance. Nuked trailing whitespace.

Started implementation of dEFSPropogateDown() which is used to get consistent orders that satisfy the minimum rule.

Signed-off-by: Jed Brown jed@59A2.org http://github.com/jedbrown/dohp/...

Committed by Jed Brown

  • M conf/variables
  • M include/dohpbase.h
  • M include/dohpfs.h
  • M include/dohpjacobi.h
  • M include/dohpmesh.h
  • M include/dohptype.h
  • M include/private/dohpimpl.h
  • M include/private/jacimpl.h
  • M sandbox/itaps/dohpblock.c
  • M src/fs/impls/cont/cont.c
  • M src/fs/interface/fs.c
  • M src/fs/interface/fsreg.c
  • M src/interface/dohp.c
  • M src/interface/mesh.c
  • M src/jacobi/impls/tensor/blist.h
  • M src/jacobi/impls/tensor/efstopo.c
  • M src/jacobi/impls/tensor/inlinepoly.h
  • M src/jacobi/impls/tensor/polylib.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/impls/gauss/gauss.c
  • M src/quotient/interface/quotient.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.