Searched refs:copts (Results 1 – 2 of 2) sorted by relevance
1394 cdef const char *copts = NULL1395 opts = str2bytes(opts, &copts)1396 CHKERR(DMPlexTriangleSetOptions(self.dm, copts))1414 cdef const char *copts = NULL1415 opts = str2bytes(opts, &copts)1416 CHKERR(DMPlexTetgenSetOptions(self.dm, copts))
1795 PetscErrorCode PetscOptionsGetAll(PetscOptions options, char *copts[]) PeNS in PetscOptionsGetAll() argument1802 PetscAssertPointer(copts, 2); in PetscOptionsGetAll()1824 *copts = coptions; in PetscOptionsGetAll()