Home
last modified time | relevance | path

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

/honee/include/ !
H A Dpetsc_ops.h18 PetscErrorCode OperatorApplyContextCreate(DM dm_x, DM dm_y, Ceed ceed, CeedOperator op_apply, CeedV…
/honee/src/ !
H A Ddiff_flux_projection.c138 …PetscCall(OperatorApplyContextCreate(honee->dm, projection->dm, ceed, op_rhs, NULL, NULL, NULL, di… in DivDiffFluxProjectionSetup_Direct()
218 …PetscCall(OperatorApplyContextCreate(honee->dm, projection->dm, ceed, op_rhs, NULL, NULL, NULL, NU… in DivDiffFluxProjectionSetup_Indirect()
300 …PetscCall(OperatorApplyContextCreate(projection->dm, NULL, ceed, op_calc_divergence, NULL, CEED_VE… in DivDiffFluxProjectionSetup_Indirect()
H A Dsetuplibceed.c155 …PetscCall(OperatorApplyContextCreate(NULL, dm, honee->ceed, op_ics, x_coord, NULL, NULL, honee->Q_… in SetupLibceed()
256 …PetscCall(OperatorApplyContextCreate(dm, dm, ceed, op_rhs, honee->q_ceed, honee->g_ceed, honee->Q_… in SetupLibceed()
H A Dvelocity_gradient_projection.c99 …PetscCall(OperatorApplyContextCreate(honee->dm, grad_velo_proj->dm, ceed, op_rhs_assemble, NULL, N… in VelocityGradientProjectionSetup()
H A Dgrid_anisotropy_tensor.c64 …PetscCall(OperatorApplyContextCreate(honee->dm, grid_aniso_proj->dm, ceed, op_rhs_assemble, CEED_V… in GridAnisotropyTensorProjectionSetupApply()
H A Dmonitor_cfl.c116 …PetscCall(OperatorApplyContextCreate(honee->dm, NULL, ceed, op_monitor, NULL, NULL, NULL, NULL, &m… in SetupMontiorCfl()
H A Dmonitor_totalkineticenergy.c109 …PetscCall(OperatorApplyContextCreate(honee->dm, NULL, ceed, op_monitor, NULL, NULL, NULL, NULL, &m… in SetupMontiorTotalKineticEnergy()
H A Dstrong_boundary_conditions.c236 …PetscCall(OperatorApplyContextCreate(NULL, NULL, ceed, op_strong_bc, CEED_VECTOR_NONE, NULL, NULL,… in SetupStrongBC_Ceed()
H A Dpetsc_ops.c55 PetscErrorCode OperatorApplyContextCreate(DM dm_x, DM dm_y, Ceed ceed, CeedOperator op_apply, CeedV… in OperatorApplyContextCreate() function
H A Dmisc.c243 …PetscCall(OperatorApplyContextCreate(NULL, dm_coord, ceed, op_mass, NULL, NULL, NULL, NULL, &op_ma… in HoneeCalculateDomainSize()
H A Ddifferential_filter.c85 …PetscCall(OperatorApplyContextCreate(honee->dm, dm_filter, ceed, op_rhs, NULL, NULL, honee->Q_loc,… in DifferentialFilterCreateOperators()
/honee/problems/ !
H A Dsgs_dd_model.c181 …PetscCall(OperatorApplyContextCreate(grad_velo_proj->dm, sgs_dd_data->dm_sgs, ceed, op_sgs_dd_noda… in SgsDDSetupNodalEvaluation_Fused()
225 …PetscCall(OperatorApplyContextCreate(sgs_dd_data->dm_dd_inputs, sgs_dd_data->dm_dd_outputs, ceed, … in SgsDDSetupNodalEvaluation_Sequential_Ceed()
430 …PetscCall(OperatorApplyContextCreate(grad_velo_proj->dm, sgs_dd_data->dm_dd_inputs, ceed, op_sgs_d… in SgsDDSetupNodalEvaluation_Sequential()
458 …PetscCall(OperatorApplyContextCreate(sgs_dd_data->dm_dd_outputs, sgs_dd_data->dm_sgs, ceed, op_sgs… in SgsDDSetupNodalEvaluation_Sequential()
539 …PetscCall(OperatorApplyContextCreate(honee->dm, honee->dm, ceed, op_sgs_apply, honee->q_ceed, hone… in SgsSetupNodalIFunction()
/honee/src/spanstats/ !
H A Dturbulence.c91 …PetscCall(OperatorApplyContextCreate(honee->dm, spanstats->dm, honee->ceed, op_stats_collect, hone… in CreateStatisticCollectionOperator()
137 …PetscCall(OperatorApplyContextCreate(spanstats->dm, spanstats->dm, honee->ceed, op_error, x_ceed, … in SetupMMSErrorChecking()
H A Dspanstats.c163 …PetscCall(OperatorApplyContextCreate(NULL, NULL, ceed, op_quad_coords, CEED_VECTOR_NONE, NULL, NUL… in GetQuadratureCoords()
310 …PetscCall(OperatorApplyContextCreate(NULL, spanstats->dm, ceed, op_proj_rhs, NULL, NULL, NULL, NUL… in SpanwiseStatisticsSetupL2Projection()
H A Dcflpe.c128 …PetscCall(OperatorApplyContextCreate(honee->dm, spanstats->dm, honee->ceed, op_stats_collect, hone… in CreateStatisticCollectionOperator()
/honee/src/smartsim/ !
H A Dsgs_dd_training.c157 …PetscCall(OperatorApplyContextCreate(sgs_dd_train->filtered_grad_velo_proj->dm, sgs_dd_train->dm_d… in SetupTrainingDataCalculation()