Changeset [9c1be41b3e634e883305bcb2844e93fc73fea842] by Jed Brown

March 21st, 2011 @ 05:01 AM

Committed by Jed Brown

  • A src/fs/interface/fsruleset.c
  • A src/fs/interface/fsrulesetit.c
  • A src/fs/tests/cunit.c
  • A src/fs/tests/refout/cunit-affine-0.refout
  • A src/fs/tests/refout/cunit-identity-0.refout
  • A src/fs/tests/refout/elast-e0-b3-g01.refout
  • A src/fs/tests/refout/ellip-e0-b1-p16.refout
  • A src/fs/tests/refout/ellip-e0-b3-p14-sse.refout
  • A src/fs/tests/refout/ellip-e0-b3-p16.refout
  • A src/fs/tests/refout/ellip-e0-b3-p17-lam1-sse.refout
  • A src/fs/tests/refout/fs-mf-projection-v1.refout
  • A src/fs/tests/refout/fs-mf-projection-v2.refout
  • A src/fs/tests/refout/fs-mf-projection-v3-sparse.refout
  • A src/fs/tests/refout/fs-mf-projection-v3.refout
  • A src/fs/tests/refout/fsex4-submesh-p1-read.refout
  • A src/fs/tests/refout/fsex4-submesh-p1.refout
  • A src/jacobi/impls/tensor/tensorimpl.h
  • A src/jacobi/tests/ex2.c
  • A src/jacobi/tests/ex3.c
  • A src/jacobi/tests/ex4.c
  • A src/jacobi/tests/refout/jacobi-1-lobatto.refout
  • A src/jacobi/tests/refout/jacobi-2-modal-fast-gauss.refout
  • A src/jacobi/tests/refout/jacobi-2-modal-fast-lobatto.refout
  • A src/jacobi/tests/refout/jacobi-2-modal-sparse-gauss.refout
  • A src/jacobi/tests/refout/jacobi-3-modal-gauss.refout
  • A src/jacobi/tests/refout/jacobi-3-tensor-gauss.refout
  • A src/jacobi/tests/refout/jacobi-3-tensor-lobatto.refout
  • A src/jacobi/tests/refout/jacobi-3-tensor-sparse-gauss.refout
  • A src/jacobi/tests/refout/jacobi-3-tensor-sparsex-r4.refout
  • A src/jacobi/tests/refout/jacobi-3-tensor-sparsex-r6.refout
  • A src/jacobi/tests/refout/jacobi-4-tensor-fast.refout
  • A src/jacobi/tests/refout/jacobi-4-tensor-sparse.refout
  • A src/vec/vecutil.c
  • R src/fs/tests/refout/elast-e0-b4-g01.refout
  • R src/fs/tests/refout/ellip-e0-b2-p16.refout
  • R src/fs/tests/refout/ellip-e0-b4-p14-sse.refout
  • R src/fs/tests/refout/ellip-e0-b4-p16.refout
  • R src/fs/tests/refout/ellip-e0-b4-p17-lam1-sse.refout
  • R src/fs/tests/refout/fs-mf-projection.refout
  • R src/fs/tests/refout/fsex4-submesh-p2.refout
  • R src/fs/tests/refout/fsex4-submesh-p3-read.refout
  • R src/jacobi/impls/tensor/tensor.h
  • M .gitignore
  • M CMakeLists.txt
  • M dohpconfig.h.in
  • 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/dohpquotient.h
  • M include/dohptype.h
  • M include/dohpvec.h
  • M src/CMakeLists.txt
  • M src/fs/impls/cont/cont.c
  • M src/fs/impls/cont/cont.h
  • M src/fs/impls/cont/contviewdhm.c
  • M src/fs/interface/fs.c
  • M src/fs/interface/fsbuild.c
  • M src/fs/interface/fsgeom.c
  • M src/fs/interface/fsreg.c
  • M src/fs/interface/fsrot.c
  • M src/fs/mesh/impls/pack/pack.c
  • M src/fs/mesh/interface/mesh.c
  • M src/fs/mesh/interface/meshreg.c
  • M src/fs/tests/CMakeLists.txt
  • 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/ex3.c
  • M src/fs/tests/fsex4.c
  • M src/fs/tests/refout/bu-0.refout
  • M src/fs/tests/refout/ellip-morph.refout
  • M src/fs/tests/refout/fs-mf-op-proj-0.refout
  • M src/fs/tests/refout/fs-mf-op-proj-1.refout
  • M src/fs/tests/refout/fsex4-submesh-p2-read.refout
  • M src/fs/tests/stokes.c
  • M src/jacobi/impls/modal/modal.c
  • M src/jacobi/impls/modal/modalimpl.h
  • M src/jacobi/impls/modal/modaltopo.c
  • M src/jacobi/impls/tensor/efstopo.c
  • M src/jacobi/impls/tensor/inlinetmulthex.h
  • M src/jacobi/impls/tensor/polylib.c
  • M src/jacobi/impls/tensor/tensor.c
  • M src/jacobi/interface/jacobi.c
  • M src/jacobi/interface/quadrature.c
  • M src/jacobi/quadrature/impls/tensor/ruletopo.c
  • M src/jacobi/quadrature/impls/tensor/tensorquad.c
  • M src/jacobi/quadrature/impls/tensor/tensorquad.h
  • M src/jacobi/tests/CMakeLists.txt
  • M src/jacobi/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/CMakeLists.txt
  • M src/vec/tests/refout/vec-ex1.refout
  • M src/vec/tests/vec-ex1.c
  • M src/vec/vecd.c
  • M src/viewer/dhm.c
  • M src/viewer/dhm.h
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.