| /libCEED/tests/ |
| H A D | t539-operator.h | 10 CEED_QFUNCTION(apply)(void *ctx, const CeedInt Q, const CeedScalar *const *in, CeedScalar *const *o… in apply() function
|
| H A D | t540-operator.h | 19 CEED_QFUNCTION(apply)(void *ctx, const CeedInt Q, const CeedScalar *const *in, CeedScalar *const *o… in apply() function
|
| H A D | t541-operator.h | 35 CEED_QFUNCTION(apply)(void *ctx, const CeedInt Q, const CeedScalar *const *in, CeedScalar *const *o… in apply() function
|
| H A D | t535-operator.h | 47 CEED_QFUNCTION(apply)(void *ctx, const CeedInt Q, const CeedScalar *const *in, CeedScalar *const *o… in apply() function
|
| H A D | t532-operator.h | 47 CEED_QFUNCTION(apply)(void *ctx, const CeedInt Q, const CeedScalar *const *in, CeedScalar *const *o… in apply() function
|
| /libCEED/python/ |
| H A D | ceed_basis.py | 42 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 D | ceed_qfunction.py | 48 def apply(self, q, inputs, outputs): member in _QFunctionBase
|
| H A D | ceed_elemrestriction.py | 49 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 D | ceed_operator.py | 123 def apply(self, u, v, request=REQUEST_IMMEDIATE): member in _OperatorBase
|
| /libCEED/rust/libceed/src/ |
| H A D | qfunction.rs | 455 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 D | operator.rs | 468 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 D | elem_restriction.rs | 459 pub fn apply(&self, tmode: TransposeMode, u: &Vector, ru: &mut Vector) -> crate::Result<i32> { in apply() method
|
| H A D | basis.rs | 402 pub fn apply( in apply() method
|
| /libCEED/julia/LibCEED.jl/src/ |
| H A D | ElemRestriction.jl | 294 function apply(r::ElemRestriction, u::AbstractVector; tmode=NOTRANSPOSE) function
|
| H A D | Basis.jl | 327 function apply(b::Basis, u::AbstractVector; nelem=1, tmode=NOTRANSPOSE, emode=EVAL_INTERP) function
|
| /libCEED/examples/petsc/include/ |
| H A D | structs.h | 60 CeedQFunctionUser setup_geo, setup_rhs, apply, error; member
|
| /libCEED/examples/petsc/ |
| H A D | bpsraw.c | 130 CeedQFunctionUser setup_geo, setup_rhs, apply, error; member
|