Home
last modified time | relevance | path

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

/petsc/src/ksp/pc/impls/tfs/
H A Dgs.c59 PetscInt *elms; /* of size nel */ member
126 static PCTFS_gs_id *gsi_check_args(PetscInt *elms, PetscInt nel, PetscInt level);
180 PCTFS_gs_id *PCTFS_gs_init(PetscInt *elms, PetscInt nel, PetscInt level) in PCTFS_gs_init() argument
191 gs = gsi_check_args(elms, nel, level); in PCTFS_gs_init()
219 PetscInt *companion, *elms, *unique, *iptr; in gsi_check_args() local
247 elms = (PetscInt *)malloc((nel + 1) * sizeof(PetscInt)); in gsi_check_args()
252 elms[j] = in_elms[i]; in gsi_check_args()
260 elms[nel] = INT_MAX; in gsi_check_args()
261 iptr = elms; in gsi_check_args()
262 unique = elms + 1; in gsi_check_args()
[all …]