Searched refs:bdt (Results 1 – 2 of 2) sorted by relevance
| /petsc/src/ts/tutorials/ ! |
| H A D | ex18.c | 587 DMBoundaryType bdt[3] = {DM_BOUNDARY_NONE, DM_BOUNDARY_NONE, DM_BOUNDARY_NONE}; in SetupBC() local 596 …OptionsGetEnumArray(NULL, prefix, "-dm_plex_box_bd", DMBoundaryTypes, (PetscEnum *)bdt, &n, NULL)); in SetupBC() 636 switch (bdt[0]) { in SetupBC() 638 switch (bdt[1]) { in SetupBC() 695 DMBoundaryType bdt[3] = {DM_BOUNDARY_NONE, DM_BOUNDARY_NONE, DM_BOUNDARY_NONE}; in SetupProblem() local 702 …OptionsGetEnumArray(NULL, prefix, "-dm_plex_box_bd", DMBoundaryTypes, (PetscEnum *)bdt, &n, NULL)); in SetupProblem() 714 switch (bdt[0]) { in SetupProblem() 716 switch (bdt[1]) { in SetupProblem()
|
| /petsc/src/dm/impls/plex/ ! |
| H A D | plexcreate.c | 1913 DMBoundaryType bdt[3] = {DM_BOUNDARY_NONE, DM_BOUNDARY_NONE, DM_BOUNDARY_NONE}; in DMPlexCreateBoxMesh_Tensor_Internal() local 1922 bdt[d] = periodicity[d]; in DMPlexCreateBoxMesh_Tensor_Internal() 1924 PetscCall(DMPlexCreateCubeMesh_Internal(dm, lower, upper, fac, bdt[0], bdt[1], bdt[2])); in DMPlexCreateBoxMesh_Tensor_Internal() 2031 DMBoundaryType bdt[3] = {DM_BOUNDARY_NONE, DM_BOUNDARY_NONE, DM_BOUNDARY_NONE}; in DMPlexCreateBoxMesh() local 2036 …es : fac, lower ? lower : low, upper ? upper : upp, periodicity ? periodicity : bdt, interpolate)); in DMPlexCreateBoxMesh() 2108 DMBoundaryType bdt[3] = {DM_BOUNDARY_NONE, DM_BOUNDARY_NONE, DM_BOUNDARY_NONE}; in DMPlexCreateWedgeBoxMesh() local 2113 …, faces ? faces : fac, lower ? lower : low, upper ? upper : upp, periodicity ? periodicity : bdt)); in DMPlexCreateWedgeBoxMesh() 2488 DMBoundaryType *bdt; in DMPlexCreateHypercubicMesh() local 2494 PetscCall(PetscMalloc4(dim, &edg, dim, &low, dim, &upp, dim, &bdt)); in DMPlexCreateHypercubicMesh() 2499 bdt[d] = DM_BOUNDARY_PERIODIC; in DMPlexCreateHypercubicMesh() [all …]
|