Home
last modified time | relevance | path

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

/libCEED/examples/fluids/include/
H A Dpetsc_ops.h22 PetscErrorCode OperatorApplyContextCreate(DM dm_x, DM dm_y, Ceed ceed, CeedOperator op_apply, CeedV…
/libCEED/examples/fluids/src/
H A Dturb_spanstats.c174 …PetscCall(OperatorApplyContextCreate(NULL, NULL, ceed, op_quad_coords, CEED_VECTOR_NONE, NULL, NUL… in GetQuadratureCoords()
315 …PetscCall(OperatorApplyContextCreate(NULL, user->spanstats.dm, ceed, op_proj_rhs, NULL, NULL, NULL… in SetupL2ProjectionStats()
423 …PetscCall(OperatorApplyContextCreate(user->dm, user->spanstats.dm, user->ceed, op_stats_collect, u… in CreateStatisticCollectionOperator()
465 …PetscCall(OperatorApplyContextCreate(user->spanstats.dm, user->spanstats.dm, user->ceed, op_error,… in SetupMMSErrorChecking()
H A Dvelocity_gradient_projection.c97 …PetscCall(OperatorApplyContextCreate(user->dm, grad_velo_proj->dm, ceed, op_rhs_assemble, NULL, NU… in VelocityGradientProjectionSetup()
H A Dgrid_anisotropy_tensor.c66 …PetscCall(OperatorApplyContextCreate(user->dm, grid_aniso_proj->dm, ceed, op_rhs_assemble, CEED_VE… in GridAnisotropyTensorProjectionSetupApply()
H A Dstrong_boundary_conditions.c181 …PetscCall(OperatorApplyContextCreate(NULL, NULL, ceed, op_strong_bc, CEED_VECTOR_NONE, NULL, NULL,… in SetupStrongBC_Ceed()
H A Dsetuplibceed.c354 …PetscCall(OperatorApplyContextCreate(NULL, dm, user->ceed, op_ics, ceed_data->x_coord, NULL, NULL,… in SetupLibceed()
447 …PetscCall(OperatorApplyContextCreate(dm, dm, ceed, op_rhs, user->q_ceed, user->g_ceed, user->Q_loc… in SetupLibceed()
H A Dpetsc_ops.c59 PetscErrorCode OperatorApplyContextCreate(DM dm_x, DM dm_y, Ceed ceed, CeedOperator op_apply, CeedV… in OperatorApplyContextCreate() function
H A Ddifferential_filter.c79 …PetscCall(OperatorApplyContextCreate(user->dm, dm_filter, ceed, op_rhs, NULL, NULL, user->Q_loc, N… in DifferentialFilterCreateOperators()