Searched refs:ord (Results 1 – 7 of 7) sorted by relevance
| /petsc/src/dm/dt/fv/interface/ceed/ |
| H A D | fvceed.c | 48 PetscInt dim, Nc, ord; in PetscFVGetCeedBasis() local 57 PetscCall(PetscQuadratureGetOrder(q, &ord)); in PetscFVGetCeedBasis() 58 …PetscCallCEED(CeedBasisCreateTensorH1Lagrange(fv->ceed, dim, Nc, 1, (ord + 1) / 2, CEED_GAUSS, &fv… in PetscFVGetCeedBasis()
|
| /petsc/src/dm/dt/fe/interface/ceed/ |
| H A D | feceed.c | 49 PetscInt dim, Nc, deg, ord; in PetscFEGetCeedBasis() local 60 PetscCall(PetscQuadratureGetOrder(q, &ord)); in PetscFEGetCeedBasis() 61 …PetscCallCEED(CeedBasisCreateTensorH1Lagrange(fe->ceed, dim, Nc, deg + 1, (ord + 1) / 2, CEED_GAUS… in PetscFEGetCeedBasis()
|
| /petsc/src/ksp/ksp/tutorials/ |
| H A D | ex71.c | 312 PetscInt ord[8] = {0, 1, 3, 2, 4, 5, 7, 6}; in main() local 318 for (j = 0; j < nen; j++) idxs[j] = i * nen + ord[j]; in main() 320 for (j = 0; j < nen; j++) idxs[j] = e_loc[i * nen + ord[j]]; in main() 324 for (j = 0; j < nen; j++) idxs[j] = e_glo[i * nen + ord[j]]; in main()
|
| /petsc/src/binding/petsc4py/conf/ |
| H A D | stubgen.py | 11 return inspect.isbuiltin(obj) or is_cyfunction(obj) or type(obj) is type(ord)
|
| /petsc/src/binding/petsc4py/docs/source/ |
| H A D | apidoc.py | 15 return inspect.isbuiltin(obj) or is_cyfunction(obj) or type(obj) is type(ord)
|
| /petsc/src/ksp/pc/impls/bddc/ |
| H A D | bddcprivate.c | 666 PetscInt ord = order, test = ii[i + 1] - ii[i], vc = vcount[i]; in PCBDDCNedelecSupport() local 674 ord = 1; in PCBDDCNedelecSupport() 697 if (!sneighs || test >= 3 * ord || bdir) { /* splitpoints */ in PCBDDCNedelecSupport() 698 …scInt_FMT " (%s %s %s)\n", i, PetscBools[!sneighs], PetscBools[test >= 3 * ord], PetscBools[bdir])… in PCBDDCNedelecSupport() 700 } else if (test == ord) { in PCBDDCNedelecSupport()
|
| /petsc/share/petsc/datafiles/meshes/ |
| H A D | testcase3D.cas | 315 (poutlet/fifth-ord-poly? #f) 8430 (recon/lim/filter/1st-ord-blend-k 0.03) 8431 (recon/lim/filter/2nd-ord-blend-k 0.5)
|