Home
last modified time | relevance | path

Searched refs:PetscDTAltVWedgeMatrix (Results 1 – 4 of 4) sorted by relevance

/petsc/include/
H A Dpetscdt.h164 PETSC_EXTERN PetscErrorCode PetscDTAltVWedgeMatrix(PetscInt, PetscInt, PetscInt, const PetscReal *,…
/petsc/src/dm/dt/tests/
H A Dex7.c327 PetscCall(PetscDTAltVWedgeMatrix(N, j, k, u, uWwmat)); in main()
/petsc/src/dm/dt/interface/
H A Ddtaltv.c227 PetscErrorCode PetscDTAltVWedgeMatrix(PetscInt N, PetscInt j, PetscInt k, const PetscReal *a, Petsc… in PetscDTAltVWedgeMatrix() function
/petsc/src/dm/dt/dualspace/impls/lagrange/
H A Ddspacelagrange.c713 PetscCall(PetscDTAltVWedgeMatrix(dim, PetscAbsInt(kF), PetscAbsInt(kT), workF, wedgeMat)); in PetscLagNodeIndicesTensor()
1128 … PetscCall(PetscDTAltVWedgeMatrix(dim, PetscAbsInt(kFiber), PetscAbsInt(kTrace), workF, wedgeMat)); in MatTensorAltV()