Home
last modified time | relevance | path

Searched defs:ceed (Results 1 – 25 of 41) sorted by relevance

12

/honee/src/
H A Dqdata.c29 Ceed ceed = CeedVectorReturnCeed(q_data_created); in QDataGetStored() local
76 Ceed ceed = CeedVectorReturnCeed(q_data_vecs[i]); in QDataClearStoredData() local
132 PetscErrorCode QDataGet(Ceed ceed, DM dm, DMLabel domain_label, PetscInt label_value, CeedElemRestr… in QDataGet()
226 PetscErrorCode QDataBoundaryGet(Ceed ceed, DM dm, DMLabel domain_label, PetscInt label_value, CeedE… in QDataBoundaryGet()
315 PetscErrorCode QDataBoundaryGradientGet(Ceed ceed, DM dm, DMLabel domain_label, PetscInt label_valu… in QDataBoundaryGradientGet()
H A Dboundary_condition.c103 Ceed ceed = honee_bc->honee->ceed; in HoneeBCDestroy() local
126 Ceed ceed; in HoneeBCCreateIFunctionQF() local
174 Ceed ceed; in HoneeBCCreateIJacobianQF() local
221 Ceed ceed; in HoneeBCAddIFunctionOp() local
290 Ceed ceed; in HoneeBCAddIJacobianOp() local
H A Ddiff_flux_projection.c108 Ceed ceed = CeedVectorReturnCeed(diff_flux_proj->div_diff_flux_ceed); in DivDiffFluxProjectionGetOperatorFieldData() local
125 Ceed ceed = honee->ceed; in DivDiffFluxProjectionSetup_Direct() local
195 Ceed ceed = honee->ceed; in DivDiffFluxProjectionSetup_Indirect() local
428 Ceed ceed = CeedVectorReturnCeed(diff_flux_proj->div_diff_flux_ceed); in DivDiffFluxProjectionDataDestroy() local
H A Dsetuplibceed.c15 Ceed ceed = honee->ceed; in CreateKSPMassOperator_Unstabilized() local
55 Ceed ceed = honee->ceed; in CreateKSPMass() local
92 PetscErrorCode SetupLibceed(Ceed ceed, DM dm, Honee honee, AppCtx app_ctx, ProblemData problem) { in SetupLibceed()
H A Dhonee-mass.c19 PetscErrorCode HoneeMassQFunctionCreate(Ceed ceed, CeedInt N, CeedInt q_data_size, CeedQFunction *q… in HoneeMassQFunctionCreate()
H A Dpetsc_ops.c55 PetscErrorCode OperatorApplyContextCreate(DM dm_x, DM dm_y, Ceed ceed, CeedOperator op_apply, CeedV… in OperatorApplyContextCreate()
133 Ceed ceed = ctx->ceed; in OperatorApplyContextDestroy() local
174 Ceed ceed; in CeedOperatorCreateLocalVecs() local
211 Ceed ceed = ctx->ceed; in ApplyCeedOperator_Core() local
H A Dgrid_anisotropy_tensor.c10 PetscErrorCode GridAnisotropyTensorProjectionSetupApply(Ceed ceed, Honee honee, CeedElemRestriction… in GridAnisotropyTensorProjectionSetupApply()
125 PetscErrorCode GridAnisotropyTensorCalculateCollocatedVector(Ceed ceed, Honee honee, CeedElemRestri… in GridAnisotropyTensorCalculateCollocatedVector()
H A Dinverse_multiplicity.c23 PetscErrorCode GetInverseMultiplicity(Ceed ceed, DM dm, DMLabel domain_label, PetscInt label_value,… in GetInverseMultiplicity()
H A Ddm-utils.c80 PetscErrorCode DMPlexCeedElemRestrictionCreate(Ceed ceed, DM dm, DMLabel domain_label, PetscInt lab… in DMPlexCeedElemRestrictionCreate()
137 PetscErrorCode DMPlexCeedElemRestrictionCoordinateCreate(Ceed ceed, DM dm, DMLabel domain_label, Pe… in DMPlexCeedElemRestrictionCoordinateCreate()
166 static PetscErrorCode DMPlexCeedElemRestrictionStridedCreate(Ceed ceed, DM dm, DMLabel domain_label… in DMPlexCeedElemRestrictionStridedCreate()
252 PetscErrorCode DMPlexCeedElemRestrictionQDataCreate(Ceed ceed, DM dm, DMLabel domain_label, PetscIn… in DMPlexCeedElemRestrictionQDataCreate()
274 PetscErrorCode DMPlexCeedElemRestrictionCollocatedCreate(Ceed ceed, DM dm, DMLabel domain_label, Pe… in DMPlexCeedElemRestrictionCollocatedCreate()
764 PetscErrorCode DMPlexCeedBasisCreate(Ceed ceed, DM dm, DMLabel domain_label, PetscInt label_value, … in DMPlexCeedBasisCreate()
879 PetscErrorCode DMPlexCeedBasisCoordinateCreate(Ceed ceed, DM dm, DMLabel domain_label, PetscInt lab… in DMPlexCeedBasisCoordinateCreate()
925 PetscErrorCode DMPlexCeedCoordinateCreateField(Ceed ceed, DM dm, DMLabel domain_label, PetscInt lab… in DMPlexCeedCoordinateCreateField()
984 PetscErrorCode DMPlexCeedBasisCellToFaceCreate(Ceed ceed, DM dm, DMLabel domain_label, PetscInt lab… in DMPlexCeedBasisCellToFaceCreate()
1040 PetscErrorCode DMPlexCeedBasisCellToFaceCoordinateCreate(Ceed ceed, DM dm, DMLabel domain_label, Pe… in DMPlexCeedBasisCellToFaceCoordinateCreate()
H A Dstrong_boundary_conditions.c12 PetscErrorCode SetupStrongSTG_Ceed(Ceed ceed, Honee honee, DM dm, ProblemData problem, Physics phys… in SetupStrongSTG_Ceed()
210 PetscErrorCode SetupStrongBC_Ceed(Ceed ceed, DM dm, Honee honee, ProblemData problem) { in SetupStrongBC_Ceed()
H A Dmonitor_totalkineticenergy.c33 static PetscErrorCode CreateElemRestrColloc_CompMajor(Ceed ceed, CeedInt num_comp, CeedBasis basis,… in CreateElemRestrColloc_CompMajor()
49 Ceed ceed; in SetupMontiorTotalKineticEnergy() local
/honee/src/spanstats/
H A Dspanstats.c121 static PetscErrorCode CreateElemRestrColloc_CompMajor(Ceed ceed, CeedInt num_comp, CeedBasis basis,… in CreateElemRestrColloc_CompMajor()
136 static PetscErrorCode GetQuadratureCoords(Ceed ceed, DM dm, DMLabel domain_label, PetscInt label_va… in GetQuadratureCoords()
178 Ceed ceed = honee->ceed; in SpanwiseStatisticsSetupDataCreate() local
221 Ceed ceed; in SpanwiseStatisticsSetupDataDestroy() local
240 Ceed ceed = honee->ceed; in SpanwiseStatisticsCreateSF() local
292 Ceed ceed = honee->ceed; in SpanwiseStatisticsSetupL2Projection() local
H A Dturbulence.c18 Ceed ceed = honee->ceed; in CreateStatisticCollectionOperator() local
111 Ceed ceed = honee->ceed; in SetupMMSErrorChecking() local
/honee/problems/
H A Dsgs_dd_model.c30 Ceed ceed = sgs_dd_data_->op_sgs_apply_ctx->ceed; in SgsDDDataDestroy() local
58 Ceed ceed; in SgsDDSetupDataDestroy() local
113 static PetscErrorCode SgsDDSetupNodalEvaluation_Fused(Ceed ceed, Honee honee, SgsDDSetupData sgs_dd… in SgsDDSetupNodalEvaluation_Fused()
202 static PetscErrorCode SgsDDSetupNodalEvaluation_Sequential_Ceed(Ceed ceed, SgsDDData sgs_dd_data, S… in SgsDDSetupNodalEvaluation_Sequential_Ceed()
250 static PetscErrorCode SgsDDSetupNodalEvaluation_Sequential_Torch(Ceed ceed, SgsDDData sgs_dd_data, … in SgsDDSetupNodalEvaluation_Sequential_Torch()
311 static PetscErrorCode SgsDDSetupNodalEvaluation_Sequential(Ceed ceed, Honee honee, SgsDDSetupData s… in SgsDDSetupNodalEvaluation_Sequential()
490 static PetscErrorCode SgsSetupNodalIFunction(Ceed ceed, Honee honee, SgsDDSetupData sgs_dd_setup_da… in SgsSetupNodalIFunction()
644 PetscErrorCode SgsDDSetup(Ceed ceed, Honee honee, ProblemData problem) { in SgsDDSetup()
H A Dadvection.c23 Ceed ceed = honee->ceed; in PRINT_ADVECTION() local
77 Ceed ceed = honee->ceed; in CreateKSPMassOperator_AdvectionStabilized() local
147 Ceed ceed = honee->ceed; in DivDiffFluxProjectionCreateRHS_Direct_AdvDif() local
299 Ceed ceed = honee->ceed; in DivDiffFluxProjectionCreateRHS_Indirect_AdvDif() local
390 Ceed ceed = honee->ceed; in NS_ADVECTION() local
H A Dtaylorgreen.c13 Ceed ceed = honee->ceed; in NS_TAYLOR_GREEN() local
H A Deulervortex.c16 Ceed ceed = honee->ceed; in PRINT_EULER_VORTEX() local
59 Ceed ceed = honee->ceed; in NS_EULER_VORTEX() local
H A Dbc_slip.c60 Ceed ceed = honee->ceed; in SlipBCSetup() local
H A Dgaussianwave.c18 Ceed ceed = honee->ceed; in NS_GAUSSIAN_WAVE() local
H A Dnewtonian.c21 Ceed ceed = honee->ceed; in PRINT_NEWTONIAN() local
39 Ceed ceed = honee->ceed; in CreateKSPMassOperator_NewtonianStabilized() local
101 Ceed ceed = honee->ceed; in DivDiffFluxProjectionCreateRHS_Direct_NS() local
265 Ceed ceed = honee->ceed; in DivDiffFluxProjectionCreateRHS_Indirect_NS() local
377 Ceed ceed = honee->ceed; in NS_NEWTONIAN_IG() local
H A Dstg_shur14.c239 Ceed ceed = honee->ceed; in SetupStg() local
367 PetscErrorCode SetupStrongStg_QF(Ceed ceed, ProblemData problem, CeedInt num_comp_x, CeedInt num_co… in SetupStrongStg_QF()
381 PetscErrorCode SetupStrongStg_PreProcessing(Ceed ceed, ProblemData problem, CeedInt num_comp_x, Cee… in SetupStrongStg_PreProcessing()
H A Ddensitycurrent.c17 Ceed ceed = honee->ceed; in NS_DENSITY_CURRENT() local
/honee/src/smartsim/
H A Dsgs_dd_training.c46 Ceed ceed; in SGS_DD_TrainingSetupDataDestroy() local
90 static PetscErrorCode SetupTrainingDataCalculation(Ceed ceed, Honee honee, ProblemData problem, SGS… in SetupTrainingDataCalculation()
171 PetscErrorCode SGS_DD_TrainingSetup(Ceed ceed, Honee honee) { in SGS_DD_TrainingSetup()
293 Ceed ceed = honee->ceed; in TSMonitor_SGS_DD_Training() local
/honee/include/
H A Dpetsc_ops.h15 Ceed ceed; member
/honee/examples/
H A Dnavierstokes.c43 Ceed ceed; in main() local

12