Home
last modified time | relevance | path

Searched defs:errors (Results 1 – 14 of 14) sorted by relevance

/petsc/src/benchmarks/
H A DbenchmarkExample.py123 def processSummaryCSV(filename, defaultStage, eventNames, sizes, times, errors, events): argument
148 def processSummary(moduleName, defaultStage, eventNames, sizes, times, errors, events): argument
343 def plotMeshConvergence(library, num, eventNames, sizes, times, errors, events): argument
362 def plotWorkPrecision(library, num, eventNames, sizes, times, errors, events): argument
379 def plotWorkPrecisionPareto(library, num, eventNames, sizes, times, errors, events): argument
522 errors = {} variable
/petsc/src/ts/impls/implicit/glle/
H A Dglleadapt.c185 …tChoose(TSGLLEAdapt adapt, PetscInt n, const PetscInt orders[], const PetscReal errors[], const Pe… in TSGLLEAdaptChoose()
226 …se_None(TSGLLEAdapt adapt, PetscInt n, const PetscInt orders[], const PetscReal errors[], const Pe… in TSGLLEAdaptChoose_None()
254 …se_Size(TSGLLEAdapt adapt, PetscInt n, const PetscInt orders[], const PetscReal errors[], const Pe… in TSGLLEAdaptChoose_Size()
295 …se_Both(TSGLLEAdapt adapt, PetscInt n, const PetscInt orders[], const PetscReal errors[], const Pe… in TSGLLEAdaptChoose_Both()
H A Dglle.c794 PetscReal errors[64], costs[64], tleft; in TSGLLEChooseNextScheme() local
/petsc/src/snes/utils/
H A Dconvest.c187 …scErrorCode PetscConvEstComputeError(PetscConvEst ce, PetscInt r, DM dm, Vec u, PetscReal errors[]) in PetscConvEstComputeError()
222 PetscReal *errors = &ce->errors[r * ce->Nf]; in PetscConvEstMonitorDefault() local
264 …PetscConvEstComputeErrorSNES_Private(PetscConvEst ce, PetscInt r, DM dm, Vec u, PetscReal errors[]) in PetscConvEstComputeErrorSNES_Private()
H A Ddmplexsnes.c945 PetscReal *es, *hs, *errors; in DMSNESCheckJacobian() local
/petsc/src/vec/is/sf/tests/
H A Dex14.c7 PetscInt i, j, low, high, n = 256, N, errors, tot_errors; in main() local
/petsc/include/petsc/private/
H A Dpetscconvestimpl.h34 PetscReal *errors; member
/petsc/src/sys/classes/viewer/impls/mathematica/
H A Druntime.c130 int errors = 0; in processPackets() local
/petsc/src/ts/utils/
H A Dtsconvest.c25 …e PetscConvEstComputeErrorTS_Private(PetscConvEst ce, PetscInt r, DM dm, Vec u, PetscReal errors[]) in PetscConvEstComputeErrorTS_Private()
H A Ddmplexts.c409 PetscReal *es, *hs, *errors; in DMTSCheckJacobian() local
/petsc/include/
H A Dpetsclogtypes.h32 PetscLogDouble errors[8]; /* The errors (user-defined) associated with this event */ member
/petsc/src/dm/impls/plex/tests/
H A Dex9.c16 PetscBool errors; /* Treat failures as errors */ member
/petsc/src/ksp/ksp/interface/
H A Diterativ.c631 PetscReal *errors; in KSPMonitorError() local
744 PetscReal *x, *errors; in KSPMonitorErrorDrawLG() local
/petsc/src/dm/interface/
H A Ddm.c9161 PetscErrorCode DMComputeError(DM dm, Vec sol, PetscReal errors[], Vec *errorVec) in DMComputeError()