| /petsc/src/dm/impls/plex/ |
| H A D | plexexodusii.c | 42 PetscErrorCode PetscViewerExodusIISetOrder(PetscViewer viewer, PetscInt order) in PetscViewerExodusIISetOrder() 65 PetscErrorCode PetscViewerExodusIIGetOrder(PetscViewer viewer, PetscInt *order) in PetscViewerExodusIIGetOrder()
|
| /petsc/src/ts/impls/bdf/ |
| H A D | bdf.c | 27 PetscInt order; member 132 static PetscErrorCode TSBDF_VecLTE(TS ts, PetscInt order, Vec lte) in TSBDF_VecLTE() 150 static PetscErrorCode TSBDF_Extrapolate(TS ts, PetscInt order, PetscReal t, Vec X) in TSBDF_Extrapolate() 166 static PetscErrorCode TSBDF_Interpolate(TS ts, PetscInt order, PetscReal t, Vec X) in TSBDF_Interpolate() 314 static PetscErrorCode TSEvaluateWLTE_BDF(TS ts, NormType wnormtype, PetscInt *order, PetscReal *wlt… in TSEvaluateWLTE_BDF() 471 PetscInt order; in TSSetFromOptions_BDF() local 492 static PetscErrorCode TSBDFSetOrder_BDF(TS ts, PetscInt order) in TSBDFSetOrder_BDF() 503 static PetscErrorCode TSBDFGetOrder_BDF(TS ts, PetscInt *order) in TSBDFGetOrder_BDF() 572 PetscErrorCode TSBDFSetOrder(TS ts, PetscInt order) in TSBDFSetOrder() 596 PetscErrorCode TSBDFGetOrder(TS ts, PetscInt *order) in TSBDFGetOrder()
|
| /petsc/src/dm/dt/dualspace/impls/lagrange/tests/ |
| H A D | ex1.c | 11 PetscInt order; member 29 static PetscErrorCode ExpectedNumDofs_Total(PetscInt dim, PetscInt order, PetscInt formDegree, Pets… in ExpectedNumDofs_Total() 87 static PetscErrorCode ExpectedNumDofs_Interior(PetscInt dim, PetscInt order, PetscInt formDegree, P… in ExpectedNumDofs_Interior() 160 PetscErrorCode testLagrange(PetscHashLag lagTable, DM K, PetscInt dim, PetscInt order, PetscInt for… in testLagrange() 304 PetscInt order, ordermin, ordermax; in main() local
|
| /petsc/src/ksp/ksp/impls/cheby/ |
| H A D | betas.c | 6 const PetscInt order = ksp->max_it; in KSPChebyshevGetBetas_Private() local
|
| /petsc/src/dm/dt/tests/ |
| H A D | ex4.c | 6 static PetscErrorCode CheckSymmetry(PetscInt dim, PetscInt order, PetscBool tensor) in CheckSymmetry() 117 PetscInt dim, order, tensor; in main() local
|
| /petsc/src/ts/tests/ |
| H A D | ex14.c | 34 static PetscErrorCode TestExplicitTS(TS ts, PetscInt order, const char subtype[]) in TestExplicitTS() 104 PetscInt order; in TestTSRK() local
|
| H A D | ex17.c | 48 PetscInt *order = (PetscInt *)ctx; in RHSFunction() local 113 PetscInt order = 2; in main() local
|
| /petsc/include/petsc/private/ |
| H A D | dtimpl.h | 10 …PetscInt order; /* The order, i.e. the highest degree polynomial that is exactly integ… member
|
| H A D | viewerexodusiiimpl.h | 9 PetscInt order; /* the "order" of the mesh, used to construct tri6, tetra10 cells */ member
|
| /petsc/src/dm/impls/plex/tests/ |
| H A D | ex10.c | 63 MatOrderingType order = MATORDERINGRCM; in TestReordering() local 113 MatOrderingType order = MATORDERINGRCM; in TestReorderingByGroup() local
|
| H A D | ex38.c | 17 PetscInt dim, order = 1; in main() local
|
| H A D | ex96.c | 15 PetscInt order = 1; in main() local
|
| H A D | ex95.c | 15 PetscInt order = 1; in main() local
|
| H A D | ex22.c | 131 PetscInt i, n, order = 1; in main() local
|
| H A D | ex99.c | 86 PetscInt order = 2; in main() local
|
| /petsc/src/ts/adapt/impls/basic/ |
| H A D | adaptbasic.c | 8 PetscInt order = PETSC_DECIDE; in TSAdaptChoose_Basic() local
|
| /petsc/src/vec/vec/tests/ |
| H A D | ex32.c | 23 PetscBool order = PETSC_FALSE; in main() local
|
| /petsc/src/ts/adapt/impls/glee/ |
| H A D | adaptglee.c | 13 PetscInt order; in TSAdaptChoose_GLEE() local
|
| /petsc/src/snes/tests/ |
| H A D | ex8.c | 406 static PetscErrorCode SetupFunctions(DM dm, PetscBool usePoly, PetscInt order, PetscInt dir, PetscE… in SetupFunctions() argument 463 static PetscErrorCode CheckFunctions(DM dm, PetscInt order, AppCtx *user) in CheckFunctions() 490 static PetscErrorCode CheckTransferError(DM fdm, PetscBool usePoly, PetscInt order, PetscInt dir, c… in CheckTransferError() 519 static PetscErrorCode CheckTransfer(DM dm, InterpType inType, PetscInt order, AppCtx *user) in CheckTransfer()
|
| /petsc/src/ts/adapt/interface/ |
| H A D | tsadapt.c | 834 PetscErrorCode TSAdaptCandidateAdd(TSAdapt adapt, const char name[], PetscInt order, PetscInt stage… in TSAdaptCandidateAdd() 879 PetscErrorCode TSAdaptCandidatesGet(TSAdapt adapt, PetscInt *n, const PetscInt **order, const Petsc… in TSAdaptCandidatesGet()
|
| /petsc/src/ksp/ksp/tutorials/ |
| H A D | ex51.c | 344 static PetscReal polyBasisFunc(PetscInt order, PetscInt basis, PetscReal *xLocVal, PetscReal xval) in polyBasisFunc() 361 static PetscReal derivPolyBasisFunc(PetscInt order, PetscInt basis, PetscReal *xLocVal, PetscReal x… in derivPolyBasisFunc()
|
| /petsc/src/ts/impls/symplectic/basicsymplectic/ |
| H A D | basicsymplectic.c | 16 PetscInt order; member 160 PetscErrorCode TSBasicSymplecticRegister(TSRosWType name, PetscInt order, PetscInt s, PetscReal c[]… in TSBasicSymplecticRegister()
|
| /petsc/src/ts/impls/explicit/rk/ |
| H A D | rk.c | 432 PetscErrorCode TSRKRegister(TSRKType name, PetscInt order, PetscInt s, const PetscReal A[], const P… in TSRKRegister() 548 static PetscErrorCode TSEvaluateStep_RK(TS ts, PetscInt order, Vec X, PetscBool *done) in TSEvaluateStep_RK() 1246 PetscErrorCode TSRKGetOrder(TS ts, PetscInt *order) in TSRKGetOrder() 1303 static PetscErrorCode TSRKGetOrder_RK(TS ts, PetscInt *order) in TSRKGetOrder_RK()
|
| /petsc/src/dm/impls/moab/ |
| H A D | dmmbfem.cxx | 619 const PetscInt order = 2; in DMMoabFEMCreateQuadratureDefault() local 645 PetscInt order; in DMMoabFEMCreateQuadratureDefault() local
|
| /petsc/src/ts/impls/multirate/ |
| H A D | mprk.c | 30 PetscInt order; /* Classical approximation order of the method i */ member 464 PetscErrorCode TSMPRKRegister(TSMPRKType name, PetscInt order, PetscInt sbase, PetscInt ratio1, Pet… in TSMPRKRegister() 626 static PetscErrorCode TSEvaluateStep_MPRK(TS ts, PetscInt order, Vec X, PetscBool *done) in TSEvaluateStep_MPRK() 718 static PetscErrorCode TSEvaluateStep_MPRKSPLIT(TS ts, PetscInt order, Vec X, PetscBool *done) in TSEvaluateStep_MPRKSPLIT()
|