Searched defs:call (Results 1 – 8 of 8) sorted by relevance
| /petsc/src/sys/tests/ |
| H A D | ex34.c | 10 #define CALL(call) PetscCall(PetscPrintf(PETSC_COMM_WORLD, "%-32s -> %s\n", #call, (call) ? "True" … argument
|
| H A D | ex39.c | 10 #define CALL(call) PetscCall(PetscPrintf(PETSC_COMM_WORLD, "%s -> %s\n", #call, (call) ? "True" : "… argument
|
| /petsc/config/BuildSystem/config/ |
| H A D | libraries.py | 112 …def add(self, libName, funcs, libDir = None, otherLibs = [], prototype = '', call = '', fortranMan… argument 186 …def check(self, libName, funcs, libDir = None, otherLibs = [], prototype = '', call = '', fortranM… argument 303 …def checkClassify(self, libName, funcs, libDir=None, otherLibs=[], prototype='', call='', fortranM… argument
|
| /petsc/src/mat/impls/baij/mpi/ |
| H A D | mpibaij.c | 1881 static PetscErrorCode MatCreateSubMatrix_MPIBAIJ(Mat mat, IS isrow, IS iscol, MatReuse call, Mat *n… in MatCreateSubMatrix_MPIBAIJ() 1908 …ubMatrix_MPIBAIJ_Private(Mat mat, IS isrow, IS iscol, PetscInt csize, MatReuse call, Mat *newmat, … in MatCreateSubMatrix_MPIBAIJ_Private()
|
| /petsc/src/mat/impls/aij/mpi/ |
| H A D | mpiaij.c | 3243 PetscErrorCode MatCreateSubMatrix_MPIAIJ_SameRowColDist(Mat mat, IS isrow, IS iscol, MatReuse call,… in MatCreateSubMatrix_MPIAIJ_SameRowColDist() 3339 PetscErrorCode MatCreateSubMatrix_MPIAIJ(Mat mat, IS isrow, IS iscol, MatReuse call, Mat *newmat) in MatCreateSubMatrix_MPIAIJ() 3522 …bMatrix_MPIAIJ_SameRowDist(Mat mat, IS isrow, IS iscol, IS iscol_local, MatReuse call, Mat *newmat) in MatCreateSubMatrix_MPIAIJ_SameRowDist() 3739 …bMatrix_MPIAIJ_nonscalable(Mat mat, IS isrow, IS iscol, PetscInt csize, MatReuse call, Mat *newmat) in MatCreateSubMatrix_MPIAIJ_nonscalable()
|
| /petsc/src/ts/tutorials/ |
| H A D | ex11.c | 893 FunctionalLink call = mod->functionalCall[i]; in ModelFunctionalSetFromOptions() local
|
| H A D | ex18.c | 136 Functional call = options->monitorFuncs[f]; in ProcessMonitorOptions() local
|
| /petsc/src/mat/impls/sbaij/mpi/ |
| H A D | mpisbaij.c | 1363 static PetscErrorCode MatCreateSubMatrix_MPISBAIJ(Mat mat, IS isrow, IS iscol, MatReuse call, Mat *… in MatCreateSubMatrix_MPISBAIJ()
|