| /petsc/src/snes/utils/dm/ |
| H A D | dminterpolatesnes.c | 374 PetscInt xSize, comp; in DMInterpolate_Segment_Private() local 410 for (PetscInt comp = 0; comp < ctx->dof; ++comp) a[p * ctx->dof + comp] = x[0 * ctx->dof + comp]; in DMInterpolate_Triangle_Private() local 414 …for (PetscInt comp = 0; comp < ctx->dof; ++comp) a[p * ctx->dof + comp] += PetscRealPart(x[(d + 1)… in DMInterpolate_Triangle_Private() local 440 for (PetscInt comp = 0; comp < ctx->dof; ++comp) a[p * ctx->dof + comp] = x[0 * ctx->dof + comp]; in DMInterpolate_Tetrahedron_Private() local 444 …for (PetscInt comp = 0; comp < ctx->dof; ++comp) a[p * ctx->dof + comp] += PetscRealPart(x[order[d… in DMInterpolate_Tetrahedron_Private() local 595 …for (PetscInt comp = 0; comp < dof; ++comp) a[p * dof + comp] = x[0 * dof + comp] * (1 - xir[0]) *… in DMInterpolate_Quad_Private() local 597 for (PetscInt comp = 0; comp < dof; ++comp) a[p * dof + comp] = x[0 * dof + comp]; in DMInterpolate_Quad_Private() local 603 for (PetscInt comp = 0; comp < dof; ++comp) { in DMInterpolate_Quad_Private() local 817 for (PetscInt comp = 0; comp < ctx->dof; ++comp) { in DMInterpolate_Hex_Private() local 822 … for (PetscInt comp = 0; comp < ctx->dof; ++comp) a[p * ctx->dof + comp] = x[0 * ctx->dof + comp]; in DMInterpolate_Hex_Private() local
|
| /petsc/src/snes/tutorials/ |
| H A D | ex77.c | 100 PetscInt comp; in zero_vector() local 109 PetscInt comp; in coordinates() local 133 PetscInt comp, d; in f1_u_3d() local 179 PetscInt comp, d; in f0_bd_u_3d() local 193 PetscInt comp, compI, compJ, d; in g1_bd_uu_3d() local
|
| H A D | ex56.c | 27 PetscInt comp, d; in f1_bd_u() local 169 PetscInt comp; in f0_u() local 177 for (int comp = 0; comp < Nf; ++comp) { in f0_u_x4() local 186 PetscInt comp; in zero() local
|
| H A D | ex69.c | 3082 PetscInt dim, comp; in SetupProblem() local
|
| /petsc/src/mat/impls/aij/mpi/strumpack/ |
| H A D | strumpack.c | 255 static PetscErrorCode MatSTRUMPACKSetCompression_STRUMPACK(Mat F, MatSTRUMPACKCompressionType comp) in MatSTRUMPACKSetCompression_STRUMPACK() 269 static PetscErrorCode MatSTRUMPACKGetCompression_STRUMPACK(Mat F, MatSTRUMPACKCompressionType *comp) in MatSTRUMPACKGetCompression_STRUMPACK() 296 PetscErrorCode MatSTRUMPACKSetCompression(Mat F, MatSTRUMPACKCompressionType comp) in MatSTRUMPACKSetCompression() 320 PetscErrorCode MatSTRUMPACKGetCompression(Mat F, MatSTRUMPACKCompressionType *comp) in MatSTRUMPACKGetCompression()
|
| /petsc/src/dm/impls/network/tests/ |
| H A D | ex1.c | 96 PetscInt *compprev, *comp, compkey; in main() local
|
| /petsc/src/dm/dt/fe/impls/composite/ |
| H A D | fecomposite.c | 108 PetscInt comp; /* Field components */ in PetscFEComputeTabulation_Composite() local
|
| /petsc/src/dm/impls/plex/ |
| H A D | plexsection.c | 204 const PetscInt *comp; in DMPlexCreateSectionBCDof() local 292 const PetscInt *comp, *idx; in DMPlexCreateSectionBCIndicesField() local
|
| H A D | plexorient.c | 351 PetscMPIInt rank, size, numComponents, comp = 0; in DMPlexOrient() local 870 for (PetscInt comp = 0; comp < Ncomp; ++comp) { in DMPlexOrientCells_Internal() local 911 for (PetscInt comp = 0, off = 0; comp < Ncomp; ++comp) { in DMPlexOrientCells_Internal() local
|
| H A D | plexglvis.c | 176 char comp[256]; in DMSetUpGLVisViewer_Plex() local
|
| H A D | plexfem.c | 4164 PetscInt comp, coneSizeL, coneSizeR, faceLocL, faceLocR, ldof, rdof, d; in DMPlexGetFaceFields() local
|
| H A D | plex.c | 424 PetscInt dim, Nf, f, Nc, comp, vStart, vEnd, cStart, cEnd, c, N, level, step, w = 0; in VecView_Plex_Local_Draw_2D() local
|
| /petsc/include/petsc/private/ |
| H A D | sectionimpl.h | 116 …#define PetscSectionCheckValidFieldComponent(comp, nfieldcomp) PetscSectionCheckValid_("section fi… argument
|
| /petsc/src/dm/dt/fv/interface/ |
| H A D | fv.c | 1238 PetscErrorCode PetscFVSetNumComponents(PetscFV fvm, PetscInt comp) in PetscFVSetNumComponents() 1270 PetscErrorCode PetscFVGetNumComponents(PetscFV fvm, PetscInt *comp) in PetscFVGetNumComponents() 1293 PetscErrorCode PetscFVSetComponentName(PetscFV fvm, PetscInt comp, const char *name) in PetscFVSetComponentName() 1317 PetscErrorCode PetscFVGetComponentName(PetscFV fvm, PetscInt comp, const char *name[]) in PetscFVGetComponentName()
|
| /petsc/src/ts/tutorials/ |
| H A D | ex18.c | 181 PetscInt comp; in f0_zero_u() local 188 PetscInt comp; in f0_constant_u() local 196 PetscInt comp; in f1_constant_u() local 213 PetscInt comp; in f0_lap_u() local 219 PetscInt comp, d; in f1_lap_u() local
|
| H A D | ex46.c | 109 PetscInt comp, d; in f1_u() local
|
| H A D | ex53.c | 1719 PetscInt comp[1]; in SetupPrimalProblem() local
|
| /petsc/src/ts/characteristic/interface/ |
| H A D | characteristic.c | 340 PetscInt n, is, ie, js, je, comp; in CharacteristicSolve() local
|
| /petsc/src/snes/impls/composite/ |
| H A D | snescomposite.c | 694 SNES_Composite *comp = (SNES_Composite *)snes->data; in SNESSolve_Composite() local
|
| /petsc/src/vec/is/section/interface/ |
| H A D | section.c | 487 PetscErrorCode PetscSectionGetComponentName(PetscSection s, PetscInt field, PetscInt comp, const ch… in PetscSectionGetComponentName() 520 PetscErrorCode PetscSectionSetComponentName(PetscSection s, PetscInt field, PetscInt comp, const ch… in PetscSectionSetComponentName()
|
| /petsc/src/dm/dt/fe/interface/ |
| H A D | fe.c | 414 PetscErrorCode PetscFESetNumComponents(PetscFE fem, PetscInt comp) in PetscFESetNumComponents() 437 PetscErrorCode PetscFEGetNumComponents(PetscFE fem, PetscInt *comp) in PetscFEGetNumComponents()
|
| /petsc/src/dm/impls/plex/cgns/ |
| H A D | plexcgns2.c | 2453 for (PetscInt comp = 0; comp < ncomp; comp++) { in VecView_Plex_Local_CGNS() local
|
| /petsc/src/dm/dt/dualspace/impls/lagrange/ |
| H A D | dspacelagrange.c | 818 int (*comp)(const void *, const void *); in PetscLagNodeIndicesGetPermutation() local
|
| /petsc/src/dm/impls/forest/p4est/ |
| H A D | pforest.h | 530 int comp; in DMPforestComputeLocalCellTransferSF_loop() local
|
| /petsc/src/ksp/pc/impls/bddc/ |
| H A D | bddcprivate.c | 1818 PetscInt f, *comp = (PetscInt *)ctx; in func_coords_private() local
|