Searched defs:nodeIdxDim (Results 1 – 2 of 2) sorted by relevance
| /petsc/src/dm/dt/dualspace/impls/lagrange/ |
| H A D | dspacelagrange.c | 310 PetscInt nodeIdxDim; member 320 PetscErrorCode PetscLagNodeIndicesGetData_Internal(PetscLagNodeIndices ni, PetscInt *nodeIdxDim, Pe… in PetscLagNodeIndicesGetData_Internal() 402 PetscInt nodeIdxDim = ni->nodeIdxDim; in PetscLagNodeIndicesComputeVertexOrder() local 500 PetscInt nodeIdxDim, subNodeIdxDim = facetni->nodeIdxDim; in PetscLagNodeIndicesCreateTensorVertices() local 549 PetscInt nodeIdxDim = vert->nodeIdxDim; in PetscLagNodeIndicesPushForward() local 653 PetscInt nodeIdxDim, nNodes; in PetscLagNodeIndicesTensor() local 753 PetscInt nodeIdxDim, nodeVecDim, nNodes; in PetscLagNodeIndicesMerge() local 815 PetscInt nodeIdxDim = ni->nodeIdxDim; in PetscLagNodeIndicesGetPermutation() local 1441 PetscInt nodeIdxDim, spintdim; in PetscDualSpaceLagrangeCreateAllNodeIdx() local 1947 PetscInt nodeIdxDim = ni->nodeIdxDim; in MatPermuteByNodeIdx() local [all …]
|
| /petsc/src/dm/dt/dualspace/impls/lagrange/tests/ |
| H A D | ex1.c | 218 PetscInt i, j, nodeIdxDim, nodeVecDim, nNodes; in testLagrange() local
|