Home
last modified time | relevance | path

Searched refs:DMPlexGetVTKCellHeight (Results 1 – 17 of 17) sorted by relevance

/petsc/src/dm/impls/plex/tests/
H A Dex13.c105 PetscCall(DMPlexGetVTKCellHeight(dm, &h)); in ScrambleOrientation()
/petsc/src/dm/impls/plex/hdf5/
H A Dplexhdf5xdmf.c41 PetscCall(DMPlexGetVTKCellHeight(dm, &cHeight)); in DMPlexInvertCells_XDMF_Private()
H A Dplexhdf5.c478 PetscCall(DMPlexGetVTKCellHeight(dm, &cellHeight)); in DMPlexCreateCutVertexLabel_Private()
1200 PetscCall(DMPlexGetVTKCellHeight(dm, &cellHeight)); in DMPlexTopologyView_HDF5_XDMF_Private()
/petsc/src/dm/impls/plex/
H A Dplexvtu.c64 PetscCall(DMPlexGetVTKCellHeight(dm, &cellHeight)); in DMPlexGetVTKConnectivity()
132 PetscCall(DMPlexGetVTKCellHeight(dm, &cellHeight)); in DMPlexGetNonEmptyComm_Private()
184 PetscCall(DMPlexGetVTKCellHeight(dm, &cellHeight)); in DMPlexVTKWriteAll_VTU()
H A Dplexproject.c741 PetscCall(DMPlexGetVTKCellHeight(plex, &minHeight)); in DMProjectLocal_Generic_Plex()
766 PetscCall(DMPlexGetVTKCellHeight(plexIn, &minHeightIn)); in DMProjectLocal_Generic_Plex()
771 PetscCall(DMPlexGetVTKCellHeight(plexAux, &minHeightAux)); in DMProjectLocal_Generic_Plex()
H A Dplexsection.c125 PetscCall(DMPlexGetVTKCellHeight(dm, &cellHeight)); in DMPlexCreateSectionDof()
H A Dplex.c145 PetscCall(DMPlexGetVTKCellHeight(dm, &cellHeight)); in DMPlexGetFieldTypes_Internal()
1037 PetscCall(DMPlexGetVTKCellHeight(dm, &cellHeight)); in DMPlexView_Ascii()
1558 PetscCall(DMPlexGetVTKCellHeight(dm, &cellHeight)); in DMPlexView_Ascii()
1642 PetscCall(DMPlexGetVTKCellHeight(dm, &cellHeight)); in DMPlexView_Ascii()
8877 PetscErrorCode DMPlexGetVTKCellHeight(DM dm, PetscInt *cellHeight) in DMPlexGetVTKCellHeight() function
9033 PetscCall(DMPlexGetVTKCellHeight(dm, &cellHeight)); in DMPlexCreateCellNumbering()
9770 PetscCall(DMPlexGetVTKCellHeight(dm, &cellHeight)); in DMPlexCheckPointSF()
9865 PetscCall(DMPlexGetVTKCellHeight(dm, &cellHeight)); in DMPlexCheck()
10108 PetscCall(DMPlexGetVTKCellHeight(dm, &cellHeight)); in DMPlexComputeOrthogonalQuality()
H A Dplexorient.c373 PetscCall(DMPlexGetVTKCellHeight(dm, &h)); in DMPlexOrient()
H A Dplexinterpolate.c1102 PetscCall(DMPlexGetVTKCellHeight(dm, &cellHeight)); in DMPlexAddSharedFace_Private()
H A Dplexgeometry.c3869 PetscCall(DMPlexGetVTKCellHeight(dm, &cellHeight)); in DMPlexCoordinatesToReference()
3952 PetscCall(DMPlexGetVTKCellHeight(dm, &cellHeight)); in DMPlexReferenceToCoordinates()
H A Dplexfem.c1505 PetscCall(DMPlexGetVTKCellHeight(dm, &cellHeight)); in DMPlexComputeL2DiffLocal()
2614 PetscCall(DMPlexGetVTKCellHeight(dm, &cellHeight)); in DMPlexComputeIntegralFEM()
2676 PetscCall(DMPlexGetVTKCellHeight(dm, &cellHeight)); in DMPlexComputeCellwiseIntegralFEM()
H A Dplexsubmesh.c821 PetscCall(DMPlexGetVTKCellHeight(dmNew, &cellHeight)); in DMPlexCreateVTKLabel_Internal()
H A Dplexcreate.c316 PetscCall(DMPlexGetVTKCellHeight(dm, &height)); in DMPlexCreateCoordinateSpace()
/petsc/src/dm/field/impls/ds/
H A Ddmfieldds.c736 PetscCall(DMPlexGetVTKCellHeight(dm, &cellHeight)); in DMFieldCreateDefaultQuadrature_DS()
770 PetscCall(DMPlexGetVTKCellHeight(dm, &cellHeight)); in DMFieldCreateDefaultFaceQuadrature_DS()
1186 PetscCall(DMPlexGetVTKCellHeight(dm, &cellHeight)); in DMFieldCreateDSWithDG()
/petsc/src/dm/interface/
H A Ddmcoordinates.c1024 PetscCall(DMPlexGetVTKCellHeight(dm, &height)); in DMCreateAffineCoordinates_Internal()
/petsc/src/snes/utils/
H A Ddmplexsnes.c252 PetscCall(DMPlexGetVTKCellHeight(dm, &cellHeight)); in DMPlexSNESComputeObjectiveFEM()
/petsc/include/
H A Dpetscdmplex.h411 PETSC_EXTERN PetscErrorCode DMPlexGetVTKCellHeight(DM, PetscInt *);