Home
last modified time | relevance | path

Searched defs:viewer (Results 1 – 5 of 5) sorted by relevance

/libCEED/examples/solids/src/
H A Dmisc.c114 PetscViewer viewer; in ViewSolution() local
150 PetscViewer viewer; in ViewDiagnosticQuantities() local
/libCEED/examples/fluids/src/
H A Dmisc.c96 static PetscErrorCode BinaryReadIntoInt(PetscViewer viewer, PetscInt *out, PetscDataType file_type)… in BinaryReadIntoInt()
114 PetscErrorCode LoadFluidsBinaryVec(MPI_Comm comm, PetscViewer viewer, Vec Q, PetscReal *time, Petsc… in LoadFluidsBinaryVec()
145 PetscViewer viewer; in RegressionTest() local
235 PetscViewer viewer; in SetupICsFromBinary() local
H A Dsetupts.c181 PetscViewer viewer; in WriteOutput() local
246 PetscViewer viewer = user->app_ctx->wall_forces.viewer; in TSMonitor_WallForce() local
346 PetscViewer viewer; in TSSolve_NS() local
H A Dmat-ceed.c252 static PetscErrorCode MatView_Ceed(Mat mat_ceed, PetscViewer viewer) { in MatView_Ceed()
/libCEED/examples/fluids/
H A Dnavierstokes.h120 PetscViewer viewer; member