Home
last modified time | relevance | path

Searched defs:ntype (Results 1 – 8 of 8) sorted by relevance

/petsc/src/dm/impls/plex/
H A Dplexply.c24 char line[PETSC_MAX_PATH_LEN], ntype[16], itype[16], name[1024], vtype[16]; in DMPlexCreatePLYFromFile() local
/petsc/src/vec/vec/utils/
H A Dcomb.c487 PetscErrorCode VecNormBegin(Vec x, NormType ntype, PetscReal *result) in VecNormBegin()
539 PetscErrorCode VecNormEnd(Vec x, NormType ntype, PetscReal *result) in VecNormEnd()
H A Dvinv.c115 PetscErrorCode VecStrideNorm(Vec v, PetscInt start, NormType ntype, PetscReal *nrm) in VecStrideNorm()
414 PetscErrorCode VecStrideNormAll(Vec v, NormType ntype, PetscReal nrm[]) in VecStrideNormAll()
/petsc/src/mat/tests/
H A Dex237.c32 PetscInt nbs = 10, ntype = 10, nN = 8, m, M, trial = 5; in main() local
/petsc/src/ts/tutorials/
H A Dex14.c226 #define FieldSize(ntype) ((PetscInt)(sizeof(ntype) / sizeof(PetscScalar))) argument
227 #define FieldOffset(ntype, member) ((PetscInt)(offsetof(ntype, member) / sizeof(PetscScalar))) argument
228 #define FieldIndex(ntype, i, member) ((PetscInt)((i) * FieldSize(ntype) + FieldOffset(ntype, member… argument
/petsc/src/mat/impls/scalapack/
H A Dmatscalapack.c909 const char *ntype; in MatNorm_ScaLAPACK() local
/petsc/src/binding/petsc4py/src/petsc4py/PETSc/
H A Dlibpetsc4py.pyx1210 PetscNormType ntype,
/petsc/src/mat/impls/hypre/
H A Dmhypre.c1260 PetscInt ntype = 4; local