Home
last modified time | relevance | path

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

/dports/science/PETSc/petsc-3.14.1/src/dm/dt/dualspace/impls/lagrange/
H A Ddspacelagrange.c334 *nodeIdxDim = ni->nodeIdxDim; in PetscLagNodeIndicesGetData_Internal()
399 PetscInt nodeIdxDim = ni->nodeIdxDim; in PetscLagNodeIndicesComputeVertexOrder() local
501 PetscInt nodeIdxDim, subNodeIdxDim = facetni->nodeIdxDim; in PetscLagNodeIndicesCreateTensorVertices() local
510 ni->nodeIdxDim = nodeIdxDim = subNodeIdxDim + 2; in PetscLagNodeIndicesCreateTensorVertices()
554 PetscInt nodeIdxDim = vert->nodeIdxDim; in PetscLagNodeIndicesPushForward() local
680 ni->nodeIdxDim = nodeIdxDim = tracei->nodeIdxDim + fiberi->nodeIdxDim; in PetscLagNodeIndicesTensor()
766 ni->nodeIdxDim = nodeIdxDim = niA->nodeIdxDim; in PetscLagNodeIndicesMerge()
826 PetscInt nodeIdxDim = ni->nodeIdxDim; in PetscLagNodeIndicesGetPermutation() local
1474 ni->nodeIdxDim = nodeIdxDim = verti->nodeIdxDim; in PetscDualSpaceLagrangeCreateAllNodeIdx()
1923 PetscInt nodeIdxDim = ni->nodeIdxDim; in MatPermuteByNodeIdx() local
[all …]
/dports/science/PETSc/petsc-3.14.1/src/dm/dt/dualspace/impls/lagrange/tests/
H A Dex1.c236 PetscInt i, j, nodeIdxDim, nodeVecDim, nNodes; in testLagrange() local
242 …ierr = PetscLagNodeIndicesGetData_Internal(lag->allNodeIndices, &nodeIdxDim, &nodeVecDim, &nNodes,… in testLagrange()
255 for (j = 0; j < nodeIdxDim; j++) { in testLagrange()
256 ierr = PetscPrintf(PETSC_COMM_SELF, " %D,", nodeIdx[i * nodeIdxDim + j]);CHKERRQ(ierr); in testLagrange()
283 …if (intNodeIdxDim != nodeIdxDim || intNodeVecDim != nodeVecDim) SETERRQ(PETSC_COMM_SELF, PETSC_ERR… in testLagrange()
285 ierr = PetscArraycmp(intNodeIdx, nodeIdx, nodeIdxDim * intNnodes, &same);CHKERRQ(ierr); in testLagrange()
/dports/science/PETSc/petsc-3.14.1/
H A DTAGS45521 PetscInt nodeIdxDim;321,12194
H A DCTAGS25476 … PetscLagNodeIndicesGetData_Internal(PetscLagNodeIndices ni, PetscInt *nodeIdxDim, PetscInt *nodeV…
72546 …ange.c /^ PetscInt *nodeIdx; \/* for each node an index of size nodeIdxDim *\/$/;" m langua…
72547 nodeIdxDim src/dm/dt/dualspace/impls/lagrange/dspacelagrange.c /^ PetscInt nodeIdxDim;$/;" m lan…