Home
last modified time | relevance | path

Searched +defs:ref +defs:c (Results 1 – 6 of 6) sorted by relevance

/petsc/src/dm/dt/dualspace/impls/refined/
H A Ddualspacerefined.c37 PetscInt cStart, cEnd, c; in PetscDualSpaceRefinedSetCellSpaces_Refined() local
55 PetscDualSpace_Refined *ref = (PetscDualSpace_Refined *)sp->data; in PetscDualSpaceDestroy_Refined() local
66 PetscInt cStart, cEnd, c, spdim; in PetscDualSpaceSetUp_Refined() local
134 PetscInt cStart, cEnd, c; in PetscDualSpaceRefinedView_Ascii() local
195 PetscDualSpace_Refined *ref; in PetscDualSpaceCreate_Refined() local
/petsc/src/snes/utils/dm/
H A Ddminterpolatesnes.c368 const PetscInt c = ctx->cells[p]; in DMInterpolate_Segment_Private() local
396 const PetscInt c = ctx->cells[p]; in DMInterpolate_Triangle_Private() local
425 const PetscInt c = ctx->cells[p]; in DMInterpolate_Tetrahedron_Private() local
470 const PetscScalar *ref; in QuadMap_Private() local
503 const PetscScalar *ref; in QuadJacobian_Private() local
528 const PetscInt c = ctx->cells[p]; in DMInterpolate_Quad_Private() local
534 Vec coordsLocal, r, ref, real; in DMInterpolate_Quad_Private() local
671 const PetscScalar *ref; in HexMap_Private() local
731 const PetscScalar *ref; in HexJacobian_Private() local
763 const PetscInt c = ctx->cells[p]; in DMInterpolate_Hex_Private() local
[all …]
H A Ddmadapt.c842 PetscInt c, d; in DMAdaptorComputeCellErrorIndicator_Gradient() local
1415 Vec ref; in DMAdaptorAdapt_Sequence_Private() local
/petsc/src/dm/impls/plex/
H A Dplexgeometry.c40 PetscInt c, cdim, i, j, o, p, vStart, vEnd; in DMPlexFindVertices() local
223 PetscReal c[4]; in DMPlexGetPlaneSimplexIntersection_Coords_Internal() local
269 static PetscErrorCode DMPlexGetPlaneSimplexIntersection_Internal(DM dm, PetscInt dim, PetscInt c, c… in DMPlexGetPlaneSimplexIntersection_Internal()
290 static PetscErrorCode DMPlexGetPlaneQuadIntersection_Internal(DM dm, PetscInt dim, PetscInt c, cons… in DMPlexGetPlaneQuadIntersection_Internal()
321 static PetscErrorCode DMPlexGetPlaneHexIntersection_Internal(DM dm, PetscInt dim, PetscInt c, const… in DMPlexGetPlaneHexIntersection_Internal()
397 static PetscErrorCode DMPlexGetPlaneCellIntersection_Internal(DM dm, PetscInt c, const PetscReal p[… in DMPlexGetPlaneCellIntersection_Internal()
421 …DMPlexLocatePoint_Simplex_1D_Internal(DM dm, const PetscScalar point[], PetscInt c, PetscInt *cell) in DMPlexLocatePoint_Simplex_1D_Internal()
437 …DMPlexLocatePoint_Simplex_2D_Internal(DM dm, const PetscScalar point[], PetscInt c, PetscInt *cell) in DMPlexLocatePoint_Simplex_2D_Internal()
456 …PlexClosestPoint_Simplex_2D_Internal(DM dm, const PetscScalar point[], PetscInt c, PetscReal cpoin… in DMPlexClosestPoint_Simplex_2D_Internal()
482 …exLocatePoint_Quad_2D_Linear_Internal(DM dm, const PetscScalar point[], PetscInt c, PetscInt *cell) in DMPlexLocatePoint_Quad_2D_Linear_Internal()
[all …]
H A Dplextree.c22 PetscErrorCode DMPlexSetReferenceTree(DM dm, DM ref) in DMPlexSetReferenceTree()
55 PetscErrorCode DMPlexGetReferenceTree(DM dm, DM *ref) in DMPlexGetReferenceTree()
218 PetscErrorCode DMPlexCreateReferenceTree_Union(DM K, DM Kref, const char *labelName, DM *ref) in DMPlexCreateReferenceTree_Union()
249 PetscInt cStart, cEnd, c; in DMPlexCreateReferenceTree_Union() local
302 PetscInt dof, uOff, c, cOff; in DMPlexCreateReferenceTree_Union() local
319 PetscInt dof, uDof, uOff, c, cOff; in DMPlexCreateReferenceTree_Union() local
441 …ErrorCode DMPlexCreateDefaultReferenceTree(MPI_Comm comm, PetscInt dim, PetscBool simplex, DM *ref) in DMPlexCreateDefaultReferenceTree()
1119 PetscInt f, b, p, c, offset, qPoints; in EvaluateBasis() local
1144 PetscInt numFields, f, c, cStart, cEnd, pStart, pEnd, conStart, conEnd; in DMPlexComputeAnchorMatrix_Tree_Direct() local
2158 PetscInt c = closure[2 * cl], clDof; in DMPlexComputeInterpolatorTree() local
[all …]
/petsc/src/snes/tutorials/
H A Dex27.c132 PetscInt c; in quadratic_q() local
150 …for (PetscInt c = 0; c < Nc; c++) u[c] = n * PETSC_PI * PetscCosReal(n * PETSC_PI * x[c]) * PetscS… in trig_q() local
757 Vec ref; in main() local