Changeset [8579658441659a355833bee5d9f4d381073ba5eb] by Jed Brown
May 20th, 2009 @ 03:47 PM
Change meaning of InsertMode argument to dFSExpandedToGlobal.
This used to affect the way the ghost update was done, but an update with INSERT_VALUES is ill-defined. Now it determines how the element assembly operator (E^T) is applied, the ghost update is only done using ADD_VALUES. This way ADD semantics are actually useful. http://github.com/jedbrown/dohp/...
Committed by Jed Brown
- M src/fs/interface/fs.c
- M src/fs/tests/elast.c
- M src/fs/tests/ellip.c
- M src/fs/tests/ex1.c
- M src/fs/tests/stokes.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.