Home
last modified time | relevance | path

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

/honee/src/
H A Dhonee-file.c36 static PetscErrorCode BinaryReadIntoInt(PetscViewer viewer, PetscInt *out, PetscDataType file_type)… in BinaryReadIntoInt()
63 PetscViewer viewer; in HoneeLoadInitialCondition() local
128 PetscErrorCode HoneeLoadBinaryVec(PetscViewer viewer, Vec Q, PetscReal *time, PetscInt *step_number… in HoneeLoadBinaryVec()
183 PetscErrorCode HoneeWriteBinaryVec(PetscViewer viewer, Vec Q, PetscReal time, PetscInt step_number)… in HoneeWriteBinaryVec()
H A Dhonee-ksp.c13 PetscViewer viewer = PETSC_VIEWER_STDOUT_(PetscObjectComm((PetscObject)ksp)); in KSPPostSolve_Honee() local
H A Dsetupts.c198 PetscViewer viewer; in WriteOutput() local
259 PetscViewer viewer = honee->app_ctx->wall_forces.viewer; in TSMonitor_WallForce() local
385 PetscViewer viewer; in HoneeTSEvaluationSolutions() local
H A Dbc_definition.c85 PetscErrorCode BCDefinitionView(BCDefinition bc_def, PetscViewer viewer) { in BCDefinitionView()
H A Dmisc.c96 PetscViewer viewer; in RegressionTest() local
H A Dmat-ceed.c257 static PetscErrorCode MatView_Ceed(Mat mat_ceed, PetscViewer viewer) { in MatView_Ceed()
/honee/src/spanstats/
H A Dcflpe.c218 PetscViewer viewer = PETSC_VIEWER_STDOUT_(PetscObjectComm((PetscObject)ts)); in TSMonitor_SpanwiseStatisticsCflPe() local
H A Dturbulence.c237 PetscViewer viewer = PETSC_VIEWER_STDOUT_(PetscObjectComm((PetscObject)ts)); in TSMonitor_SpanwiseStatisticsTurbulence() local
/honee/include/
H A Dnavierstokes.h106 PetscViewer viewer; member