Re: [petsc-dev] Deprecated PETSc functions and Fortran codes?
31 Jul
2013
31 Jul
'13
5:33 p.m.
Richard Tran Mills <[email protected]> writes:
Hi Folks,
Is there a way to deprecate PETSc functions that will work with Fortran codes? In include/petscdmda.h I have
PETSC_DEPRECATED("Use DMLocalToLocalBegin()") PETSC_STATIC_INLINE PetscErrorCode DMDALocalToLocalBegin(DM dm,Vec g,InsertMode mode,Vec l) {return DMLocalToLocalBegin(dm,g,mode,l);}
I am not aware of any way to do something similar in Fortran, for any specific vendor. If you figure out how, we'd be happy to add it.
4757
Age (days ago)
4757
Last active (days ago)
0 comments
1 participants
participants (1)
-
Jed Brown