Home
last modified time | relevance | path

Searched defs:form (Results 1 – 6 of 6) sorted by relevance

/petsc/src/dm/dt/tests/
H A Dex13.c7 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 Dex10.c92 char str[256], form[256], part_name[256]; in main() local
/petsc/include/petsc/private/
H A Dpetscdsimpl.h78 PetscHMapForm *form; /* Stores function pointers for forms */ member
/petsc/src/ts/tutorials/
H A Dex47.c119 PetscInt form; in ProcessOptions() local
/petsc/src/ksp/pc/impls/mg/
H A Dmg.c1359 PetscErrorCode PCMGSetType(PC pc, PCMGType form) in PCMGSetType()
/petsc/src/dm/dt/interface/
H A Ddt.c529 const PetscReal *form = &weights[pt * Nc + c * formSize]; in PetscQuadraturePushForward() local