Home
last modified time | relevance | path

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

/libCEED/examples/fluids/problems/
H A Dadvection.c36 PetscInt sub_op_index = 0; // will be 0 for the volume op in CreateKSPMassOperator_AdvectionStabilized() local
39 PetscCallCeed(ceed, CeedOperatorGetFieldByName(sub_ops[sub_op_index], "q", &field)); in CreateKSPMassOperator_AdvectionStabilized()
42 PetscCallCeed(ceed, CeedOperatorGetFieldByName(sub_ops[sub_op_index], "qdata", &field)); in CreateKSPMassOperator_AdvectionStabilized()
45 PetscCallCeed(ceed, CeedOperatorGetContext(sub_ops[sub_op_index], &qf_ctx)); in CreateKSPMassOperator_AdvectionStabilized()
H A Dnewtonian.c172 PetscInt sub_op_index = 0; // will be 0 for the volume op in CreateKSPMassOperator_NewtonianStabilized() local
175 PetscCallCeed(ceed, CeedOperatorGetFieldByName(sub_ops[sub_op_index], "q", &field)); in CreateKSPMassOperator_NewtonianStabilized()
178 PetscCallCeed(ceed, CeedOperatorGetFieldByName(sub_ops[sub_op_index], "qdata", &field)); in CreateKSPMassOperator_NewtonianStabilized()
181 PetscCallCeed(ceed, CeedOperatorGetContext(sub_ops[sub_op_index], &qf_ctx)); in CreateKSPMassOperator_NewtonianStabilized()
/libCEED/examples/fluids/src/
H A Dsetuplibceed.c29 PetscInt sub_op_index = 0; // will be 0 for the volume op in CreateKSPMassOperator_Unstabilized() local
32 PetscCallCeed(ceed, CeedOperatorGetFieldByName(sub_ops[sub_op_index], "q", &field)); in CreateKSPMassOperator_Unstabilized()
35 PetscCallCeed(ceed, CeedOperatorGetFieldByName(sub_ops[sub_op_index], "qdata", &field)); in CreateKSPMassOperator_Unstabilized()
197 PetscInt sub_op_index = 0; // will be 0 for the volume op in AddBCSubOperators() local
201 PetscCallCeed(ceed, CeedOperatorGetFieldByName(sub_ops[sub_op_index], "q", &field)); in AddBCSubOperators()
206 PetscCallCeed(ceed, CeedOperatorGetFieldByName(sub_ops[sub_op_index], "x", &field)); in AddBCSubOperators()