Changeset [de8fadb69b11d1a816bf13494eb4bdb1def550f0] by Jed Brown

November 11th, 2009 @ 02:50 AM

Initial DHM viewer for dFS and Vec

  • Vec gets dFS via PetscObjectQuery (like VecView_MPI_DA)
  • probably overuses groups instead of making propert compound types
  • holds an external link to iMesh file
  • no representation for geometry (obviously)
  • Vec just writes closure (very fast, no redundancy) but this may be poor for visualization where we want less structured file access to not overlap much. http://github.com/jedbrown/dohp/commit/de8fadb69b11d1a816bf13494eb4...

Committed by Jed Brown

  • M include/dohpviewer.h
  • 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/tests/ellip.c
  • M src/vec/vecd.c
  • M src/viewer/dhm.c
  • M src/viewer/dhm.h
  • M src/viewer/dviewer.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.