Searched refs:NormTypes (Results 1 – 10 of 10) sorted by relevance
| /petsc/src/mat/impls/h2opus/cuda/ |
| H A D | math2opusutils.cu | 161 …PetscCall(PetscInfo(A, "%s norm it %" PetscInt_FMT " -> (%g %g)\n", NormTypes[normtype], i, (doubl… in MatApproximateNorm_Private() 169 …PetscCall(PetscInfo(A, "%s norm it %" PetscInt_FMT " -> breakdown (j==jold)\n", NormTypes[normtype… in MatApproximateNorm_Private() 198 …PetscCall(PetscInfo(A, "%s norm it %" PetscInt_FMT " -> %g (%g %g)\n", NormTypes[normtype], i, (do… in MatApproximateNorm_Private() 214 …SETERRQ(PetscObjectComm((PetscObject)A), PETSC_ERR_SUP, "%s norm not supported", NormTypes[normtyp… in MatApproximateNorm_Private() 216 …PetscCall(PetscInfo(A, "%s norm %g computed in %" PetscInt_FMT " iterations\n", NormTypes[normtype… in MatApproximateNorm_Private()
|
| /petsc/src/vec/vec/interface/ |
| H A D | dlregisvec.c | 150 const char *const NormTypes[] = {"1", "2", "FROBENIUS", "INFINITY", "1_AND_2", "NormType", "NORM_",… variable
|
| H A D | rvector.c | 218 …s may happen when some MPI processes call VecGetArray() and some others do not.", NormTypes[type]); in VecNorm() 224 …F, PETSC_ERR_ARG_WRONGSTATE, "Difference in cached %s norms: local %g", NormTypes[type], (double)*… in VecNorm()
|
| H A D | vector.c | 2484 …tscObjectComm((PetscObject)U), PETSC_ERR_SUP, "No support for norm type %s", NormTypes[wnormtype]); in VecErrorWeightedNorms()
|
| /petsc/src/ksp/pc/impls/h2opus/ |
| H A D | pch2opus.c | 144 …m("-pc_h2opus_norm_type", "Norm type for convergence monitoring", NULL, NormTypes, (PetscEnum)pch2… in PCSetFromOptions_H2OPUS() 614 …Object)pc), "%" PetscInt_FMT ": ||M*A - I|| NORM%s abs %g rel %g\n", 0, NormTypes[norm], (double)e… in PCSetUp_H2OPUS() 634 …ct)pc), "%" PetscInt_FMT ": ||M*A - I|| NORM%s abs %g rel %g\n", i + 1, NormTypes[norm], (double)e… in PCSetUp_H2OPUS()
|
| /petsc/src/snes/impls/tr/ |
| H A D | tr.c | 866 …pe", "Type of norm for trust region bounds", "SNESNewtonTRSetNormType", NormTypes, (PetscEnum)norm… in SNESSetFromOptions_NEWTONTR() 888 …if (tr->norm != NORM_2) PetscCall(PetscViewerASCIIPrintf(viewer, " norm=%s\n", NormTypes[tr->no… in SNESView_NEWTONTR()
|
| /petsc/src/ts/adapt/interface/ |
| H A D | tsadapt.c | 783 …-ts_adapt_wnormtype", "Type of norm computed for error estimation", "", NormTypes, (PetscEnum)adap… in TSAdaptSetFromOptions()
|
| /petsc/src/tao/tutorials/ |
| H A D | ex4.c | 147 …PetscCall(PetscOptionsEnum("-p", "Norm type.", "ex4.c", NormTypes, (PetscEnum)ctx->p, (PetscEnum *… in ConfigureContext()
|
| /petsc/include/ |
| H A D | petscvec.h | 187 PETSC_EXTERN const char *const NormTypes[]; variable
|
| /petsc/src/ts/interface/ |
| H A D | ts.c | 3576 …scObjectComm((PetscObject)ts), PETSC_ERR_SUP, "No support for norm type %s", NormTypes[wnormtype]); in TSEvaluateWLTE()
|