| /petsc/src/snes/interface/ |
| H A D | dlregissnes.c | 49 PetscCall(PetscClassIdRegister("SNES", &SNES_CLASSID)); in SNESInitializePackage() 61 PetscCall(PetscLogEventRegister("SNESSolve", SNES_CLASSID, &SNES_Solve)); in SNESInitializePackage() 62 PetscCall(PetscLogEventRegister("SNESSetUp", SNES_CLASSID, &SNES_SetUp)); in SNESInitializePackage() 63 PetscCall(PetscLogEventRegister("SNESFunctionEval", SNES_CLASSID, &SNES_FunctionEval)); in SNESInitializePackage() 64 PetscCall(PetscLogEventRegister("SNESObjectiveEval", SNES_CLASSID, &SNES_ObjectiveEval)); in SNESInitializePackage() 65 PetscCall(PetscLogEventRegister("SNESNGSEval", SNES_CLASSID, &SNES_NGSEval)); in SNESInitializePackage() 66 PetscCall(PetscLogEventRegister("SNESNGSFuncEval", SNES_CLASSID, &SNES_NGSFuncEval)); in SNESInitializePackage() 67 PetscCall(PetscLogEventRegister("SNESNewtonALEval", SNES_CLASSID, &SNES_NewtonALEval)); in SNESInitializePackage() 68 PetscCall(PetscLogEventRegister("SNESJacobianEval", SNES_CLASSID, &SNES_JacobianEval)); in SNESInitializePackage() 69 PetscCall(PetscLogEventRegister("SNESNPCSolve", SNES_CLASSID, &SNES_NPCSolve)); in SNESInitializePackage() [all …]
|
| H A D | snes.c | 13 PetscClassId SNES_CLASSID, DMSNES_CLASSID; variable 39 PetscValidHeaderSpecific(snes, SNES_CLASSID, 1); in SNESSetErrorIfNotConverged() 63 PetscValidHeaderSpecific(snes, SNES_CLASSID, 1); in SNESGetErrorIfNotConverged() 89 PetscValidHeaderSpecific(snes, SNES_CLASSID, 1); in SNESSetAlwaysComputesFinalResidual() 112 PetscValidHeaderSpecific(snes, SNES_CLASSID, 1); in SNESGetAlwaysComputesFinalResidual() 151 PetscValidHeaderSpecific(snes, SNES_CLASSID, 1); in SNESSetFunctionDomainError() 190 PetscValidHeaderSpecific(snes, SNES_CLASSID, 1); in SNESSetObjectiveDomainError() 219 PetscValidHeaderSpecific(snes, SNES_CLASSID, 1); in SNESSetJacobianDomainError() 247 PetscValidHeaderSpecific(snes, SNES_CLASSID, 1); in SNESSetCheckJacobianDomainError() 270 PetscValidHeaderSpecific(snes, SNES_CLASSID, 1); in SNESGetCheckJacobianDomainError() [all …]
|
| H A D | snesob.c | 30 PetscValidHeaderSpecific(snes, SNES_CLASSID, 1); in SNESSetObjective() 57 PetscValidHeaderSpecific(snes, SNES_CLASSID, 1); in SNESGetObjective() 91 PetscValidHeaderSpecific(snes, SNES_CLASSID, 1); in SNESComputeObjective()
|
| H A D | snespc.c | 27 PetscValidHeaderSpecific(snes, SNES_CLASSID, 1); in SNESApplyNPC() 85 PetscValidHeaderSpecific(snes, SNES_CLASSID, 1); in SNESGetNPCFunction()
|
| H A D | snesut.c | 740 PetscValidHeaderSpecific(snes, SNES_CLASSID, 1); in SNESConvergedDefault() 805 PetscValidHeaderSpecific(snes, SNES_CLASSID, 1); in SNESConvergedSkip()
|
| /petsc/src/snes/impls/fas/ |
| H A D | fasfunc.c | 21 PetscValidHeaderSpecificType(snes, SNES_CLASSID, 1, SNESFAS); in SNESFASSetType() 49 PetscValidHeaderSpecificType(snes, SNES_CLASSID, 1, SNESFAS); in SNESFASGetType() 84 PetscValidHeaderSpecificType(snes, SNES_CLASSID, 1, SNESFAS); in SNESFASSetLevels() 144 PetscValidHeaderSpecificType(snes, SNES_CLASSID, 1, SNESFAS); in SNESFASGetLevels() 171 PetscValidHeaderSpecificType(snes, SNES_CLASSID, 1, SNESFAS); in SNESFASGetCycleSNES() 208 PetscValidHeaderSpecificType(snes, SNES_CLASSID, 1, SNESFAS); in SNESFASSetNumberSmoothUp() 239 PetscValidHeaderSpecificType(snes, SNES_CLASSID, 1, SNESFAS); in SNESFASSetNumberSmoothDown() 275 PetscValidHeaderSpecificType(snes, SNES_CLASSID, 1, SNESFAS); in SNESFASSetContinuation() 312 PetscValidHeaderSpecificType(snes, SNES_CLASSID, 1, SNESFAS); in SNESFASSetCycles() 343 PetscValidHeaderSpecificType(snes, SNES_CLASSID, 1, SNESFAS); in SNESFASSetMonitor() [all …]
|
| H A D | fasgalerkin.c | 23 PetscValidHeaderSpecificType(snes, SNES_CLASSID, 1, SNESFAS); in SNESFASGetGalerkin() 47 PetscValidHeaderSpecificType(snes, SNES_CLASSID, 1, SNESFAS); in SNESFASSetGalerkin()
|
| /petsc/src/snes/impls/python/ |
| H A D | pythonsnes.c | 22 PetscValidHeaderSpecific(snes, SNES_CLASSID, 1); in SNESPythonSetType() 46 PetscValidHeaderSpecific(snes, SNES_CLASSID, 1); in SNESPythonGetType()
|
| /petsc/src/snes/impls/shell/ |
| H A D | snesshell.c | 28 PetscValidHeaderSpecific(snes, SNES_CLASSID, 1); in SNESShellSetSolve() 66 PetscValidHeaderSpecific(snes, SNES_CLASSID, 1); in SNESShellGetContext() 93 PetscValidHeaderSpecific(snes, SNES_CLASSID, 1); in SNESShellSetContext()
|
| /petsc/src/snes/impls/tr/ |
| H A D | tr.c | 118 PetscValidHeaderSpecific(snes, SNES_CLASSID, 1); in SNESNewtonTRSetNormType() 148 PetscValidHeaderSpecific(snes, SNES_CLASSID, 1); in SNESNewtonTRSetQNType() 177 PetscValidHeaderSpecific(snes, SNES_CLASSID, 1); in SNESNewtonTRSetFallbackType() 208 PetscValidHeaderSpecific(snes, SNES_CLASSID, 1); in SNESNewtonTRSetPreCheck() 239 PetscValidHeaderSpecific(snes, SNES_CLASSID, 1); in SNESNewtonTRGetPreCheck() 272 PetscValidHeaderSpecific(snes, SNES_CLASSID, 1); in SNESNewtonTRSetPostCheck() 303 PetscValidHeaderSpecific(snes, SNES_CLASSID, 1); in SNESNewtonTRGetPostCheck() 334 PetscValidHeaderSpecific(snes, SNES_CLASSID, 1); in SNESNewtonTRPreCheck() 373 PetscValidHeaderSpecific(snes, SNES_CLASSID, 1); in SNESNewtonTRPostCheck() 941 PetscValidHeaderSpecific(snes, SNES_CLASSID, 1); in SNESNewtonTRSetTolerances() [all …]
|
| /petsc/src/binding/petsc4py/src/lib-petsc/ |
| H A D | custom.h | 413 PetscValidHeaderSpecific(snes,SNES_CLASSID,1); in SNESConvergenceTestCall() 427 PetscValidHeaderSpecific(snes,SNES_CLASSID,1); in SNESLogHistory() 439 PetscValidHeaderSpecific(snes,SNES_CLASSID,1); in SNESGetUseMFFD() 459 PetscValidHeaderSpecific(snes,SNES_CLASSID,1); in SNESSetUseMFFD() 501 PetscValidHeaderSpecific(snes,SNES_CLASSID,1); in SNESGetUseFDColoring() 520 PetscValidHeaderSpecific(snes,SNES_CLASSID,1); in SNESSetUseFDColoring() 548 PetscValidHeaderSpecific(snes,SNES_CLASSID,1); in SNESComputeUpdate() 557 PetscValidHeaderSpecific(snes,SNES_CLASSID,1); in SNESGetUseKSP() 567 PetscValidHeaderSpecific(snes,SNES_CLASSID,1); in SNESSetUseKSP()
|
| /petsc/src/snes/impls/gs/ |
| H A D | snesgs.c | 38 PetscValidHeaderSpecific(snes, SNES_CLASSID, 1); in SNESNGSSetTolerances() 84 PetscValidHeaderSpecific(snes, SNES_CLASSID, 1); in SNESNGSGetTolerances() 113 PetscValidHeaderSpecific(snes, SNES_CLASSID, 1); in SNESNGSSetSweeps() 136 PetscValidHeaderSpecific(snes, SNES_CLASSID, 1); in SNESNGSGetSweeps()
|
| /petsc/src/snes/interface/saws/ |
| H A D | snessaws.c | 74 PetscValidHeaderSpecific(snes, SNES_CLASSID, 1); in SNESMonitorSAWs()
|
| /petsc/src/snes/impls/al/ |
| H A D | al.c | 92 PetscValidHeaderSpecific(snes, SNES_CLASSID, 1); in SNESNewtonALSetCorrectionType() 132 PetscValidHeaderSpecific(snes, SNES_CLASSID, 1); in SNESNewtonALSetFunction() 164 PetscValidHeaderSpecific(snes, SNES_CLASSID, 1); in SNESNewtonALGetFunction() 204 PetscValidHeaderSpecific(snes, SNES_CLASSID, 1); in SNESNewtonALGetLoadParameter() 263 PetscValidHeaderSpecific(snes, SNES_CLASSID, 1); in SNESNewtonALComputeFunction()
|
| /petsc/src/snes/impls/ms/ |
| H A D | ms.c | 482 PetscValidHeaderSpecific(snes, SNES_CLASSID, 1); in SNESMSGetType() 504 PetscValidHeaderSpecific(snes, SNES_CLASSID, 1); in SNESMSSetType() 546 PetscValidHeaderSpecific(snes, SNES_CLASSID, 1); in SNESMSGetDamping() 568 PetscValidHeaderSpecific(snes, SNES_CLASSID, 1); in SNESMSSetDamping()
|
| /petsc/src/snes/impls/vi/ |
| H A D | vi.c | 37 PetscValidHeaderSpecific(snes, SNES_CLASSID, 1); in SNESVISetComputeVariableBounds() 195 PetscValidHeaderSpecific(snes, SNES_CLASSID, 1); in SNESConvergedDefault_VI() 330 PetscValidHeaderSpecific(snes, SNES_CLASSID, 1); in SNESVIComputeInactiveSetFnorm() 374 PetscValidHeaderSpecific(snes, SNES_CLASSID, 1); in SNESVIComputeInactiveSetFtY() 509 PetscValidHeaderSpecific(snes, SNES_CLASSID, 1); in SNESVISetVariableBounds()
|
| /petsc/src/snes/impls/ntrdc/ |
| H A D | ntrdc.c | 100 PetscValidHeaderSpecific(snes, SNES_CLASSID, 1); in SNESNewtonTRDCGetRhoFlag() 130 PetscValidHeaderSpecific(snes, SNES_CLASSID, 1); in SNESNewtonTRDCSetPreCheck() 157 PetscValidHeaderSpecific(snes, SNES_CLASSID, 1); in SNESNewtonTRDCGetPreCheck() 187 PetscValidHeaderSpecific(snes, SNES_CLASSID, 1); in SNESNewtonTRDCSetPostCheck() 214 PetscValidHeaderSpecific(snes, SNES_CLASSID, 1); in SNESNewtonTRDCGetPostCheck()
|
| /petsc/src/snes/impls/multiblock/ |
| H A D | multiblock.c | 713 PetscValidHeaderSpecific(snes, SNES_CLASSID, 1); in SNESMultiblockSetFields() 744 PetscValidHeaderSpecific(snes, SNES_CLASSID, 1); in SNESMultiblockSetIS() 774 PetscValidHeaderSpecific(snes, SNES_CLASSID, 1); in SNESMultiblockSetType() 795 PetscValidHeaderSpecific(snes, SNES_CLASSID, 1); in SNESMultiblockSetBlockSize() 826 PetscValidHeaderSpecific(snes, SNES_CLASSID, 1); in SNESMultiblockGetSubSNES()
|
| /petsc/src/snes/impls/qn/ |
| H A D | qn.c | 396 PetscValidHeaderSpecific(snes, SNES_CLASSID, 1); in SNESQNSetRestartType() 420 PetscValidHeaderSpecific(snes, SNES_CLASSID, 1); in SNESQNSetScaleType() 463 PetscValidHeaderSpecific(snes, SNES_CLASSID, 1); in SNESQNSetType()
|
| /petsc/src/snes/utils/ |
| H A D | dmdasnes.c | 66 PetscValidHeaderSpecific(snes, SNES_CLASSID, 1); in SNESComputeFunction_DMDA() 125 PetscValidHeaderSpecific(snes, SNES_CLASSID, 1); in SNESComputeObjective_DMDA() 457 PetscValidHeaderSpecific(snes, SNES_CLASSID, 1); in SNESComputePicard_DMDA()
|
| H A D | dmlocalsnes.c | 56 PetscValidHeaderSpecific(snes, SNES_CLASSID, 1); in SNESComputeObjective_DMLocal() 84 PetscValidHeaderSpecific(snes, SNES_CLASSID, 1); in SNESComputeFunction_DMLocal()
|
| H A D | dmplexsnes.c | 770 PetscValidHeaderSpecific(snes, SNES_CLASSID, 1); in DMSNESCheckDiscretization() 853 PetscValidHeaderSpecific(snes, SNES_CLASSID, 1); in DMSNESCheckResidual() 906 PetscValidHeaderSpecific(snes, SNES_CLASSID, 1); in DMSNESCheckJacobian()
|
| /petsc/src/snes/impls/composite/ |
| H A D | snescomposite.c | 564 PetscValidHeaderSpecific(snes, SNES_CLASSID, 1); in SNESCompositeSetType() 586 PetscValidHeaderSpecific(snes, SNES_CLASSID, 1); in SNESCompositeAddSNES() 610 PetscValidHeaderSpecific(snes, SNES_CLASSID, 1); in SNESCompositeGetSNES() 683 PetscValidHeaderSpecific(snes, SNES_CLASSID, 1); in SNESCompositeSetDamping()
|
| /petsc/src/snes/impls/ngmres/ |
| H A D | snesngmres.c | 399 PetscValidHeaderSpecific(snes, SNES_CLASSID, 1); in SNESNGMRESSetRestartType() 428 PetscValidHeaderSpecific(snes, SNES_CLASSID, 1); in SNESNGMRESSetSelectType()
|
| /petsc/src/ts/interface/ |
| H A D | tsrhssplit.c | 373 PetscValidHeaderSpecific(snes, SNES_CLASSID, 2); in TSRHSSplitSetSNES()
|