Home
last modified time | relevance | path

Searched refs:EnergyMonitor (Results 1 – 3 of 3) sorted by relevance

/petsc/src/dm/impls/swarm/tests/
H A Dex4.c441 static PetscErrorCode EnergyMonitor(TS ts, PetscInt step, PetscReal t, Vec U, PetscCtx ctx) in EnergyMonitor() function
495 PetscCall(TSMonitorSet(ts, EnergyMonitor, &user, NULL)); in main()
H A Dex5.c476 static PetscErrorCode EnergyMonitor(TS ts, PetscInt step, PetscReal t, Vec U, PetscCtx ctx) in EnergyMonitor() function
550 PetscCall(TSMonitorSet(ts, EnergyMonitor, &user, NULL)); in main()
H A Dex6.c1014 static PetscErrorCode EnergyMonitor(TS ts, PetscInt step, PetscReal t, Vec U, PetscCtx ctx) in EnergyMonitor() function
1124 PetscCall(TSMonitorSet(ts, EnergyMonitor, &user, NULL)); in main()