Home
last modified time | relevance | path

Searched defs:order (Results 1 – 25 of 75) sorted by relevance

123

/petsc/src/dm/impls/plex/
H A Dplexexodusii.c42 PetscErrorCode PetscViewerExodusIISetOrder(PetscViewer viewer, PetscInt order) in PetscViewerExodusIISetOrder()
65 PetscErrorCode PetscViewerExodusIIGetOrder(PetscViewer viewer, PetscInt *order) in PetscViewerExodusIIGetOrder()
/petsc/src/ts/impls/bdf/
H A Dbdf.c27 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 Dex1.c11 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 Dbetas.c6 const PetscInt order = ksp->max_it; in KSPChebyshevGetBetas_Private() local
/petsc/src/dm/dt/tests/
H A Dex4.c6 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 Dex14.c34 static PetscErrorCode TestExplicitTS(TS ts, PetscInt order, const char subtype[]) in TestExplicitTS()
104 PetscInt order; in TestTSRK() local
H A Dex17.c48 PetscInt *order = (PetscInt *)ctx; in RHSFunction() local
113 PetscInt order = 2; in main() local
/petsc/include/petsc/private/
H A Ddtimpl.h10 …PetscInt order; /* The order, i.e. the highest degree polynomial that is exactly integ… member
H A Dviewerexodusiiimpl.h9 PetscInt order; /* the "order" of the mesh, used to construct tri6, tetra10 cells */ member
/petsc/src/dm/impls/plex/tests/
H A Dex10.c63 MatOrderingType order = MATORDERINGRCM; in TestReordering() local
113 MatOrderingType order = MATORDERINGRCM; in TestReorderingByGroup() local
H A Dex38.c17 PetscInt dim, order = 1; in main() local
H A Dex96.c15 PetscInt order = 1; in main() local
H A Dex95.c15 PetscInt order = 1; in main() local
H A Dex22.c131 PetscInt i, n, order = 1; in main() local
H A Dex99.c86 PetscInt order = 2; in main() local
/petsc/src/ts/adapt/impls/basic/
H A Dadaptbasic.c8 PetscInt order = PETSC_DECIDE; in TSAdaptChoose_Basic() local
/petsc/src/vec/vec/tests/
H A Dex32.c23 PetscBool order = PETSC_FALSE; in main() local
/petsc/src/ts/adapt/impls/glee/
H A Dadaptglee.c13 PetscInt order; in TSAdaptChoose_GLEE() local
/petsc/src/snes/tests/
H A Dex8.c406 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 Dtsadapt.c834 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 Dex51.c344 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 Dbasicsymplectic.c16 PetscInt order; member
160 PetscErrorCode TSBasicSymplecticRegister(TSRosWType name, PetscInt order, PetscInt s, PetscReal c[]… in TSBasicSymplecticRegister()
/petsc/src/ts/impls/explicit/rk/
H A Drk.c432 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 Ddmmbfem.cxx619 const PetscInt order = 2; in DMMoabFEMCreateQuadratureDefault() local
645 PetscInt order; in DMMoabFEMCreateQuadratureDefault() local
/petsc/src/ts/impls/multirate/
H A Dmprk.c30 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()

123