Home
last modified time | relevance | path

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

/honee/src/
H A Dqdata.c139 CeedBasis basis_x; in QDataGet() local
142 …dinateCreateField(ceed, dm, domain_label, label_value, height, &elem_restr_x, &basis_x, &x_coord)); in QDataGet()
173 …PetscCallCeed(ceed, CeedOperatorSetField(op_setup, "dx", elem_restr_x, basis_x, CEED_VECTOR_ACTIVE… in QDataGet()
174 …PetscCallCeed(ceed, CeedOperatorSetField(op_setup, "weight", CEED_ELEMRESTRICTION_NONE, basis_x, C… in QDataGet()
184 PetscCallCeed(ceed, CeedBasisDestroy(&basis_x)); in QDataGet()
232 CeedBasis basis_x; in QDataBoundaryGet() local
236 …dinateCreateField(ceed, dm, domain_label, label_value, height, &elem_restr_x, &basis_x, &x_coord)); in QDataBoundaryGet()
260 …PetscCallCeed(ceed, CeedOperatorSetField(op_setup_sur, "dx", elem_restr_x, basis_x, CEED_VECTOR_AC… in QDataBoundaryGet()
261 … CeedOperatorSetField(op_setup_sur, "weight", CEED_ELEMRESTRICTION_NONE, basis_x, CEED_VECTOR_NONE… in QDataBoundaryGet()
271 PetscCallCeed(ceed, CeedBasisDestroy(&basis_x)); in QDataBoundaryGet()
H A Dboundary_condition.c229 CeedBasis basis_x, basis_q; in HoneeBCAddIFunctionOp() local
243 …dinateCreateField(ceed, dm, domain_label, label_value, height, &elem_restr_x, &basis_x, &x_coord)); in HoneeBCAddIFunctionOp()
254 PetscCallCeed(ceed, CeedOperatorSetField(sub_op_ifunc_, "x", elem_restr_x, basis_x, x_coord)); in HoneeBCAddIFunctionOp()
265 PetscCallCeed(ceed, CeedBasisDestroy(&basis_x)); in HoneeBCAddIFunctionOp()
298 CeedBasis basis_x, basis_q; in HoneeBCAddIJacobianOp() local
310 …dinateCreateField(ceed, dm, domain_label, label_value, height, &elem_restr_x, &basis_x, &x_coord)); in HoneeBCAddIJacobianOp()
328 PetscCallCeed(ceed, CeedOperatorSetField(sub_op_ijac, "x", elem_restr_x, basis_x, x_coord)); in HoneeBCAddIJacobianOp()
344 PetscCallCeed(ceed, CeedBasisDestroy(&basis_x)); in HoneeBCAddIJacobianOp()
H A Dvelocity_gradient_projection.c64 CeedBasis basis_x; in VelocityGradientProjectionSetup() local
69 …ed, honee->dm, DMLABEL_DEFAULT, DMLABEL_DEFAULT_VALUE, height, &elem_restr_x, &basis_x, &x_coord)); in VelocityGradientProjectionSetup()
96 PetscCallCeed(ceed, CeedOperatorSetField(op_rhs_assemble, "x", elem_restr_x, basis_x, x_coord)); in VelocityGradientProjectionSetup()
102 PetscCallCeed(ceed, CeedBasisDestroy(&basis_x)); in VelocityGradientProjectionSetup()
H A Dsetuplibceed.c97 CeedBasis basis_q, basis_x; in SetupLibceed() local
125 …ield(ceed, dm, DMLABEL_DEFAULT, DMLABEL_DEFAULT_VALUE, height, &elem_restr_x, &basis_x, &x_coord)); in SetupLibceed()
142 PetscCallCeed(ceed, CeedBasisCreateProjection(basis_x, basis_q, &basis_xc)); in SetupLibceed()
181 PetscCallCeed(ceed, CeedOperatorSetField(op_rhs_vol, "x", elem_restr_x, basis_x, x_coord)); in SetupLibceed()
213 … PetscCallCeed(ceed, CeedOperatorSetField(op_ifunction_vol, "x", elem_restr_x, basis_x, x_coord)); in SetupLibceed()
303 PetscCallCeed(ceed, CeedBasisDestroy(&basis_x)); in SetupLibceed()
H A Dmisc.c225 CeedBasis basis_x; in HoneeCalculateDomainSize() local
234 …teCreateField(ceed, dm, DMLABEL_DEFAULT, DMLABEL_DEFAULT_VALUE, 0, &elem_restr_x, &basis_x, NULL)); in HoneeCalculateDomainSize()
239 …PetscCallCeed(ceed, CeedOperatorSetField(op_mass, "u", elem_restr_x, basis_x, CEED_VECTOR_ACTIVE)); in HoneeCalculateDomainSize()
241 …PetscCallCeed(ceed, CeedOperatorSetField(op_mass, "v", elem_restr_x, basis_x, CEED_VECTOR_ACTIVE)); in HoneeCalculateDomainSize()
256 PetscCallCeed(ceed, CeedBasisDestroy(&basis_x)); in HoneeCalculateDomainSize()
H A Ddifferential_filter.c23 CeedBasis basis_x; in DifferentialFilterCreateOperators() local
29 …ld(ceed, honee->dm, DMLABEL_DEFAULT, DMLABEL_DEFAULT_VALUE, 0, &elem_restr_x, &basis_x, &x_coord)); in DifferentialFilterCreateOperators()
69 PetscCallCeed(ceed, CeedOperatorSetField(op_rhs, "x", elem_restr_x, basis_x, x_coord)); in DifferentialFilterCreateOperators()
152 PetscCallCeed(ceed, CeedOperatorSetField(op_lhs_sub, "x", elem_restr_x, basis_x, x_coord)); in DifferentialFilterCreateOperators()
187 PetscCallCeed(ceed, CeedBasisDestroy(&basis_x)); in DifferentialFilterCreateOperators()
/honee/src/spanstats/
H A Dturbulence.c28 CeedBasis basis_q, basis_x; in CreateStatisticCollectionOperator() local
52 …ld(ceed, honee->dm, DMLABEL_DEFAULT, DMLABEL_DEFAULT_VALUE, 0, &elem_restr_x, &basis_x, &x_coord)); in CreateStatisticCollectionOperator()
85 PetscCallCeed(ceed, CeedOperatorSetField(op_stats_collect, "x", elem_restr_x, basis_x, x_coord)); in CreateStatisticCollectionOperator()
103 PetscCallCeed(ceed, CeedBasisDestroy(&basis_x)); in CreateStatisticCollectionOperator()
121 PetscCallCeed(ceed, CeedBasisGetNumComponents(stats_data->basis_x, &num_comp_x)); in SetupMMSErrorChecking()
132 …atorSetField(op_error, "x", stats_data->elem_restr_parent_x, stats_data->basis_x, stats_data->x_co… in SetupMMSErrorChecking()
H A Dspanstats.c139 CeedBasis basis_x; in GetQuadratureCoords() local
148 …inateCreateField(ceed, dm, domain_label, label_value, height, &elem_restr_x, &basis_x, &x_coords)); in GetQuadratureCoords()
150 …PetscCall(CreateElemRestrColloc_CompMajor(ceed, num_comp_x, basis_x, elem_restr_x, &elem_restr_qx)… in GetQuadratureCoords()
159 …PetscCallCeed(ceed, CeedOperatorSetField(op_quad_coords, "input", elem_restr_x, basis_x, x_coords)… in GetQuadratureCoords()
170 PetscCallCeed(ceed, CeedBasisDestroy(&basis_x)); in GetQuadratureCoords()
195 …teCreate(ceed, dm, DMLABEL_DEFAULT, DMLABEL_DEFAULT_VALUE, height, &(*stats_setup_data)->basis_x)); in SpanwiseStatisticsSetupDataCreate()
229 PetscCallCeed(ceed, CeedBasisDestroy(&data->basis_x)); in SpanwiseStatisticsSetupDataDestroy()
H A Dcflpe.c28 CeedBasis basis_q, basis_x; in CreateStatisticCollectionOperator() local
74 …ld(ceed, honee->dm, DMLABEL_DEFAULT, DMLABEL_DEFAULT_VALUE, 0, &elem_restr_x, &basis_x, &x_coord)); in CreateStatisticCollectionOperator()
121 PetscCallCeed(ceed, CeedOperatorSetField(op_stats_collect, "x", elem_restr_x, basis_x, x_coord)); in CreateStatisticCollectionOperator()
141 PetscCallCeed(ceed, CeedBasisDestroy(&basis_x)); in CreateStatisticCollectionOperator()
/honee/include/
H A Dspanstats.h29 CeedBasis basis_x, basis_stats; member
/honee/problems/
H A Dsgs_dd_model.c121 CeedBasis basis_x; in SgsDDSetupNodalEvaluation_Fused() local
139 …ld(ceed, honee->dm, DMLABEL_DEFAULT, DMLABEL_DEFAULT_VALUE, 0, &elem_restr_x, &basis_x, &x_coord)); in SgsDDSetupNodalEvaluation_Fused()
162 PetscCallCeed(ceed, CeedBasisCreateProjection(basis_x, basis_q, &basis_x_to_q)); in SgsDDSetupNodalEvaluation_Fused()
191 PetscCallCeed(ceed, CeedBasisDestroy(&basis_x)); in SgsDDSetupNodalEvaluation_Fused()