| 247ba720 | 08-Feb-2016 |
Toby Isaac <tisaac@uchicago.edu> |
Plex+SNES: remote Dirichlet bcs from residual when printing
Even though we're handling Dirichlet BC's in DMLocalToGlobal, for debugging purposes it's helpful to display local residuals without the v
Plex+SNES: remote Dirichlet bcs from residual when printing
Even though we're handling Dirichlet BC's in DMLocalToGlobal, for debugging purposes it's helpful to display local residuals without the values that will be removed.
show more ...
|
| c14a31d2 | 07-Feb-2016 |
Toby Isaac <tisaac@uchicago.edu> |
Plex+SNES:always use ADD_ALL_VALUES when summing FEM element matrices
The problem is that a dof being constrained no long means just a bc dof: it could also mean a hanging constraint. In that case t
Plex+SNES:always use ADD_ALL_VALUES when summing FEM element matrices
The problem is that a dof being constrained no long means just a bc dof: it could also mean a hanging constraint. In that case that dof's contribution can't be treated as just zero: it must be summed (via the hanging constraint) into the residual. The stripping of dirichlet constraints is handled by DMLocalToGlobal().
show more ...
|