Lines Matching refs:iface
719 PetscInt voffset, iface = 0, cone[4]; in DMPlexCreateBoxSurfaceMesh_Tensor_3D_Internal() local
752 PetscCall(DMPlexSetCone(dm, iface, cone)); in DMPlexCreateBoxSurfaceMesh_Tensor_3D_Internal()
753 PetscCall(DMSetLabelValue(dm, "marker", iface, markerTop)); in DMPlexCreateBoxSurfaceMesh_Tensor_3D_Internal()
758 iface++; in DMPlexCreateBoxSurfaceMesh_Tensor_3D_Internal()
770 PetscCall(DMPlexSetCone(dm, iface, cone)); in DMPlexCreateBoxSurfaceMesh_Tensor_3D_Internal()
771 PetscCall(DMSetLabelValue(dm, "marker", iface, markerBottom)); in DMPlexCreateBoxSurfaceMesh_Tensor_3D_Internal()
776 iface++; in DMPlexCreateBoxSurfaceMesh_Tensor_3D_Internal()
788 PetscCall(DMPlexSetCone(dm, iface, cone)); in DMPlexCreateBoxSurfaceMesh_Tensor_3D_Internal()
789 PetscCall(DMSetLabelValue(dm, "marker", iface, markerFront)); in DMPlexCreateBoxSurfaceMesh_Tensor_3D_Internal()
794 iface++; in DMPlexCreateBoxSurfaceMesh_Tensor_3D_Internal()
806 PetscCall(DMPlexSetCone(dm, iface, cone)); in DMPlexCreateBoxSurfaceMesh_Tensor_3D_Internal()
807 PetscCall(DMSetLabelValue(dm, "marker", iface, markerBack)); in DMPlexCreateBoxSurfaceMesh_Tensor_3D_Internal()
812 iface++; in DMPlexCreateBoxSurfaceMesh_Tensor_3D_Internal()
824 PetscCall(DMPlexSetCone(dm, iface, cone)); in DMPlexCreateBoxSurfaceMesh_Tensor_3D_Internal()
825 PetscCall(DMSetLabelValue(dm, "marker", iface, markerLeft)); in DMPlexCreateBoxSurfaceMesh_Tensor_3D_Internal()
830 iface++; in DMPlexCreateBoxSurfaceMesh_Tensor_3D_Internal()
842 PetscCall(DMPlexSetCone(dm, iface, cone)); in DMPlexCreateBoxSurfaceMesh_Tensor_3D_Internal()
843 PetscCall(DMSetLabelValue(dm, "marker", iface, markerRight)); in DMPlexCreateBoxSurfaceMesh_Tensor_3D_Internal()
848 iface++; in DMPlexCreateBoxSurfaceMesh_Tensor_3D_Internal()