Lines Matching refs:function
11 A `QFunction` can also be created from the "Q-function gallery" using
12 [`create_interior_qfunction`](@ref). The identity Q-function can be created using
19 function QFunction(ref, user_qf)
34 function create_interior_qfunction(c::Ceed, f::UserQFunction; vlength=1)
37 # no C source for this Q-function
57 Create a [`QFunction`](@ref) from the Q-function gallery, using the provided name.
72 function create_interior_qfunction(c::Ceed, name::AbstractString)
84 operators for p-multigrid. Backends may optimize `CeedOperators` with this Q-function to
87 function create_identity_qfunction(c::Ceed, size, inmode::EvalMode, outmode::EvalMode)
93 function add_input!(qf::AbstractQFunction, name::AbstractString, size, emode)
97 function add_output!(qf::AbstractQFunction, name::AbstractString, size, emode)
104 Associate a [`Context`](@ref) object `ctx` with the given Q-function `qf`.
106 function set_context!(qf::QFunction, ctx)
112 function get_field_sizes(qf::AbstractQFunction)
141 function apply!(qf::QFunction, Q, vin, vout)