Home
last modified time | relevance | path

Searched refs:DMPlexCreateFluent (Results 1 – 4 of 4) sorted by relevance

/petsc/src/dm/impls/plex/tests/output/
H A Dex1_fluent_5.out1 [0] <viewer:ascii> DMPlexCreateFluent(): CASE: Found dimension: 3
2 [0] <viewer:ascii> DMPlexCreateFluent(): CASE: Found number of cells 84
3 [0] <viewer:ascii> DMPlexCreateFluent(): CASE: Found number of faces 264 face vertices: 0
4 [0] <viewer:ascii> DMPlexCreateFluent(): CASE: Found number of vertices: 104
5 [0] <viewer:ascii> DMPlexCreateFluent(): CASE: Found number of cell faces 0
6 [0] <viewer:ascii> DMPlexCreateFluent(): CASE: Found vertex coordinates
H A Dex1_fluent_4.out1 [0] <viewer:ascii> DMPlexCreateFluent(): CASE: Found dimension: 3
2 [0] <viewer:ascii> DMPlexCreateFluent(): CASE: Found number of cells 96
3 [0] <viewer:ascii> DMPlexCreateFluent(): CASE: Found number of faces 368 face vertices: 0
4 [0] <viewer:ascii> DMPlexCreateFluent(): CASE: Found number of vertices: 195
5 [0] <viewer:ascii> DMPlexCreateFluent(): CASE: Found number of cell faces 6
6 [0] <viewer:ascii> DMPlexCreateFluent(): CASE: Found vertex coordinates
/petsc/src/dm/impls/plex/
H A Dplexfluent.c42 PetscCall(DMPlexCreateFluent(comm, viewer, interpolate, dm)); in DMPlexCreateFluentFromFile()
681 PetscErrorCode DMPlexCreateFluent(MPI_Comm comm, PetscViewer viewer, PetscBool interpolate, DM *dm) in DMPlexCreateFluent() function
/petsc/include/
H A Dpetscdmplex.h217 PETSC_EXTERN PetscErrorCode DMPlexCreateFluent(MPI_Comm, PetscViewer, PetscBool, DM *);