Lines Matching refs:topo
115 create_h1_basis(c::Ceed, topo::Topology, ncomp, nnodes, nqpts, interp, grad, qref, qweight)
121 - `topo`: [`Topology`](@ref) of element, e.g. hypercube, simplex, etc.
136 topo::Topology,
145 dim = getdimension(topo)
159 topo,
173 create_hdiv_basis(c::Ceed, topo::Topology, ncomp, nnodes, nqpts, interp, div, qref, qweight)
179 - `topo`: [`Topology`](@ref) of element, e.g. hypercube, simplex, etc.
194 topo::Topology,
203 dim = getdimension(topo)
217 topo,
231 create_hcurl_basis(c::Ceed, topo::Topology, ncomp, nnodes, nqpts, interp, curl, qref, qweight)
237 - `topo`: [`Topology`](@ref) of element, e.g. hypercube, simplex, etc.
252 topo::Topology,
261 dim = getdimension(topo)
276 topo,
370 topo = Ref{Topology}()
371 C.CeedBasisGetTopology(b[], topo)
372 topo[]