Home
last modified time | relevance | path

Searched defs:apply (Results 1 – 17 of 17) sorted by relevance

/libCEED/tests/
H A Dt539-operator.h10 CEED_QFUNCTION(apply)(void *ctx, const CeedInt Q, const CeedScalar *const *in, CeedScalar *const *o… in apply() function
H A Dt540-operator.h19 CEED_QFUNCTION(apply)(void *ctx, const CeedInt Q, const CeedScalar *const *in, CeedScalar *const *o… in apply() function
H A Dt541-operator.h35 CEED_QFUNCTION(apply)(void *ctx, const CeedInt Q, const CeedScalar *const *in, CeedScalar *const *o… in apply() function
H A Dt535-operator.h47 CEED_QFUNCTION(apply)(void *ctx, const CeedInt Q, const CeedScalar *const *in, CeedScalar *const *o… in apply() function
H A Dt532-operator.h47 CEED_QFUNCTION(apply)(void *ctx, const CeedInt Q, const CeedScalar *const *in, CeedScalar *const *o… in apply() function
/libCEED/python/
H A Dceed_basis.py42 def apply(self, nelem, emode, u, v, tmode=NOTRANSPOSE): member in Basis
441 def apply(self, nelem, emode, u, v): member in TransposeBasis
H A Dceed_qfunction.py48 def apply(self, q, inputs, outputs): member in _QFunctionBase
H A Dceed_elemrestriction.py49 def apply(self, u, v, tmode=NOTRANSPOSE, request=REQUEST_IMMEDIATE): member in _ElemRestrictionBase
478 def apply(self, u, v, request=REQUEST_IMMEDIATE): member in TransposeElemRestriction
H A Dceed_operator.py123 def apply(self, u, v, request=REQUEST_IMMEDIATE): member in _OperatorBase
/libCEED/rust/libceed/src/
H A Dqfunction.rs455 pub fn apply(&self, Q: usize, u: &[Vector], v: &[Vector]) -> crate::Result<i32> { in apply() method
699 pub fn apply(&self, Q: usize, u: &[Vector], v: &[Vector]) -> crate::Result<i32> { in apply() method
944 pub fn apply(&self, Q: usize, u: &[Vector], v: &[Vector]) -> crate::Result<i32> { in apply() method
H A Doperator.rs468 pub fn apply(&self, input: &Vector, output: &mut Vector) -> crate::Result<i32> { in apply() method
689 pub fn apply(&self, input: &Vector, output: &mut Vector) -> crate::Result<i32> { in apply() method
2280 pub fn apply(&self, input: &Vector, output: &mut Vector) -> crate::Result<i32> { in apply() method
H A Delem_restriction.rs459 pub fn apply(&self, tmode: TransposeMode, u: &Vector, ru: &mut Vector) -> crate::Result<i32> { in apply() method
H A Dbasis.rs402 pub fn apply( in apply() method
/libCEED/julia/LibCEED.jl/src/
H A DElemRestriction.jl294 function apply(r::ElemRestriction, u::AbstractVector; tmode=NOTRANSPOSE) function
H A DBasis.jl327 function apply(b::Basis, u::AbstractVector; nelem=1, tmode=NOTRANSPOSE, emode=EVAL_INTERP) function
/libCEED/examples/petsc/include/
H A Dstructs.h60 CeedQFunctionUser setup_geo, setup_rhs, apply, error; member
/libCEED/examples/petsc/
H A Dbpsraw.c130 CeedQFunctionUser setup_geo, setup_rhs, apply, error; member