Lines Matching refs:cellHybrid
8 PetscBool cellHybrid; /* Use a hybrid mesh */ member
21 options->cellHybrid = PETSC_TRUE; in ProcessOptions()
31 …Bool("-cell_hybrid", "Use a hybrid mesh", "ex4.c", options->cellHybrid, &options->cellHybrid, NULL… in ProcessOptions()
548 PetscBool cellHybrid = user->cellHybrid; in CreateMesh() local
560 …PetscCheck(!cellHybrid, comm, PETSC_ERR_ARG_OUTOFRANGE, "Cannot make hybrid meshes for dimension %… in CreateMesh()
565 if (cellHybrid) { in CreateMesh()
571 if (cellHybrid) { in CreateMesh()
580 if (cellHybrid) { in CreateMesh()
586 if (cellHybrid) { 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()
658 } else if (dim == 3 && cellSimplex && !cellHybrid && size == 2) { in CreateMesh()
681 } else if (dim == 3 && cellSimplex && cellHybrid && size == 2) { in CreateMesh()
704 } else if (dim == 3 && !cellSimplex && !cellHybrid && size == 2) { in CreateMesh()
718 } else if (dim == 3 && !cellSimplex && cellHybrid && size == 2) { in CreateMesh()