Lines Matching defs:self

31     def __init__(self, resource="/cpu/self", on_error="store"):  argument
50 def __repr__(self): argument
54 def __str__(self): argument
71 def _check_error(self, err_code): argument
79 def get_resource(self): argument
93 def get_preferred_memtype(self): argument
107 def scalar_type(self): argument
118 def gauss_quadrature(self, q): argument
150 def lobatto_quadrature(self, q): argument
184 def Vector(self, size): argument
196 def ElemRestriction(self, nelem, elemsize, ncomp, compstride, lsize, offsets, argument
224 def OrientedElemRestriction(self, nelem, elemsize, ncomp, compstride, lsize, argument
257 def CurlOrientedElemRestriction(self, nelem, elemsize, ncomp, compstride, lsize, argument
290 def StridedElemRestriction(self, nelem, elemsize, ncomp, lsize, strides): argument
312 def BlockedElemRestriction(self, nelem, elemsize, blksize, ncomp, compstride, argument
344 def BlockedOrientedElemRestriction(self, nelem, elemsize, blksize, ncomp, compstride, argument
381 def BlockedCurlOrientedElemRestriction(self, nelem, elemsize, blksize, ncomp, compstride, argument
418 def BlockedStridedElemRestriction(self, nelem, elemsize, blksize, ncomp, argument
443 def BasisTensorH1(self, dim, ncomp, P1d, Q1d, interp1d, grad1d, argument
470 def BasisTensorH1Lagrange(self, dim, ncomp, P, Q, qmode): argument
488 def BasisH1(self, topo, ncomp, nnodes, nqpts, interp, grad, qref, qweight): argument
514 def BasisHdiv(self, topo, ncomp, nnodes, nqpts, interp, div, qref, qweight): argument
540 def BasisHcurl(self, topo, ncomp, nnodes, nqpts, argument
568 def QFunction(self, vlength, f, source): argument
584 def QFunctionByName(self, name): argument
596 def IdentityQFunction(self, size, inmode, outmode): argument
609 def QFunctionContext(self): argument
618 def Operator(self, qf, dqf=None, qdfT=None): argument
633 def CompositeOperator(self): argument
642 def __del__(self): argument