Home
last modified time | relevance | path

Searched refs:exoid (Results 1 – 25 of 86) sorted by relevance

1234

/petsc/src/dm/impls/plex/exodusii/
H A Dplexexodusii2.c43 …if (exo->exoid) PetscCall(PetscViewerASCIIPrintf(viewer, "exoid: %" PetscExodusIIInt_FMT "\n… in PetscViewerView_ExodusII()
58 if (exo->exoid >= 0) PetscCallExternal(ex_update, exo->exoid); in PetscViewerFlush_ExodusII()
75 if (exo->exoid >= 0) PetscCallExternal(ex_close, exo->exoid); in PetscViewerDestroy_ExodusII()
105 if (exo->exoid >= 0) { in PetscViewerFileSetName_ExodusII()
106 PetscCallExternal(ex_close, exo->exoid); in PetscViewerFileSetName_ExodusII()
107 exo->exoid = -1; in PetscViewerFileSetName_ExodusII()
133 …exo->exoid = ex_open_par(name, EXO_mode, &CPU_word_size, &IO_word_size, &EXO_version, PETSC_COMM_W… in PetscViewerFileSetName_ExodusII()
134 PetscCheck(exo->exoid >= 0, PETSC_COMM_SELF, PETSC_ERR_LIB, "ex_open_par failed for %s", name); in PetscViewerFileSetName_ExodusII()
165 static PetscErrorCode PetscViewerExodusIIGetId_ExodusII(PetscViewer viewer, PetscExodusIIInt *exoid) in PetscViewerExodusIIGetId_ExodusII() argument
170 *exoid = exo->exoid; in PetscViewerExodusIIGetId_ExodusII()
[all …]
/petsc/src/dm/impls/plex/
H A Dplexexodusii.c19 PetscErrorCode PetscViewerExodusIIGetId(PetscViewer viewer, int *exoid) in PetscViewerExodusIIGetId() argument
23 PetscTryMethod(viewer, "PetscViewerGetId_C", (PetscViewer, int *), (viewer, exoid)); in PetscViewerExodusIIGetId()
129 PetscExodusIIInt CPU_word_size = sizeof(PetscReal), IO_word_size = 0, exoid = -1; in DMPlexCreateExodusFromFile() local
135 exoid = ex_open(filename, EX_READ, &CPU_word_size, &IO_word_size, &version); in DMPlexCreateExodusFromFile()
136 …PetscCheck(exoid > 0, PETSC_COMM_SELF, PETSC_ERR_LIB, "ex_open(\"%s\",...) did not return a valid … in DMPlexCreateExodusFromFile()
138 PetscCall(DMPlexCreateExodus(comm, exoid, interpolate, dm)); in DMPlexCreateExodusFromFile()
139 if (rank == 0) PetscCallExternal(ex_close, exoid); in DMPlexCreateExodusFromFile()
/petsc/src/dm/impls/plex/tests/output/
H A Dex95f90_0.out4 exoid: 65536
14 exoid: 65536
30 exoid: 65536
H A Dex26_7.out14 exoid: -1
22 exoid: 65536
30 exoid: 65536
H A Dex26_6.out14 exoid: -1
22 exoid: 65536
30 exoid: 65536
H A Dex26_10.out14 exoid: -1
22 exoid: 65536
30 exoid: 65536
H A Dex26_9.out14 exoid: -1
22 exoid: 65536
30 exoid: 65536
H A Dex26_8.out14 exoid: -1
22 exoid: 65536
30 exoid: 65536
H A Dex26_3.out14 exoid: -1
22 exoid: 65536
30 exoid: 65536
H A Dex26_5.out14 exoid: -1
22 exoid: 65536
30 exoid: 65536
H A Dex95_0.out4 exoid: 65536
14 exoid: 65536
30 exoid: 65536
H A Dex26_1.out14 exoid: -1
22 exoid: 65536
30 exoid: 65536
H A Dex26_2.out14 exoid: -1
22 exoid: 65536
30 exoid: 65536
H A Dex26_0.out14 exoid: -1
22 exoid: 65536
30 exoid: 65536
H A Dex96_0.out4 exoid: 65536
14 exoid: 65536
30 exoid: 65536
H A Dex26_4.out14 exoid: -1
22 exoid: 65536
30 exoid: 65536
H A Dex26_16.out15 exoid: -1
23 exoid: 65536
31 exoid: 65536
H A Dex26_18.out15 exoid: -1
23 exoid: 65536
31 exoid: 65536
H A Dex26_17.out15 exoid: -1
23 exoid: 65536
31 exoid: 65536
H A Dex26_19.out15 exoid: -1
23 exoid: 65536
31 exoid: 65536
H A Dex26_15.out15 exoid: -1
23 exoid: 65536
31 exoid: 65536
H A Dex26_14.out15 exoid: -1
23 exoid: 65536
31 exoid: 65536
H A Dex26_12.out15 exoid: -1
23 exoid: 65536
31 exoid: 65536
H A Dex26_13.out15 exoid: -1
23 exoid: 65536
31 exoid: 65536
H A Dex62f90_2.out14 exoid: -1
22 exoid: 65536

1234