Home
last modified time | relevance | path

Searched refs:sub_op_index (Results 1 – 5 of 5) sorted by relevance

/honee/problems/
H A Dadvection.c91 PetscInt sub_op_index = 0; // will be 0 for the volume op in CreateKSPMassOperator_AdvectionStabilized() local
94 PetscCallCeed(ceed, CeedOperatorGetFieldByName(sub_ops[sub_op_index], "q", &op_field)); in CreateKSPMassOperator_AdvectionStabilized()
96 PetscCallCeed(ceed, CeedOperatorGetFieldByName(sub_ops[sub_op_index], "qdata", &op_field)); in CreateKSPMassOperator_AdvectionStabilized()
99 PetscCallCeed(ceed, CeedOperatorGetContext(sub_ops[sub_op_index], &qfctx)); in CreateKSPMassOperator_AdvectionStabilized()
159 PetscInt sub_op_index = 0; // will be 0 for the volume op in DivDiffFluxProjectionCreateRHS_Direct_AdvDif() local
163 PetscCallCeed(ceed, CeedOperatorGetContext(sub_ops[sub_op_index], &advection_qfctx)); in DivDiffFluxProjectionCreateRHS_Direct_AdvDif()
316 PetscInt sub_op_index = 0; // will be 0 for the volume op in DivDiffFluxProjectionCreateRHS_Indirect_AdvDif() local
320 PetscCallCeed(ceed, CeedOperatorGetContext(sub_ops[sub_op_index], &advection_qfctx)); in DivDiffFluxProjectionCreateRHS_Indirect_AdvDif()
H A Dnewtonian.c52 PetscInt sub_op_index = 0; // will be 0 for the volume op in CreateKSPMassOperator_NewtonianStabilized() local
55 PetscCallCeed(ceed, CeedOperatorGetFieldByName(sub_ops[sub_op_index], "q", &op_field)); in CreateKSPMassOperator_NewtonianStabilized()
57 PetscCallCeed(ceed, CeedOperatorGetFieldByName(sub_ops[sub_op_index], "qdata", &op_field)); in CreateKSPMassOperator_NewtonianStabilized()
60 PetscCallCeed(ceed, CeedOperatorGetContext(sub_ops[sub_op_index], &qfctx)); in CreateKSPMassOperator_NewtonianStabilized()
115 PetscInt sub_op_index = 0; // will be 0 for the volume op in DivDiffFluxProjectionCreateRHS_Direct_NS() local
118 PetscCallCeed(ceed, CeedOperatorGetContext(sub_ops[sub_op_index], &newtonian_qfctx)); in DivDiffFluxProjectionCreateRHS_Direct_NS()
282 PetscInt sub_op_index = 0; // will be 0 for the volume op in DivDiffFluxProjectionCreateRHS_Indirect_NS() local
285 PetscCallCeed(ceed, CeedOperatorGetContext(sub_ops[sub_op_index], &newtonian_qfctx)); in DivDiffFluxProjectionCreateRHS_Indirect_NS()
/honee/src/
H A Dmonitor_cfl.c57 PetscInt sub_op_index = 0; // will be 0 for the volume op in SetupMontiorCfl() local
60 PetscCallCeed(ceed, CeedOperatorGetContext(sub_ops[sub_op_index], &newt_qfctx)); in SetupMontiorCfl()
H A Dsetuplibceed.c26 PetscInt sub_op_index = 0; // will be 0 for the volume op in CreateKSPMassOperator_Unstabilized() local
29 PetscCallCeed(ceed, CeedOperatorGetFieldByName(sub_ops[sub_op_index], "q", &op_field)); in CreateKSPMassOperator_Unstabilized()
31 PetscCallCeed(ceed, CeedOperatorGetFieldByName(sub_ops[sub_op_index], "qdata", &op_field)); in CreateKSPMassOperator_Unstabilized()
H A Dmonitor_totalkineticenergy.c72 PetscInt sub_op_index = 0; // will be 0 for the volume op in SetupMontiorTotalKineticEnergy() local
75 PetscCallCeed(ceed, CeedOperatorGetContext(sub_ops[sub_op_index], &newt_qfctx)); in SetupMontiorTotalKineticEnergy()