Home
last modified time | relevance | path

Searched refs:FORTRAN_NULL (Results 1 – 1 of 1) sorted by relevance

/libCEED/interface/
H A Dceed-fortran.c20 #define FORTRAN_NULL -3 macro
96 if (*ceed == FORTRAN_NULL) return; in fCeedDestroy()
100 *ceed = FORTRAN_NULL; in fCeedDestroy()
206 if (*vec == FORTRAN_NULL) return; in fCeedVectorDestroy()
210 *vec = FORTRAN_NULL; in fCeedVectorDestroy()
483 if (*elem == FORTRAN_NULL) return; in fCeedElemRestrictionDestroy()
487 *elem = FORTRAN_NULL; in fCeedElemRestrictionDestroy()
638 if (*basis == FORTRAN_NULL) return; in fCeedBasisDestroy()
642 *basis = FORTRAN_NULL; in fCeedBasisDestroy()
715 if (*ctx == FORTRAN_NULL) return; in fCeedQFunctionContextDestroy()
[all …]