Home
last modified time | relevance | path

Searched defs:ncomp (Results 1 – 9 of 9) sorted by relevance

/libCEED/python/
H A Dceed.py196 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
[all …]
H A Dceed_elemrestriction.py176 def __init__(self, ceed, nelem, elemsize, ncomp, compstride, lsize, offsets, argument
209 def __init__(self, ceed, nelem, elemsize, ncomp, compstride, lsize, offsets, argument
248 def __init__(self, ceed, nelem, elemsize, ncomp, compstride, lsize, offsets, argument
288 def __init__(self, ceed, nelem, elemsize, ncomp, lsize, strides): argument
314 def __init__(self, ceed, nelem, elemsize, blksize, ncomp, compstride, lsize, argument
375 def __init__(self, ceed, nelem, elemsize, blksize, ncomp, compstride, lsize, argument
406 def __init__(self, ceed, nelem, elemsize, blksize, ncomp, compstride, lsize, argument
437 def __init__(self, ceed, nelem, elemsize, blksize, ncomp, lsize, strides): argument
H A Dceed_basis.py122 def __init__(self, ceed, dim, ncomp, P1d, Q1d, interp1d, grad1d, argument
286 def __init__(self, ceed, dim, ncomp, P, Q, qmode): argument
305 def __init__(self, ceed, topo, ncomp, nnodes, argument
346 def __init__(self, ceed, topo, ncomp, nnodes, argument
387 def __init__(self, ceed, topo, ncomp, nnodes, argument
/libCEED/julia/LibCEED.jl/src/
H A DBasis.jl53 function create_tensor_h1_lagrange_basis(c::Ceed, dim, ncomp, p, q, quad_mode::QuadMode) argument
81 ncomp, argument
137 ncomp, argument
195 ncomp, argument
253 ncomp, argument
H A DElemRestriction.jl74 ncomp, argument
140 ncomp, argument
210 ncomp, argument
256 function create_elem_restriction_strided(c::Ceed, nelem, elemsize, ncomp, lsize, strides) argument
/libCEED/julia/LibCEED.jl/examples/
H A Dcommon.jl33 ncomp, argument
H A Dex1-volume-c.jl89 ncomp, argument
/libCEED/rust/libceed/src/
H A Delem_restriction.rs595 let mut ncomp = 0; in num_components() localVariable
H A Dbasis.rs455 let mut ncomp = 0; in num_components() localVariable