Home
last modified time | relevance | path

Searched defs:periodic (Results 1 – 14 of 14) sorted by relevance

/petsc/src/dm/impls/plex/tutorials/
H A Dex13.c11 DMBoundaryType periodic[3] = {DM_BOUNDARY_NONE, DM_BOUNDARY_NONE, DM_BOUNDARY_NONE}; in main() local
/petsc/src/dm/tests/
H A Dex7.c10 DMBoundaryType periodic; in main() local
/petsc/src/dm/impls/plex/
H A Dplexextrude.c52 …ayers, PetscReal thickness, PetscBool tensor, PetscBool symmetric, PetscBool periodic, const Petsc… in DMPlexExtrude()
H A Dplexegads.c1083 int periodic[2]; in DMPlexCreateGeom_Internal() local
1108 int Nf, fid, periodic[2]; in DMPlexCreateGeom_Internal() local
1692 int periodic; in DMPlexCreateGeom() local
2658 int periodic; in ConvertGeomModelToAllBSplines() local
4613 int periodic; in DMPlexModifyGeomModel() local
H A Dplexcreate.c2220 PetscBool periodic = PETSC_FALSE; in DMPlexCreateHypercubicMesh_Internal() local
3833 …ernal(DM dm, DMPlexTPSType tpstype, const PetscInt extent[], const DMBoundaryType periodic[], Pets… in DMPlexCreateTPSMesh_Internal()
4403 …I_Comm comm, DMPlexTPSType tpstype, const PetscInt extent[], const DMBoundaryType periodic[], Pets… in DMPlexCreateTPSMesh()
4940 DMBoundaryType periodic[3] = {DM_BOUNDARY_NONE, DM_BOUNDARY_NONE, DM_BOUNDARY_NONE}; in DMPlexCreateFromOptions_Internal() local
H A Dplexgmsh.c1584 PetscBool flg, binary, hybrid = interpolate, periodic = PETSC_TRUE; in DMPlexCreateGmsh() local
/petsc/src/snes/impls/qn/
H A Dqn.c70 PetscBool powell, periodic, restart; in SNESSolve_QN() local
/petsc/src/ts/tutorials/
H A Dextchem.c76 const char *periodic = "file://${PETSC_DIR}/${PETSC_ARCH}/share/periodictable.dat"; in main() local
/petsc/src/dm/impls/plex/transform/impls/extrude/
H A Dplextrextrude.c1142 PetscErrorCode DMPlexTransformExtrudeGetPeriodic(DMPlexTransform tr, PetscBool *periodic) in DMPlexTransformExtrudeGetPeriodic()
1166 PetscErrorCode DMPlexTransformExtrudeSetPeriodic(DMPlexTransform tr, PetscBool periodic) in DMPlexTransformExtrudeSetPeriodic()
/petsc/src/dm/impls/da/
H A Dda.c939 static PetscErrorCode DMDARefineOwnershipRanges(DM da, PetscBool periodic, PetscInt stencil_width, … in DMDARefineOwnershipRanges()
980 static PetscErrorCode DMDACoarsenOwnershipRanges(DM da, PetscBool periodic, PetscInt stencil_width,… in DMDACoarsenOwnershipRanges()
/petsc/include/petsc/private/
H A Ddmplextransformimpl.h83 PetscBool periodic; /* Connect the extruded layer periodically to the beginning */ member
H A Ddmpleximpl.h217 } periodic; member
H A Ddmimpl.h287 } periodic; member
/petsc/src/dm/impls/forest/p4est/
H A Dpforest.h300 PetscBool flgN, flgP, flgM, flgB, useMorton = PETSC_TRUE, periodic = PETSC_FALSE; in DMFTopologyCreate_pforest() local