Home
last modified time | relevance | path

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

/libCEED/python/
H A Dceed_operator.py339 def add_sub(self, subop): argument
347 self._pointer[0], subop._pointer[0])
/libCEED/rust/libceed/src/
H A Doperator.rs2402 pub fn sub_operator(mut self, subop: &Operator) -> crate::Result<Self> { in sub_operator()
2404 bind_ceed::CeedOperatorCompositeAddSub(self.op_core.ptr, subop.op_core.ptr) in sub_operator()
/libCEED/interface/
H A Dceed-fortran.c1031 CEED_EXTERN void fCeedOperatorCompositeAddSub(int *compositeop, int *subop, int *err) { in fCeedOperatorCompositeAddSub() argument
1033 CeedOperator subop_ = CeedOperator_dict[*subop]; in fCeedOperatorCompositeAddSub()