petsc-3.7.1 2016-05-15
PetscTimeAdd
Adds the current time of day (in seconds) to the value v.
Synopsis
#include <petsctime.h>
PetscTimeAdd(PetscLogDouble *v)
Not Collective Many br
Input Parameter
v -time counter Many br
Output Parameter
v -time counter (v = v + current time) Many br
Many br
Notes
Since the PETSc libraries incorporate timing of phases and operations, Many brwe do not ever recommend using PetscTimeAdd(). Many brThe options database command -log_summary activate Many brPETSc library timing. See Users-Manual: Chapter 13 Profiling for more details. Many br
See Also
PetscTime(), PetscTimeSubtract(), PetscLogStageRegister(), PetscLogEventRegister(), PetscLogEventBegin(), PetscLogEventEnd()
Keywords
Petsc, time, add
Level:developer
Location:src/sys/time/../../../include/petsctime.h
Index of all Sys routines
Table of Contents for all manual pages
Index of all manual pages