Lines Matching refs:function
8 @inline function extract_context(ptr, ::Type{T}) where {T}
12 @inline function extract_array(ptr, idx, dims)
16 function generate_user_qfunction(
72 @inline function $qf1(
109 @inline function $qf2($ctx_ptr::Ptr{Cvoid}, $(array_names...))
136 function meta_user_qfunction(ceed, def_module, qf, args)
194 Creates a user-defined interior (volumetric) Q-function, and assigns it to a variable named
195 `name`. The definition of the Q-function is given as:
208 constants in the Q-function. For example, if `dim` is a variable set to the dimension of the
209 problem, then `dim=dim` will make `dim` available in the body of the Q-function as a
212 If the user wants to provide a context struct to the Q-function, that can be achieved by
214 struct, and `ctx` is the name to which is will be bound in the body of the Q-function.
224 - Q-function to compute the "Q-data" for the mass operator, which is given by the quadrature