Home
last modified time | relevance | path

Searched refs:filtered_grad_velo_proj (Results 1 – 1 of 1) sorted by relevance

/honee/src/smartsim/
H A Dsgs_dd_training.c18 NodalProjectionData filtered_grad_velo_proj; member
31 PetscCall(NodalProjectionDataDestroy(&sgs_dd_train_->filtered_grad_velo_proj)); in SGS_DD_TrainingDataDestroy()
117 &sgs_dd_train->filtered_grad_velo_proj)); in SetupTrainingDataCalculation()
120 …PetscCallCeed(ceed, CeedOperatorGetFieldByName(sgs_dd_train->filtered_grad_velo_proj->l2_rhs_ctx->… in SetupTrainingDataCalculation()
157 …PetscCall(OperatorApplyContextCreate(sgs_dd_train->filtered_grad_velo_proj->dm, sgs_dd_train->dm_d… in SetupTrainingDataCalculation()
331 …PetscCall(DMGetGlobalVector(sgs_dd_train->filtered_grad_velo_proj->dm, &FilteredVelocityGradient)); in TSMonitor_SGS_DD_Training()
332 …PetscCall(VelocityGradientProjectionApply(sgs_dd_train->filtered_grad_velo_proj, FilteredFields_lo… in TSMonitor_SGS_DD_Training()
345 …PetscCall(DMRestoreGlobalVector(sgs_dd_train->filtered_grad_velo_proj->dm, &FilteredVelocityGradie… in TSMonitor_SGS_DD_Training()