| /petsc/src/dm/impls/plex/ |
| H A D | plexvtu.c | 461 PetscInt off, dof; in DMPlexVTKWriteAll_VTU() local 583 PetscInt off, j; in DMPlexVTKWriteAll_VTU() local 608 PetscInt off; in DMPlexVTKWriteAll_VTU() local 665 PetscInt off; in DMPlexVTKWriteAll_VTU() local 680 PetscInt closureSize, off; in DMPlexVTKWriteAll_VTU() local 711 PetscInt off; in DMPlexVTKWriteAll_VTU() local 725 PetscInt closureSize, off; in DMPlexVTKWriteAll_VTU() local
|
| H A D | plexpreallocate.c | 44 PetscInt dof, off; in DMPlexComputeAnchorAdjacencies() local 355 PetscInt dof, off, d, q, anDof; in DMPlexCreateAdjacencySection_Static() local 393 PetscInt numAdj = PETSC_DETERMINE, adof, dof, off, d, q, anDof; in DMPlexCreateAdjacencySection_Static() local 433 PetscInt dof, off, d, q, anDof, anOff; in DMPlexCreateAdjacencySection_Static() local 501 PetscInt numAdj = PETSC_DETERMINE, adof, dof, off, d, q, anDof, anOff; in DMPlexCreateAdjacencySection_Static() local 544 PetscInt dof, cdof, off, d; in DMPlexCreateAdjacencySection_Static() local 575 PetscInt numAdj = PETSC_DETERMINE, dof, cdof, off, goff, d, q, anDof; in DMPlexCreateAdjacencySection_Static() local 627 PetscInt numAdj = PETSC_DETERMINE, dof, cdof, off, goff, d, q, anDof, anOff; in DMPlexCreateAdjacencySection_Static() local
|
| H A D | plexnatural.c | 118 PetscInt dof, off; in DMPlexCreateGlobalToNaturalSF() local 131 PetscInt dof, off, loc; in DMPlexCreateGlobalToNaturalSF() local
|
| H A D | plexreorder.c | 215 PetscInt dof, off, offNew, d; in DMPlexRemapCoordinates_Private() local 310 PetscInt dof, off, offNew, d; in DMPlexPermute() local 326 PetscInt dof, off, offNew, d; in DMPlexPermute() local
|
| H A D | plex.c | 938 PetscInt point = closure[cl], depth, dof, off, d, p; in DMPlexView_Ascii_Geometry() local 1045 PetscInt dof, off, s; in DMPlexView_Ascii() local 1055 PetscInt dof, off, c; in DMPlexView_Ascii() local 1089 PetscInt dof, off; in DMPlexView_Ascii() local 1269 PetscInt off, dof, d; in DMPlexView_Ascii() local 3206 PetscInt off; in DMPlexGetCone() local 3445 PetscInt dof, off, c; in DMPlexSetCone() local 3497 PetscInt off; in DMPlexGetConeOrientation() local 3535 PetscInt dof, off, c; in DMPlexSetConeOrientation() local 3577 PetscInt dof, off; in DMPlexInsertCone() local [all …]
|
| H A D | plexglvis.c | 146 PetscInt j, off; in DMSetUpGLVisViewer_Plex() local 158 PetscInt j, off; in DMSetUpGLVisViewer_Plex() local 185 PetscInt off; in DMSetUpGLVisViewer_Plex() local 279 PetscInt dim, sdim, dof = 0, off = 0, i, q, vStart, vEnd, numPoints, *points = NULL; in DMPlexGetPointMFEMVertexIDs_Internal() local
|
| H A D | plexorient.c | 350 …PetscInt numLeaves, numRoots, dim, h, cStart, cEnd, c, cell, fStart, fEnd, face, off, to… in DMPlexOrient() local 911 for (PetscInt comp = 0, off = 0; comp < Ncomp; ++comp) { in DMPlexOrientCells_Internal() local 957 for (PetscInt p = 0, off = 0; p < size; ++p) { in DMPlexOrientCells_Internal() local 968 for (PetscInt p = 0, off = 0; p < size; ++p) { in DMPlexOrientCells_Internal() local
|
| /petsc/src/sys/tests/ |
| H A D | ex41.c | 11 PetscInt n, off, array[4], na, nb, i, *marray, size; in main() local
|
| H A D | ex40.c | 25 PetscInt n, v, koff, keys[4], voff, vals[4], na, nb, i, size, *karray, off; in PETSC_HASH_MAP() local
|
| /petsc/src/dm/impls/network/tests/ |
| H A D | ex2.c | 48 PetscInt vStart, vEnd, v, vglobal, compkey = 0, off, NVert; in StarGraphSetCoordinates() local 143 PetscInt cdim, v, off, vglobal, vStart, vEnd; in CoordinatePrint() local
|
| /petsc/src/sys/fileio/ |
| H A D | sysio.c | 564 PetscErrorCode PetscBinarySeek(int fd, off_t off, PetscBinarySeekType whence, off_t *offset) in PetscBinarySeek() 722 PetscErrorCode PetscBinarySynchronizedSeek(MPI_Comm comm, int fd, off_t off, PetscBinarySeekType wh… in PetscBinarySynchronizedSeek() 811 PetscErrorCode MPIU_File_write_at(MPI_File fd, MPI_Offset off, void *data, PetscMPIInt cnt, MPI_Dat… in MPIU_File_write_at() 823 PetscErrorCode MPIU_File_read_at(MPI_File fd, MPI_Offset off, void *data, PetscMPIInt cnt, MPI_Data… in MPIU_File_read_at() 834 PetscErrorCode MPIU_File_write_at_all(MPI_File fd, MPI_Offset off, void *data, PetscMPIInt cnt, MPI… in MPIU_File_write_at_all() 846 PetscErrorCode MPIU_File_read_at_all(MPI_File fd, MPI_Offset off, void *data, PetscMPIInt cnt, MPI_… in MPIU_File_read_at_all()
|
| /petsc/src/dm/impls/plex/generators/triangle/ |
| H A D | trigenerate.c | 102 PetscInt val, off, d; in DMPlexGenerate_Triangle() local 266 PetscInt off, d, val; in DMPlexRefine_Triangle() local
|
| /petsc/src/dm/interface/ |
| H A D | dmi.c | 91 for (PetscInt f = 0, off = 0; f < numFields; ++f) { in PetscSectionSelectFields_Private() local 115 PetscInt off = 0; in PetscSectionSelectFields_Private() local 172 PetscInt off = 0; in PetscSectionSelectFields_Private() local
|
| /petsc/src/binding/petsc4py/demo/legacy/dmplex/ |
| H A D | anisotropic_adaptation.py | 57 off = csec.getOffset(v) variable
|
| /petsc/src/binding/petsc4py/src/petsc4py/lib/_pytypes/viewer/ |
| H A D | petscpyvista.py | 8 def _convertCell(ctype, cells, nc, off): argument
|
| /petsc/src/dm/impls/stag/ |
| H A D | stag1d.c | 117 const PetscReal off = 0.0; in DMStagSetUniformCoordinatesExplicit_1d() local 121 const PetscReal off = 0.5; in DMStagSetUniformCoordinatesExplicit_1d() local
|
| /petsc/src/dm/impls/plex/tests/ |
| H A D | ex17.c | 59 PetscInt off = (c - cStart) * cdim, d; in TestCentroidLocation() local
|
| H A D | ex34.c | 112 PetscInt dim, pStart, pEnd, p, cStart, cEnd, c, Nhyb = 0, off[2]; in OrderHybridMesh() local
|
| H A D | ex60.c | 96 PetscInt off = closure[cl]; in main() local
|
| /petsc/src/vec/is/is/impls/general/ |
| H A D | general.c | 200 static PetscErrorCode ISFindRun_Private(const PetscInt indices[], PetscInt len, PetscInt off, Petsc… in ISFindRun_Private() 226 PetscInt n, off = 0; in ISGeneralCheckCompress() local 255 PetscInt off = 0; in ISGeneralCompress() local
|
| /petsc/src/dm/impls/plex/adaptors/pragmatic/ |
| H A D | pragmaticadapt.c | 23 PetscInt off, maxConeSize, numBdFaces, f, bdSize, i, j, Nd; in DMAdaptMetric_Pragmatic_Plex() local
|
| /petsc/src/dm/impls/plex/transform/interface/ |
| H A D | plextransform.c | 17 PetscInt d, c, off = 0; in DMPlexCreateCellTypeOrder_Internal() local 446 PetscInt c, cN, *off; in DMPlexTransformCreateOffset_Internal() local 1004 PetscInt rt, Nct, n, off, rp; in DMPlexTransformGetTargetPoint() local 1078 const PetscInt off = tr->offset[r * DM_NUM_POLYTOPES + ctN]; in DMPlexTransformGetSourcePoint() local 1102 const PetscInt off = tr->offset[ctTmp * DM_NUM_POLYTOPES + ctN]; in DMPlexTransformGetSourcePoint() local 1730 PetscInt v, dE = trdim, d, off = 0; in DMPlexTransformCreateCellVertices_Internal() local 2060 PetscInt Nct, n, r, off; in DMPlexTransformCreateSF() local 2083 PetscInt Nct, n, r, q, off; in DMPlexTransformCreateSF() local 2319 PetscInt vNew, off; in DMPlexTransformSetCoordinates() local
|
| /petsc/src/dm/impls/plex/generators/ctetgen/ |
| H A D | ctetgenerate.c | 61 PetscInt off, d, m; in DMPlexGenerate_CTetgen() local 320 PetscInt off, d, m; in DMPlexRefine_CTetgen() local
|
| /petsc/src/dm/impls/plex/generators/tetgen/ |
| H A D | tetgenerate.cxx | 82 PetscInt off, d, val; in DMPlexGenerate_Tetgen() local 346 PetscInt off, d, val; in DMPlexRefine_Tetgen() local
|
| /petsc/src/dm/dt/fe/impls/composite/ |
| H A D | fecomposite.c | 52 PetscInt dof, off, k; in PetscFESetUp_Composite() local
|