| /petsc/config/BuildSystem/config/ |
| H A D | functions.py | 25 def check(self, funcs, libraries = None, examineOutput=lambda ret,out,err:None): argument 85 def checkClassify(self, funcs, libraries = None): argument 96 def functional(funcs): argument
|
| 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 306 def functional(funcs): argument
|
| /petsc/src/dm/impls/plex/tests/ |
| H A D | ex46.c | 8 PetscSimplePointFn *funcs[2]; /* Functions to test */ member 97 static PetscErrorCode CheckError(DM dm, Vec u, PetscSimplePointFn *funcs[]) in CheckError()
|
| H A D | ex19.c | 66 PetscSimplePointFn *funcs[1] = {sensor}; in ComputeMetricSensor() local 181 …PetscErrorCode (*funcs[1])(PetscInt, PetscReal, const PetscReal[], PetscInt, PetscScalar *, void *… in TestL2Projection() local
|
| H A D | ex101.c | 67 …PetscErrorCode (*funcs)(PetscInt dim, PetscReal time, const PetscReal x[], PetscInt Nc, PetscScala… in main() local
|
| H A D | ex100.c | 54 …PetscErrorCode (*funcs)(PetscInt dim, PetscReal time, const PetscReal x[], PetscInt Nc, PetscScala… in main() local
|
| H A D | ex23.c | 177 PetscErrorCode (**funcs)(PetscInt, PetscReal, const PetscReal[], PetscInt, PetscScalar *, void *); in TestFunctionProjection() local 212 …void (**funcs)(PetscInt, PetscInt, PetscInt, const PetscInt[], const PetscInt[], const PetscScalar… in TestFieldProjection() local 249 …void (**funcs)(PetscInt, PetscInt, PetscInt, const PetscInt[], const PetscInt[], const PetscScalar… in TestFieldProjectionMultiple() local
|
| H A D | ex22.c | 139 …PetscErrorCode (*funcs[1])(PetscInt, PetscReal, const PetscReal[], PetscInt, PetscScalar[], void *… in main() local
|
| H A D | ex60.c | 131 …PetscErrorCode (*funcs[1])(PetscInt, PetscReal, const PetscReal[], PetscInt, PetscScalar *, void *… in main() local
|
| H A D | ex73.c | 224 PetscBdPointFn *funcs[] = {zero_bd, flux}; in main() local
|
| /petsc/src/ksp/ksp/tests/ |
| H A D | ex21.c | 163 …PetscErrorCode (*funcs[])(Mat, Mat, MatReuse, PetscReal, Mat *) = {MatMatMult, MatMatTransposeMult… in main() local
|
| /petsc/src/dm/dt/tests/ |
| H A D | ex3.c | 115 …void (*funcs[14])(const PetscReal[], void *, PetscReal *) = {func1, func2, func3, func4, func5, fu… in main() local
|
| /petsc/src/dm/impls/forest/tests/ |
| H A D | ex2.c | 141 …PetscErrorCode (*funcs[1])(PetscInt, PetscReal, const PetscReal[], PetscInt, PetscScalar[], void *… in main() local
|
| /petsc/src/ts/tutorials/ |
| H A D | ex46.c | 298 PetscSimplePointFn *funcs[2]; in MonitorError() local 343 PetscSimplePointFn *funcs[2]; in main() local
|
| H A D | ex47.c | 167 PetscSimplePointFn *funcs[1] = {velocity}; in SetupVelocity() local
|
| H A D | ex30.c | 1287 …PetscErrorCode (*funcs[NUM_FIELDS + 1])(PetscInt, PetscReal, const PetscReal[], PetscInt, PetscSca… in ProjectAuxDM() local 1361 …PetscErrorCode (*funcs[NUM_FIELDS])(PetscInt, PetscReal, const PetscReal[], PetscInt, PetscScalar … in CreatePotentialNullSpace() local 1777 …PetscErrorCode (*funcs[NUM_FIELDS])(PetscInt, PetscReal, const PetscReal[], PetscInt, PetscScalar … in SetInitialConditionsAndTolerances() local 1974 …void (*funcs[])(PetscInt dim, PetscInt Nf, PetscInt NfAux, const PetscInt uOff[], const PetscInt u… in ComputeDiagnostic() local
|
| /petsc/src/snes/utils/ |
| H A D | convest.c | 279 PetscSimplePointFn **funcs; in PetscConvEstComputeErrorSNES_Private() local
|
| /petsc/src/ksp/pc/impls/mg/ |
| H A D | mgadapt.c | 89 PetscErrorCode (**funcs)(PetscInt, PetscReal, const PetscReal[], PetscInt, PetscScalar *, void *); in PCMGCreateCoarseSpaceDefault_Private() local
|
| /petsc/src/snes/tests/ |
| H A D | ex2.c | 260 …PetscErrorCode (**funcs)(PetscInt dim, PetscReal time, const PetscReal x[], PetscInt Nf, PetscScal… in main() local
|
| /petsc/lib/petsc/bin/ |
| H A D | getAPI.py | 31 funcs = {} # standalone functions like PetscInitialize() variable
|
| /petsc/src/dm/impls/plex/ |
| H A D | plexproject.c | 533 …abulation *T, PetscTabulation *TAux, DMBoundaryConditionType type, PetscVoidFn **funcs, void **ctx… in DMProjectPoint_Private() 560 …ceGetAllPointsUnion(PetscInt Nf, PetscDualSpace *sp, PetscInt dim, PetscVoidFn **funcs, PetscQuadr… in PetscDualSpaceGetAllPointsUnion() 713 …tscInt numIds, const PetscInt ids[], DMBoundaryConditionType type, PetscVoidFn **funcs, void **ctx… in DMProjectLocal_Generic_Plex()
|
| /petsc/include/petsc/private/ |
| H A D | petscdsimpl.h | 77 PetscChunkBuffer *funcs; /* Buffer holding all function pointers */ member
|
| /petsc/src/dm/interface/ |
| H A D | dmcoordinates.c | 1176 …void (*funcs[])(PetscInt, PetscInt, PetscInt, const PetscInt[], const PetscInt[], const PetscScala… in DMSetCoordinateDisc() local
|
| /petsc/src/snes/tutorials/ |
| H A D | ex62.c | 344 …PetscErrorCode (*funcs[2])(PetscInt dim, PetscReal time, const PetscReal x[], PetscInt Nf, PetscSc… in CreatePressureNullSpace() local
|
| H A D | ex13.c | 385 …PetscErrorCode (*funcs[1])(PetscInt, PetscReal, const PetscReal[], PetscInt, PetscScalar *, void *… in ComputeAdjoint() local
|