Searched defs:form (Results 1 – 6 of 6) sorted by relevance
| /petsc/src/dm/dt/tests/ |
| H A D | ex13.c | 7 static PetscErrorCode constructTabulationAndMass(PetscInt dim, PetscInt deg, PetscInt form, PetscIn… in constructTabulationAndMass() 45 static PetscErrorCode test(PetscInt dim, PetscInt deg, PetscInt form, PetscInt jetDegree, PetscBool… in test() 303 …for (PetscInt form = -dim + 1; form <= dim; form++) PetscCall(test(dim, deg, form, PetscMax(1, k),… in main() local
|
| /petsc/src/snes/tutorials/ex10d/ |
| H A D | ex10.c | 92 char str[256], form[256], part_name[256]; in main() local
|
| /petsc/include/petsc/private/ |
| H A D | petscdsimpl.h | 78 PetscHMapForm *form; /* Stores function pointers for forms */ member
|
| /petsc/src/ts/tutorials/ |
| H A D | ex47.c | 119 PetscInt form; in ProcessOptions() local
|
| /petsc/src/ksp/pc/impls/mg/ |
| H A D | mg.c | 1359 PetscErrorCode PCMGSetType(PC pc, PCMGType form) in PCMGSetType()
|
| /petsc/src/dm/dt/interface/ |
| H A D | dt.c | 529 const PetscReal *form = &weights[pt * Nc + c * formSize]; in PetscQuadraturePushForward() local
|