| /honee/include/ ! |
| H A D | petsc_ops.h | 18 PetscErrorCode OperatorApplyContextCreate(DM dm_x, DM dm_y, Ceed ceed, CeedOperator op_apply, CeedV…
|
| /honee/src/ ! |
| H A D | diff_flux_projection.c | 138 …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 D | setuplibceed.c | 155 …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 D | velocity_gradient_projection.c | 99 …PetscCall(OperatorApplyContextCreate(honee->dm, grad_velo_proj->dm, ceed, op_rhs_assemble, NULL, N… in VelocityGradientProjectionSetup()
|
| H A D | grid_anisotropy_tensor.c | 64 …PetscCall(OperatorApplyContextCreate(honee->dm, grid_aniso_proj->dm, ceed, op_rhs_assemble, CEED_V… in GridAnisotropyTensorProjectionSetupApply()
|
| H A D | monitor_cfl.c | 116 …PetscCall(OperatorApplyContextCreate(honee->dm, NULL, ceed, op_monitor, NULL, NULL, NULL, NULL, &m… in SetupMontiorCfl()
|
| H A D | monitor_totalkineticenergy.c | 109 …PetscCall(OperatorApplyContextCreate(honee->dm, NULL, ceed, op_monitor, NULL, NULL, NULL, NULL, &m… in SetupMontiorTotalKineticEnergy()
|
| H A D | strong_boundary_conditions.c | 236 …PetscCall(OperatorApplyContextCreate(NULL, NULL, ceed, op_strong_bc, CEED_VECTOR_NONE, NULL, NULL,… in SetupStrongBC_Ceed()
|
| H A D | petsc_ops.c | 55 PetscErrorCode OperatorApplyContextCreate(DM dm_x, DM dm_y, Ceed ceed, CeedOperator op_apply, CeedV… in OperatorApplyContextCreate() function
|
| H A D | misc.c | 243 …PetscCall(OperatorApplyContextCreate(NULL, dm_coord, ceed, op_mass, NULL, NULL, NULL, NULL, &op_ma… in HoneeCalculateDomainSize()
|
| H A D | differential_filter.c | 85 …PetscCall(OperatorApplyContextCreate(honee->dm, dm_filter, ceed, op_rhs, NULL, NULL, honee->Q_loc,… in DifferentialFilterCreateOperators()
|
| /honee/problems/ ! |
| H A D | sgs_dd_model.c | 181 …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 D | turbulence.c | 91 …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 D | spanstats.c | 163 …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 D | cflpe.c | 128 …PetscCall(OperatorApplyContextCreate(honee->dm, spanstats->dm, honee->ceed, op_stats_collect, hone… in CreateStatisticCollectionOperator()
|
| /honee/src/smartsim/ ! |
| H A D | sgs_dd_training.c | 157 …PetscCall(OperatorApplyContextCreate(sgs_dd_train->filtered_grad_velo_proj->dm, sgs_dd_train->dm_d… in SetupTrainingDataCalculation()
|