Searched refs:PetscFEType (Results 1 – 4 of 4) sorted by relevance
5 ctypedef const char* PetscFEType6 PetscFEType PETSCFEBASIC7 PetscFEType PETSCFEOPENCL8 PetscFEType PETSCFECOMPOSITE14 PetscErrorCode PetscFESetType(PetscFE, PetscFEType)
428 cdef PetscFEType cval = NULL
92 typedef const char *PetscFEType; typedef101 PETSC_EXTERN PetscErrorCode PetscFESetType(PetscFE, PetscFEType);102 PETSC_EXTERN PetscErrorCode PetscFEGetType(PetscFE, PetscFEType *);
112 PetscErrorCode PetscFESetType(PetscFE fem, PetscFEType name) in PetscFESetType()149 PetscErrorCode PetscFEGetType(PetscFE fem, PetscFEType *name) in PetscFEGetType()