Searched refs:PetscDSType (Results 1 – 4 of 4) sorted by relevance
3 ctypedef const char* PetscDSType4 PetscDSType PETSCDSBASIC9 PetscErrorCode PetscDSSetType(PetscDS, PetscDSType)10 PetscErrorCode PetscDSGetType(PetscDS, PetscDSType*)
91 cdef PetscDSType cval = NULL105 cdef PetscDSType cval = NULL
84 typedef const char *PetscDSType; typedef96 PETSC_EXTERN PetscErrorCode PetscDSSetType(PetscDS, PetscDSType);97 PETSC_EXTERN PetscErrorCode PetscDSGetType(PetscDS, PetscDSType *);
62 PetscErrorCode PetscDSSetType(PetscDS prob, PetscDSType name) in PetscDSSetType()99 PetscErrorCode PetscDSGetType(PetscDS prob, PetscDSType *name) in PetscDSGetType()