Searched defs:ntype (Results 1 – 8 of 8) sorted by relevance
| /petsc/src/dm/impls/plex/ |
| H A D | plexply.c | 24 char line[PETSC_MAX_PATH_LEN], ntype[16], itype[16], name[1024], vtype[16]; in DMPlexCreatePLYFromFile() local
|
| /petsc/src/vec/vec/utils/ |
| H A D | comb.c | 487 PetscErrorCode VecNormBegin(Vec x, NormType ntype, PetscReal *result) in VecNormBegin() 539 PetscErrorCode VecNormEnd(Vec x, NormType ntype, PetscReal *result) in VecNormEnd()
|
| H A D | vinv.c | 115 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 D | ex237.c | 32 PetscInt nbs = 10, ntype = 10, nN = 8, m, M, trial = 5; in main() local
|
| /petsc/src/ts/tutorials/ |
| H A D | ex14.c | 226 #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 D | matscalapack.c | 909 const char *ntype; in MatNorm_ScaLAPACK() local
|
| /petsc/src/binding/petsc4py/src/petsc4py/PETSc/ |
| H A D | libpetsc4py.pyx | 1210 PetscNormType ntype,
|
| /petsc/src/mat/impls/hypre/ |
| H A D | mhypre.c | 1260 PetscInt ntype = 4; local
|