Searched refs:PetscDTPTrimmedSize (Results 1 – 6 of 6) sorted by relevance
| /petsc/src/dm/dt/space/impls/ptrimmed/tests/ |
| H A D | ex1.c | 29 …PetscCall(PetscDTPTrimmedSize(dim, formDegree == 0 ? degree : degree + 1, PetscAbsInt(formDegree),… in test()
|
| /petsc/src/dm/dt/space/impls/ptrimmed/ |
| H A D | spaceptrimmed.c | 123 PetscCall(PetscDTPTrimmedSize(sp->Nv, f == 0 ? sp->degree : sp->degree + 1, pt->formDegree, dim)); in PetscSpaceGetDimension_Ptrimmed() 164 PetscCall(PetscDTPTrimmedSize(dim, degree, f, &Nb)); in PetscSpaceEvaluate_Ptrimmed()
|
| /petsc/include/ |
| H A D | petscdt.h | 125 PETSC_EXTERN PetscErrorCode PetscDTPTrimmedSize(PetscInt, PetscInt, PetscInt, PetscInt *);
|
| /petsc/src/dm/dt/tests/ |
| H A D | ex13.c | 16 PetscCall(PetscDTPTrimmedSize(dim, deg, form, &Nbpt)); in constructTabulationAndMass()
|
| /petsc/doc/changes/ |
| H A D | 317.md | 321 …valJet()` to evaluate a stable basis for trimmed polynomials, and `PetscDTPTrimmedSize()` for the …
|
| /petsc/src/dm/dt/interface/ |
| H A D | dt.c | 1249 PetscErrorCode PetscDTPTrimmedSize(PetscInt dim, PetscInt degree, PetscInt formDegree, PetscInt *si… in PetscDTPTrimmedSize() function 1280 PetscCall(PetscDTPTrimmedSize(dim, degree, formDegree, &Nbpt)); in PetscDTPTrimmedEvalJet_Internal()
|