Changeset [de683a8c77b72b04725cb7815dd9a249c82948a5] by Jed Brown

October 15th, 2008 @ 12:50 PM

Work on building a function space.

Abstracted more mesh functionality. Removed ICHKERRQ in favor of dICHK.

Propogating degrees of freedom seems to work. Added dJacobiGetNodeCount which returns both interior and expanded node counts for an array of entities.

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

Committed by Jed Brown

  • M include/dohpjacobi.h
  • M include/dohpmesh.h
  • M include/private/jacimpl.h
  • M sandbox/itaps/dohpblock.c
  • M src/fs/impls/cont/cont.c
  • M src/fs/impls/cont/cont.h
  • M src/fs/mesh/interface/mesh.c
  • M src/fs/tests/ex1.c
  • M src/fs/tests/ex3.c
  • M src/interface/dohp.c
  • M src/jacobi/impls/tensor/tensor.c
  • M src/jacobi/interface/jacobi.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.