Home
last modified time | relevance | path

Searched defs:destroy (Results 1 – 6 of 6) sorted by relevance

/libCEED/julia/LibCEED.jl/src/
H A DCeed.jl64 destroy(c::Ceed) = C.CeedDestroy(c.ref) # COV_EXCL_LINE function
H A DOperator.jl16 destroy(op::Operator) = C.CeedOperatorDestroy(op.ref) # COV_EXCL_LINE function
H A DQFunction.jl29 destroy(qf::QFunction) = C.CeedQFunctionDestroy(qf.ref) # COV_EXCL_LINE function
H A DElemRestriction.jl29 destroy(r::ElemRestriction) = C.CeedElemRestrictionDestroy(r.ref) # COV_EXCL_LINE function
H A DCeedVector.jl37 destroy(v::CeedVector) = C.CeedVectorDestroy(v.ref) # COV_EXCL_LINE function
H A DBasis.jl34 destroy(b::Basis) = C.CeedBasisDestroy(b.ref) # COV_EXCL_LINE function