Home
last modified time | relevance | path

Searched defs:honee (Results 1 – 25 of 36) sorted by relevance

12

/honee/src/
H A Dhonee.c25 PetscErrorCode HoneeInit(MPI_Comm comm, Honee *honee) { in HoneeInit()
45 PetscErrorCode HoneeDestroy(Honee *honee) { in HoneeDestroy()
132 PetscErrorCode HoneeSetContainer(Honee honee, const char key[], void *container, PetscCtxDestroyFn … in HoneeSetContainer()
153 PetscErrorCode HoneeGetContainer(Honee honee, const char key[], void *container) { in HoneeGetContainer()
167 PetscErrorCode HoneeHasContainer(Honee honee, const char key[], PetscBool *has_key) { in HoneeHasContainer()
H A Dsetupts.c18 PetscErrorCode UpdateBoundaryValues(Honee honee, Vec Q_loc, PetscReal t) { in UpdateBoundaryValues()
31 Honee honee = *(Honee *)user_data; in RHS_NS() local
117 Honee honee = *(Honee *)user_data; in IFunction_NS() local
170 Honee honee = *(Honee *)user_data; in FormIJacobian_NS() local
195 PetscErrorCode WriteOutput(Honee honee, Vec Q, PetscInt step_no, PetscScalar time) { in WriteOutput()
255 Honee honee = ctx; in TSMonitor_WallForce() local
296 Honee honee = ctx; in TSMonitor_NS() local
310 Honee honee; in TSPostStep_CheckStep() local
329 Honee honee; in TSPostStep_MaxWallTime() local
360 Honee honee; in TSPostStep_Honee() local
[all …]
H A Ddifferential_filter.c16 static PetscErrorCode DifferentialFilterCreateOperators(Honee honee, CeedQFunctionContext diff_filt… in DifferentialFilterCreateOperators()
195 PetscErrorCode DifferentialFilterSetup(Honee honee, DiffFilterData *diff_filter) { in DifferentialFilterSetup()
306 PetscErrorCode DifferentialFilterApply(Honee honee, DiffFilterData diff_filter, const PetscReal sol… in DifferentialFilterApply()
329 Honee honee; in TSMonitor_DifferentialFilterSetup() local
343 Honee honee; in TSMonitor_DifferentialFilter() local
373 PetscErrorCode DifferentialFilterMmsICSetup(Honee honee) { in DifferentialFilterMmsICSetup()
H A Ddiff_flux_projection.c22 PetscErrorCode DivDiffFluxProjectionCreate(Honee honee, DivDiffFluxProjectionMethod divFdiffproj_me… in DivDiffFluxProjectionCreate()
124 static PetscErrorCode DivDiffFluxProjectionSetup_Direct(Honee honee, DivDiffFluxProjectionData diff… in DivDiffFluxProjectionSetup_Direct()
194 static PetscErrorCode DivDiffFluxProjectionSetup_Indirect(Honee honee, DivDiffFluxProjectionData di… in DivDiffFluxProjectionSetup_Indirect()
320 PetscErrorCode DivDiffFluxProjectionSetup(Honee honee, DivDiffFluxProjectionData diff_flux_proj) { in DivDiffFluxProjectionSetup()
H A Dsetuplibceed.c14 static PetscErrorCode CreateKSPMassOperator_Unstabilized(Honee honee, CeedOperator *op_mass) { in CreateKSPMassOperator_Unstabilized()
54 static PetscErrorCode CreateKSPMass(Honee honee, ProblemData problem) { in CreateKSPMass()
92 PetscErrorCode SetupLibceed(Ceed ceed, DM dm, Honee honee, AppCtx app_ctx, ProblemData problem) { in SetupLibceed()
H A Dgrid_anisotropy_tensor.c10 PetscErrorCode GridAnisotropyTensorProjectionSetupApply(Ceed ceed, Honee honee, CeedElemRestriction… in GridAnisotropyTensorProjectionSetupApply()
125 PetscErrorCode GridAnisotropyTensorCalculateCollocatedVector(Ceed ceed, Honee honee, CeedElemRestri… in GridAnisotropyTensorCalculateCollocatedVector()
H A Dvelocity_gradient_projection.c12 …VelocityGradientProjectionCreateDM(NodalProjectionData grad_velo_proj, Honee honee, PetscInt degre… in VelocityGradientProjectionCreateDM()
39 PetscErrorCode VelocityGradientProjectionSetup(Ceed ceed, Honee honee, ProblemData problem, StateVa… in VelocityGradientProjectionSetup()
H A Dmisc.c14 PetscErrorCode ICs_FixMultiplicity(DM dm, Honee honee, Vec Q_loc, Vec Q, CeedScalar time) { in ICs_FixMultiplicity()
125 PetscErrorCode PrintError(DM dm, Honee honee, Vec Q, PetscScalar final_time) { in PrintError()
150 PetscErrorCode PostProcess(TS ts, DM dm, ProblemData problem, Honee honee, Vec Q, PetscScalar final… in PostProcess()
218 PetscErrorCode HoneeCalculateDomainSize(Honee honee, PetscScalar *volume) { in HoneeCalculateDomainSize()
264 PetscErrorCode PrintRunInfo(Honee honee, Physics phys_ctx, ProblemData problem, TS ts) { in PrintRunInfo()
H A Dstrong_boundary_conditions.c12 PetscErrorCode SetupStrongSTG_Ceed(Ceed ceed, Honee honee, DM dm, ProblemData problem, Physics phys… in SetupStrongSTG_Ceed()
188 Honee honee; in DMPlexInsertBoundaryValues_StrongBCCeed() local
210 PetscErrorCode SetupStrongBC_Ceed(Ceed ceed, DM dm, Honee honee, ProblemData problem) { in SetupStrongBC_Ceed()
H A Dsetupdm.c15 PetscErrorCode CreateDM(Honee honee, ProblemData problem, MatType mat_type, VecType vec_type, DM *d… in CreateDM()
123 PetscErrorCode VizRefineDM(DM dm, Honee honee, ProblemData problem, Physics phys) { in VizRefineDM()
H A Dmonitor_cfl.c27 Honee honee; in SetupMontiorCfl() local
140 Honee honee; in TSMonitor_Cfl() local
/honee/problems/
H A Dbc_slip.c16 Honee honee; in SlipBCSetup_CreateIFunctionQF() local
38 Honee honee; in SlipBCSetup_CreateIJacobianQF() local
59 Honee honee = *(Honee *)ctx; in SlipBCSetup() local
H A Dbc_outflow.c26 Honee honee; in OutflowBCSetup_CreateIFunctionQF() local
70 Honee honee; in OutflowBCSetup_CreateIJacobianQF() local
115 Honee honee = *(Honee *)ctx; in OutflowBCSetup() local
H A Dshocktube.c14 static PetscErrorCode PRINT_SHOCKTUBE(Honee honee, ProblemData problem, AppCtx app_ctx) { in PRINT_SHOCKTUBE()
29 Honee honee = *(Honee *)ctx; in NS_SHOCKTUBE() local
H A Dnewtonian.c19 static PetscErrorCode PRINT_NEWTONIAN(Honee honee, ProblemData problem, AppCtx app_ctx) { in PRINT_NEWTONIAN()
38 PetscErrorCode CreateKSPMassOperator_NewtonianStabilized(Honee honee, CeedOperator *op_mass) { in CreateKSPMassOperator_NewtonianStabilized()
100 static PetscErrorCode DivDiffFluxProjectionCreateRHS_Direct_NS(Honee honee, DivDiffFluxProjectionDa… in DivDiffFluxProjectionCreateRHS_Direct_NS()
264 static PetscErrorCode DivDiffFluxProjectionCreateRHS_Indirect_NS(Honee honee, DivDiffFluxProjection… in DivDiffFluxProjectionCreateRHS_Indirect_NS()
333 Honee honee = honee_bc->honee; in BoundaryIntegralBCSetup_CreateIFunctionQF() local
354 Honee honee = honee_bc->honee; in BoundaryIntegralBCSetup_CreateIJacobianQF() local
372 Honee honee = *(Honee *)ctx; in NS_NEWTONIAN_IG() local
733 static PetscErrorCode UnitTests_Newtonian(Honee honee, NewtonianIGProperties gas) { in UnitTests_Newtonian()
H A Dadvection.c21 static PetscErrorCode PRINT_ADVECTION(Honee honee, ProblemData problem, AppCtx app_ctx) { in PRINT_ADVECTION()
76 PetscErrorCode CreateKSPMassOperator_AdvectionStabilized(Honee honee, CeedOperator *op_mass) { in CreateKSPMassOperator_AdvectionStabilized()
146 static PetscErrorCode DivDiffFluxProjectionCreateRHS_Direct_AdvDif(Honee honee, DivDiffFluxProjecti… in DivDiffFluxProjectionCreateRHS_Direct_AdvDif()
298 static PetscErrorCode DivDiffFluxProjectionCreateRHS_Indirect_AdvDif(Honee honee, DivDiffFluxProjec… in DivDiffFluxProjectionCreateRHS_Indirect_AdvDif()
388 Honee honee = *(Honee *)ctx; in NS_ADVECTION() local
H A Dtaylorgreen.c12 Honee honee = *(Honee *)ctx; in NS_TAYLOR_GREEN() local
H A Deulervortex.c14 static PetscErrorCode PRINT_EULER_VORTEX(Honee honee, ProblemData problem, AppCtx app_ctx) { in PRINT_EULER_VORTEX()
56 Honee honee = *(Honee *)ctx; in NS_EULER_VORTEX() local
H A Dsgs_dd_model.c98 static PetscErrorCode SgsDDNodalStressEval_Fused(Honee honee, Vec Q_loc, Vec VelocityGradient, Vec … in SgsDDNodalStressEval_Fused()
113 static PetscErrorCode SgsDDSetupNodalEvaluation_Fused(Ceed ceed, Honee honee, SgsDDSetupData sgs_dd… in SgsDDSetupNodalEvaluation_Fused()
289 PetscErrorCode SgsDDNodalStressEval_Sequential(Honee honee, Vec Q_loc, Vec VelocityGradient, Vec SG… in SgsDDNodalStressEval_Sequential()
311 static PetscErrorCode SgsDDSetupNodalEvaluation_Sequential(Ceed ceed, Honee honee, SgsDDSetupData s… in SgsDDSetupNodalEvaluation_Sequential()
490 static PetscErrorCode SgsSetupNodalIFunction(Ceed ceed, Honee honee, SgsDDSetupData sgs_dd_setup_da… in SgsSetupNodalIFunction()
553 PetscErrorCode SgsDDApplyIFunction(Honee honee, const Vec Q_loc, Vec G_loc) { in SgsDDApplyIFunction()
644 PetscErrorCode SgsDDSetup(Ceed ceed, Honee honee, ProblemData problem) { in SgsDDSetup()
/honee/src/smartsim/
H A Dsmartsim.c23 static PetscErrorCode SmartSimTrainingSetup(Honee honee) { in SmartSimTrainingSetup()
43 static PetscErrorCode SmartSimSetup(Honee honee) { in SmartSimSetup()
79 PetscErrorCode HoneeGetSmartSimData(Honee honee, SmartSimData *smartsim) { in HoneeGetSmartSimData()
H A Dsolution.c15 Honee honee; in TSMonitor_SmartSimSolutionSetup() local
47 Honee honee; in TSMonitor_SmartSimSolution() local
H A Dsgs_dd_training.c90 static PetscErrorCode SetupTrainingDataCalculation(Ceed ceed, Honee honee, ProblemData problem, SGS… in SetupTrainingDataCalculation()
171 PetscErrorCode SGS_DD_TrainingSetup(Ceed ceed, Honee honee) { in SGS_DD_TrainingSetup()
292 Honee honee = (Honee)ctx; in TSMonitor_SGS_DD_Training() local
391 Honee honee; in TSPostStep_SGS_DD_Training() local
/honee/src/spanstats/
H A Dspanstats.c39 static PetscErrorCode SpanwiseStatisticssCreateDM(Honee honee, SpanStatsCtx spanstats, PetscInt deg… in SpanwiseStatisticssCreateDM()
177 static PetscErrorCode SpanwiseStatisticsSetupDataCreate(Honee honee, SpanStatsCtx spanstats, SpanSt… in SpanwiseStatisticsSetupDataCreate()
238 static PetscErrorCode SpanwiseStatisticsCreateSF(Honee honee, SpanStatsCtx spanstats, SpanStatsSetu… in SpanwiseStatisticsCreateSF()
291 static PetscErrorCode SpanwiseStatisticsSetupL2Projection(Honee honee, SpanStatsCtx spanstats, Span… in SpanwiseStatisticsSetupL2Projection()
354 PetscErrorCode SpanwiseStatisticsSetupInitialize(Honee honee, PetscInt degree, PetscInt num_comps, … in SpanwiseStatisticsSetupInitialize()
383 PetscErrorCode SpanwiseStatisticsSetupFinalize(TS ts, Honee honee, SpanStatsCtx spanstats, PetscVie… in SpanwiseStatisticsSetupFinalize()
404 PetscErrorCode SpanwiseStatisticsCollect(Honee honee, SpanStatsCtx spanstats, PetscScalar solution_… in SpanwiseStatisticsCollect()
423 PetscErrorCode SpanwiseStatisticsProcess(Honee honee, SpanStatsCtx spanstats, Vec stats) { in SpanwiseStatisticsProcess()
H A Dturbulence.c17 static PetscErrorCode CreateStatisticCollectionOperator(Honee honee, SpanStatsCtx spanstats, SpanSt… in CreateStatisticCollectionOperator()
110 static PetscErrorCode SetupMMSErrorChecking(Honee honee, SpanStatsCtx spanstats, SpanStatsSetupData… in SetupMMSErrorChecking()
150 Honee honee; in SpanwiseStatisticsSetup_Turbulence() local
210 Honee honee; in TSMonitor_SpanwiseStatisticsTurbulence() local
H A Dcflpe.c18 static PetscErrorCode CreateStatisticCollectionOperator(Honee honee, SpanStatsCtx spanstats, SpanSt… in CreateStatisticCollectionOperator()
148 Honee honee; in SpanwiseStatisticsSetup_CflPe() local
187 Honee honee; in TSMonitor_SpanwiseStatisticsCflPe() local

12