Home
last modified time | relevance | path

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

/petsc/src/sys/memory/
H A Dmtr.c104 PetscInt *nend; in PetscMallocValidate() local
129 nend = (PetscInt *)(a + head->size); in PetscMallocValidate()
130 if (*nend != COOKIE_VALUE) { in PetscMallocValidate()
133 if (*nend == ALREADY_FREED) { in PetscMallocValidate()
257 PetscInt *nend; in PetscTrFreeDefault() local
274 nend = (PetscInt *)(ahead + head->size); in PetscTrFreeDefault()
275 if (*nend != COOKIE_VALUE) { in PetscTrFreeDefault()
277 if (*nend == ALREADY_FREED) { in PetscTrFreeDefault()
295 *nend = ALREADY_FREED; in PetscTrFreeDefault()
325 PetscInt *nend; in PetscTrReallocDefault() local
[all …]
/petsc/src/ts/tutorials/network/
H A Dpipes.c106 PetscInt nend, type; in WASHIFunction() local
206 nend = pipe->nnodes - 1; in WASHIFunction()
208 pipef[2 * nend + 1] = pipex[nend].h - juncx[0].h; in WASHIFunction()
209 juncf[0] += pipex[nend].q; in WASHIFunction()
/petsc/doc/install/
H A Dinstall_tutorial.md89 $ printf 'program t\nprint"(a)","gfortran OK!"\nend program' > t.f90 && gfortran t.f90 && ./a.out &…