Lines Matching refs:honee
90 static PetscErrorCode SetupTrainingDataCalculation(Ceed ceed, Honee honee, ProblemData problem, SGS… in SetupTrainingDataCalculation() argument
100 PetscCall(HoneeGetContainer(honee, SGS_DD_TRAIN_KEY, &sgs_dd_train)); in SetupTrainingDataCalculation()
116 …PetscCall(VelocityGradientProjectionSetup(ceed, honee, problem, STATEVAR_PRIMITIVE, elem_restr_fil… in SetupTrainingDataCalculation()
171 PetscErrorCode SGS_DD_TrainingSetup(Ceed ceed, Honee honee) { in SGS_DD_TrainingSetup() argument
175 ProblemData problem = honee->problem_data; in SGS_DD_TrainingSetup()
186 …PetscCall(HoneeSetContainer(honee, SGS_DD_TRAIN_KEY, sgs_dd_train, (PetscCtxDestroyFn *)SGS_DD_Tra… in SGS_DD_TrainingSetup()
187 PetscCall(DifferentialFilterSetup(honee, &sgs_dd_train->diff_filter)); in SGS_DD_TrainingSetup()
189 PetscOptionsBegin(honee->comm, NULL, "SGS Data-Driven Training Options", NULL); in SGS_DD_TrainingSetup()
199 …PetscCall(SGS_DD_TrainingCreateDM(honee->dm, &sgs_dd_train->dm_dd_training, honee->app_ctx->degree… in SGS_DD_TrainingSetup()
207 …PetscCallCeed(ceed, CeedQFunctionContextCreate(honee->ceed, &sgs_dd_train_setup_data->sgs_dd_train… in SGS_DD_TrainingSetup()
216 PetscCall(HoneeGetSmartSimData(honee, &smartsim)); in SGS_DD_TrainingSetup()
217 PetscCallMPI(MPI_Comm_rank(honee->comm, &rank)); in SGS_DD_TrainingSetup()
218 PetscCallMPI(MPI_Comm_size(honee->comm, &num_ranks)); in SGS_DD_TrainingSetup()
228 PetscCall(PetscGlobalMinMaxInt(honee->comm, local_min_max, global_min_max)); in SGS_DD_TrainingSetup()
281 …PetscCall(GridAnisotropyTensorProjectionSetupApply(ceed, honee, &sgs_dd_train_setup_data->elem_res… in SGS_DD_TrainingSetup()
285 PetscCall(SetupTrainingDataCalculation(ceed, honee, problem, sgs_dd_train_setup_data)); in SGS_DD_TrainingSetup()
292 Honee honee = (Honee)ctx; in TSMonitor_SGS_DD_Training() local
293 Ceed ceed = honee->ceed; in TSMonitor_SGS_DD_Training()
300 PetscCall(HoneeGetSmartSimData(honee, &smartsim)); in TSMonitor_SGS_DD_Training()
301 PetscCall(HoneeGetContainer(honee, SGS_DD_TRAIN_KEY, &sgs_dd_train)); in TSMonitor_SGS_DD_Training()
302 PetscCallMPI(MPI_Comm_rank(honee->comm, &rank)); in TSMonitor_SGS_DD_Training()
328 …PetscCall(DifferentialFilterApply(honee, sgs_dd_train->diff_filter, solution_time, Q, FilteredFiel… in TSMonitor_SGS_DD_Training()
391 Honee honee; in TSPostStep_SGS_DD_Training() local
400 PetscCall(TSGetApplicationContext(ts, &honee)); in TSPostStep_SGS_DD_Training()
401 PetscCall(HoneeGetSmartSimData(honee, &smartsim)); in TSPostStep_SGS_DD_Training()
408 …PetscCall(PetscPrintf(honee->comm, "-- Simulation stopped by 'check-run' tensor in Redis database\… in TSPostStep_SGS_DD_Training()