Searched refs:DMPlexGetVTKCellHeight (Results 1 – 17 of 17) sorted by relevance
| /petsc/src/dm/impls/plex/tests/ |
| H A D | ex13.c | 105 PetscCall(DMPlexGetVTKCellHeight(dm, &h)); in ScrambleOrientation()
|
| /petsc/src/dm/impls/plex/hdf5/ |
| H A D | plexhdf5xdmf.c | 41 PetscCall(DMPlexGetVTKCellHeight(dm, &cHeight)); in DMPlexInvertCells_XDMF_Private()
|
| H A D | plexhdf5.c | 478 PetscCall(DMPlexGetVTKCellHeight(dm, &cellHeight)); in DMPlexCreateCutVertexLabel_Private() 1200 PetscCall(DMPlexGetVTKCellHeight(dm, &cellHeight)); in DMPlexTopologyView_HDF5_XDMF_Private()
|
| /petsc/src/dm/impls/plex/ |
| H A D | plexvtu.c | 64 PetscCall(DMPlexGetVTKCellHeight(dm, &cellHeight)); in DMPlexGetVTKConnectivity() 132 PetscCall(DMPlexGetVTKCellHeight(dm, &cellHeight)); in DMPlexGetNonEmptyComm_Private() 184 PetscCall(DMPlexGetVTKCellHeight(dm, &cellHeight)); in DMPlexVTKWriteAll_VTU()
|
| H A D | plexproject.c | 741 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 D | plexsection.c | 125 PetscCall(DMPlexGetVTKCellHeight(dm, &cellHeight)); in DMPlexCreateSectionDof()
|
| H A D | plex.c | 145 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 D | plexorient.c | 373 PetscCall(DMPlexGetVTKCellHeight(dm, &h)); in DMPlexOrient()
|
| H A D | plexinterpolate.c | 1102 PetscCall(DMPlexGetVTKCellHeight(dm, &cellHeight)); in DMPlexAddSharedFace_Private()
|
| H A D | plexgeometry.c | 3869 PetscCall(DMPlexGetVTKCellHeight(dm, &cellHeight)); in DMPlexCoordinatesToReference() 3952 PetscCall(DMPlexGetVTKCellHeight(dm, &cellHeight)); in DMPlexReferenceToCoordinates()
|
| H A D | plexfem.c | 1505 PetscCall(DMPlexGetVTKCellHeight(dm, &cellHeight)); in DMPlexComputeL2DiffLocal() 2614 PetscCall(DMPlexGetVTKCellHeight(dm, &cellHeight)); in DMPlexComputeIntegralFEM() 2676 PetscCall(DMPlexGetVTKCellHeight(dm, &cellHeight)); in DMPlexComputeCellwiseIntegralFEM()
|
| H A D | plexsubmesh.c | 821 PetscCall(DMPlexGetVTKCellHeight(dmNew, &cellHeight)); in DMPlexCreateVTKLabel_Internal()
|
| H A D | plexcreate.c | 316 PetscCall(DMPlexGetVTKCellHeight(dm, &height)); in DMPlexCreateCoordinateSpace()
|
| /petsc/src/dm/field/impls/ds/ |
| H A D | dmfieldds.c | 736 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 D | dmcoordinates.c | 1024 PetscCall(DMPlexGetVTKCellHeight(dm, &height)); in DMCreateAffineCoordinates_Internal()
|
| /petsc/src/snes/utils/ |
| H A D | dmplexsnes.c | 252 PetscCall(DMPlexGetVTKCellHeight(dm, &cellHeight)); in DMPlexSNESComputeObjectiveFEM()
|
| /petsc/include/ |
| H A D | petscdmplex.h | 411 PETSC_EXTERN PetscErrorCode DMPlexGetVTKCellHeight(DM, PetscInt *);
|