Home
last modified time | relevance | path

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

/honee/src/
H A Dbc_definition.c327 PetscErrorCode BCDefinitionAddOperators(BCDefinition bc_def, CeedOperator op_ifunc, CeedOperator op… in BCDefinitionAddOperators() argument
328 Ceed ceed = CeedOperatorReturnCeed(op_ifunc); in BCDefinitionAddOperators()
361 …ctionOperator(bc_def, face_orientation_label, orientation, qf_ifunction, op_ifunc, &sub_op_ifunc)); in BCDefinitionAddOperators()
H A Dboundary_condition.c219 … bc_def, DMLabel domain_label, PetscInt label_value, CeedQFunction qf_ifunc, CeedOperator op_ifunc, in HoneeBCAddIFunctionOp() argument
259 PetscCallCeed(ceed, CeedOperatorCompositeAddSub(op_ifunc, sub_op_ifunc_)); in HoneeBCAddIFunctionOp()
/honee/include/
H A Dnavierstokes.h221 … bc_def, DMLabel domain_label, PetscInt label_value, CeedQFunction qf_ifunc, CeedOperator op_ifunc,