Searched defs:emode (Results 1 – 4 of 4) sorted by relevance
| /libCEED/python/ |
| H A D | ceed_qfunction.py | 111 def add_input(self, fieldname, size, emode): argument 128 def add_output(self, fieldname, size, emode): argument
|
| H A D | ceed_basis.py | 42 def apply(self, nelem, emode, u, v, tmode=NOTRANSPOSE): argument 441 def apply(self, nelem, emode, u, v): argument
|
| /libCEED/julia/LibCEED.jl/src/ |
| H A D | QFunction.jl | 93 function add_input!(qf::AbstractQFunction, name::AbstractString, size, emode) argument 97 function add_output!(qf::AbstractQFunction, name::AbstractString, size, emode) argument
|
| H A D | Basis.jl | 327 function apply(b::Basis, u::AbstractVector; nelem=1, tmode=NOTRANSPOSE, emode=EVAL_INTERP) argument
|