Changeset [4c19575399073f8dc445e40ad5683792bb7833c8] by Jed Brown

November 21st, 2009 @ 11:20 PM

Implement dFSGetSubElementMesh() and add simple test program.

This gets an indexed representation of the submesh. I expect it will
mostly be used for visualization (i.e. passed on to VTK as a Hex8 mesh).

Includes very simple (p=2) test based on hand-proofed reference output,
should be augmented once a VTK mesh is proofed.
http://github.com/jedbrown/dohp/commit/4c19575399073f8dc445e40ad568...

Committed by Jed Brown

  • A src/fs/tests/fsex4.c
  • A src/fs/tests/refout/fsex4-submesh-p2.refout
  • M include/dohpfs.h
  • M include/dohpfsimpl.h
  • M include/dohpjacobi.h
  • M src/fs/impls/cont/cont.c
  • M src/fs/interface/fs.c
  • M src/fs/interface/fsgeom.c
  • M src/fs/tests/CMakeLists.txt
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.