Searched refs:COMPUTEFIELD (Results 1 – 4 of 4) sorted by relevance
| /petsc/src/dm/impls/swarm/tests/ |
| H A D | ex6.c | 761 int COMPUTEFIELD; in RHSFunctionG() local 762 PetscCall(PetscLogEventRegister("COMPFIELDATPART", TS_CLASSID, &COMPUTEFIELD)); in RHSFunctionG() 763 PetscCall(PetscLogEventBegin(COMPUTEFIELD, 0, 0, 0, 0)); in RHSFunctionG() 765 PetscCall(PetscLogEventEnd(COMPUTEFIELD, 0, 0, 0, 0)); in RHSFunctionG()
|
| /petsc/src/ts/tutorials/hamiltonian/ |
| H A D | ex3.c | 1377 PetscLogEvent COMPUTEFIELD; in RHSFunctionG() local 1378 PetscCall(PetscLogEventRegister("COMPFIELDATPART", TS_CLASSID, &COMPUTEFIELD)); in RHSFunctionG() 1379 PetscCall(PetscLogEventBegin(COMPUTEFIELD, 0, 0, 0, 0)); in RHSFunctionG() 1381 PetscCall(PetscLogEventEnd(COMPUTEFIELD, 0, 0, 0, 0)); in RHSFunctionG()
|
| H A D | ex2.c | 2101 PetscLogEvent COMPUTEFIELD; in RHSFunctionG() local 2102 PetscCall(PetscLogEventRegister("COMPFIELDATPART", TS_CLASSID, &COMPUTEFIELD)); in RHSFunctionG() 2103 PetscCall(PetscLogEventBegin(COMPUTEFIELD, 0, 0, 0, 0)); in RHSFunctionG() 2105 PetscCall(PetscLogEventEnd(COMPUTEFIELD, 0, 0, 0, 0)); in RHSFunctionG()
|
| H A D | ex4.c | 2706 PetscLogEvent COMPUTEFIELD; in RHSFunctionG() local 2707 PetscCall(PetscLogEventRegister("COMPFIELDATPART", TS_CLASSID, &COMPUTEFIELD)); in RHSFunctionG() 2708 PetscCall(PetscLogEventBegin(COMPUTEFIELD, 0, 0, 0, 0)); in RHSFunctionG() 2710 PetscCall(PetscLogEventEnd(COMPUTEFIELD, 0, 0, 0, 0)); in RHSFunctionG()
|