Changeset [4a194b095f5e0eb425b246856415a8271e2e82a8] by Jed Brown
May 6th, 2009 @ 11:48 PM
Implement dFSGetCoordinates(), closes gh-14.
The unit test requires mesh data. Since the mesh is generated by dohpblock, I would like to have the build system automatically generate it rather than put it under version control. I don't know the best way to do this, so it will have to wait. If you (anyone but me) is trying to run this test, or any other test that requires mesh files, let me know and I will find a solution. http://github.com/jedbrown/dohp/...
Committed by Jed Brown
- M CMakeLists.txt
- M include/dohpfs.h
- M src/fs/impls/cont/cont.c
- M src/fs/interface/fsgeom.c
- M src/fs/tests/CMakeLists.txt
- M src/fs/tests/bu-0.refout
- M src/fs/tests/bu.c
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.