Home
last modified time | relevance | path

Searched refs:cellSimplex (Results 1 – 4 of 4) sorted by relevance

/petsc/src/dm/impls/plex/tests/
H A Dex4.c9 PetscBool cellSimplex; /* Use simplices or hexes */ member
22 options->cellSimplex = PETSC_TRUE; in ProcessOptions()
32 …Use simplices if true, otherwise hexes", "ex4.c", options->cellSimplex, &options->cellSimplex, NUL… in ProcessOptions()
549 PetscBool cellSimplex = user->cellSimplex; in CreateMesh() local
564 if (cellSimplex) { in CreateMesh()
579 if (cellSimplex) { in CreateMesh()
602 if (dim == 2 && cellSimplex && !cellHybrid && size == 2) { in CreateMesh()
616 } else if (dim == 2 && cellSimplex && cellHybrid && size == 2) { in CreateMesh()
630 } else if (dim == 2 && !cellSimplex && !cellHybrid && size == 2) { in CreateMesh()
644 } else if (dim == 2 && !cellSimplex && cellHybrid && size == 2) { in CreateMesh()
[all …]
H A Dex9.c7 PetscBool cellSimplex; /* Flag for simplices */ member
31 options->cellSimplex = PETSC_TRUE; in ProcessOptions()
48 …ol("-cellSimplex", "Flag for simplices", "ex9.c", options->cellSimplex, &options->cellSimplex, NUL… in ProcessOptions()
175 PetscBool cellSimplex = user->cellSimplex; in CreateMesh() local
180 if (cellSimplex) { in CreateMesh()
187 if (cellSimplex) { in CreateMesh()
409 if (!user.cellSimplex && user.spectral) { in main()
H A Dex5.c395 PetscBool cellSimplex; /* Use simplices or hexes */ member
407 options->cellSimplex = PETSC_TRUE; in ProcessOptions()
416 …Use simplices if true, otherwise hexes", "ex5.c", options->cellSimplex, &options->cellSimplex, NUL… in ProcessOptions()
773 …PetscCall(PetscFECreateDefault(PETSC_COMM_SELF, dim, dim, user->cellSimplex, "displacement_", PETS… in CreateDiscretization()
779 …PetscCall(PetscFECreateDefault(PETSC_COMM_SELF, dim - 1, dim, user->cellSimplex, "faulttraction_",… in CreateDiscretization()
789 …PetscCall(PetscFECreateDefault(PETSC_COMM_SELF, dim - 1, dim, user->cellSimplex, opt, PETSC_DETERM… in CreateDiscretization()
802 PetscBool cellSimplex = user->cellSimplex, hasFault, hasFault2, hasParallelFault; in CreateMesh() local
814 if (cellSimplex) { in CreateMesh()
821 if (cellSimplex) { in CreateMesh()
875 if (dim == 2 && cellSimplex && size == 2) { in CreateMesh()
[all …]
H A Dex18.c200 PetscBool cellSimplex; /* Use simplices or hexes */ member
255 options->cellSimplex = PETSC_TRUE; in ProcessOptions()
274 …te simplices if true, otherwise hexes", "ex18.c", options->cellSimplex, &options->cellSimplex, NUL… in ProcessOptions()
307 options->cellSimplex = PETSC_TRUE; in ProcessOptions()
691 PetscBool cellSimplex = user->cellSimplex; in CreateMesh() local
705 …PetscCall(DMPlexCreateBoxMesh(comm, user->dim, cellSimplex, user->faces, NULL, NULL, NULL, interpC… in CreateMesh()
714 if (cellSimplex) { in CreateMesh()
721 if (cellSimplex) { in CreateMesh()