Home
last modified time | relevance | path

Searched refs:DMPlexGetFieldType_Internal (Results 1 – 7 of 7) sorted by relevance

/petsc/src/dm/impls/plex/tutorials/output/
H A Dex1f90_0_2.out2 [0] <dm:plex> DMPlexGetFieldType_Internal(): Could not classify VTK output type of section field 2 …
H A Dex1_0.out109 [0] <dm:plex> DMPlexGetFieldType_Internal(): Could not classify VTK output type of section field 2 …
H A Dex1f90_0.out109 [0] <dm:plex> DMPlexGetFieldType_Internal(): Could not classify VTK output type of section field 2 …
H A Dex1f90_1.out378 [0] <dm:plex> DMPlexGetFieldType_Internal(): Could not classify VTK output type of section field 2 …
/petsc/include/petsc/private/
H A Ddmpleximpl.h272 PETSC_INTERN PetscErrorCode DMPlexGetFieldType_Internal(DM, PetscSection, PetscInt, PetscInt *, Pet…
/petsc/src/dm/impls/plex/hdf5/
H A Dplexhdf5.c562 PetscCall(DMPlexGetFieldType_Internal(dm, section, f, &pStart[0], &pEnd[0], &ft[0])); in VecView_Plex_Local_HDF5_Internal()
/petsc/src/dm/impls/plex/
H A Dplex.c218 PetscErrorCode DMPlexGetFieldType_Internal(DM dm, PetscSection section, PetscInt field, PetscInt *s… in DMPlexGetFieldType_Internal() function
611 PetscCall(DMPlexGetFieldType_Internal(dm, section, PETSC_DETERMINE, &pStart, &pEnd, &ft)); in VecView_Plex_Local_VTK()
617 PetscCall(DMPlexGetFieldType_Internal(dm, section, f, &pStart, &pEnd, &ft)); in VecView_Plex_Local_VTK()