Home
last modified time | relevance | path

Searched defs:time (Results 1 – 14 of 14) sorted by relevance

/honee/qfunctions/
H A Dnewtonian_types.h32 CeedScalar time; member
68 CeedScalar time; member
H A Dstg_shur14_type.h18 CeedScalar time; // !< Solution time member
H A Ddensitycurrent.h79 CEED_QFUNCTION_HELPER State Exact_DC(CeedInt dim, CeedScalar time, const CeedScalar X[], CeedInt Nf… in Exact_DC()
H A Dshocktube.h24 CeedScalar time; member
72 CEED_QFUNCTION_HELPER CeedInt Exact_ShockTube(CeedInt dim, CeedScalar time, const CeedScalar X[], C… in Exact_ShockTube()
H A Dstg_shur14.h293 const CeedScalar time = stg_ctx->time; in ICsStg() local
348 const CeedScalar time = stg_ctx->time; in StgShur14Inflow() local
484 const CeedScalar time = stg_ctx->time; in StgShur14InflowStrongQF() local
H A Dadvection_types.h75 CeedScalar time; member
H A Dchannel.h24 CEED_QFUNCTION_HELPER State Exact_Channel(CeedInt dim, CeedScalar time, const CeedScalar X[], CeedI… in Exact_Channel()
H A Deulervortex.h58 CEED_QFUNCTION_HELPER int Exact_Euler(CeedInt dim, CeedScalar time, const CeedScalar X[], CeedInt N… in Exact_Euler()
H A Dadvection.h64 CEED_QFUNCTION_HELPER int Exact_AdvectionGeneric(CeedInt dim, CeedScalar time, const CeedScalar X[]… in Exact_AdvectionGeneric()
/honee/src/
H A Dhonee-file.c128 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 Dsetupts.c195 PetscErrorCode WriteOutput(Honee honee, Vec Q, PetscInt step_no, PetscScalar time) { in WriteOutput()
254 PetscErrorCode TSMonitor_WallForce(TS ts, PetscInt step_no, PetscReal time, Vec Q, void *ctx) { in TSMonitor_WallForce()
295 PetscErrorCode TSMonitor_NS(TS ts, PetscInt step_no, PetscReal time, Vec Q, void *ctx) { in TSMonitor_NS()
H A Dmisc.c14 PetscErrorCode ICs_FixMultiplicity(DM dm, Honee honee, Vec Q_loc, Vec Q, CeedScalar time) { in ICs_FixMultiplicity()
77 …BoundaryValues_FromICs(DM dm, PetscBool insert_essential, Vec Q_loc, PetscReal time, Vec face_geom… in DMPlexInsertBoundaryValues_FromICs()
H A Dstrong_boundary_conditions.c185 …aryValues_StrongBCCeed(DM dm, PetscBool insert_essential, Vec Q_loc, PetscReal time, Vec face_geom… in DMPlexInsertBoundaryValues_StrongBCCeed()
H A Dmat-ceed.c917 PetscErrorCode MatCeedSetTime(Mat mat, PetscReal time) { in MatCeedSetTime()
937 PetscErrorCode MatCeedGetTime(Mat mat, PetscReal *time) { in MatCeedGetTime()