| 7601faf0 | 16-Apr-2013 |
Jed Brown <jed@59A2.org> |
SNESGetLineSearch / SNESSetLineSearch: rename for consistency
This function was introduced as SNESGetPetscLineSearch, which matches no established convention, then changed to SNESGetSNESLineSearch a
SNESGetLineSearch / SNESSetLineSearch: rename for consistency
This function was introduced as SNESGetPetscLineSearch, which matches no established convention, then changed to SNESGetSNESLineSearch according to the object name SNESLineSearch. This is inconsistent with names such as MatGetInfo, MatGetColoring, MatGetNullSpace, MatGetLocalToGlobalMapping, SNESGetConvergedReason, and TSGetAdapt.
This is a change from petsc-3.3.
show more ...
|