Home
last modified time | relevance | path

Searched refs:qmode (Results 1 – 6 of 6) sorted by relevance

/libCEED/rust/libceed/src/
H A Dbasis.rs189 qmode: crate::QuadMode, in create_tensor_H1_Lagrange()
192 let (dim, ncomp, P, Q, qmode) = ( in create_tensor_H1_Lagrange()
197 qmode as bind_ceed::CeedQuadMode, in create_tensor_H1_Lagrange()
200 bind_ceed::CeedBasisCreateTensorH1Lagrange(ceed.ptr, dim, ncomp, P, Q, qmode, &mut ptr) in create_tensor_H1_Lagrange()
H A Dlib.rs740 qmode: QuadMode, in basis_tensor_H1_Lagrange()
742 Basis::create_tensor_H1_Lagrange(self, dim, ncomp, P, Q, qmode) in basis_tensor_H1_Lagrange()
/libCEED/python/
H A Dceed_basis.py286 def __init__(self, ceed, dim, ncomp, P, Q, qmode): argument
295 ncomp, P, Q, qmode, self._pointer)
H A Dceed.py470 def BasisTensorH1Lagrange(self, dim, ncomp, P, Q, qmode): argument
486 return BasisTensorH1Lagrange(self, dim, ncomp, P, Q, qmode)
/libCEED/julia/LibCEED.jl/src/
H A DBasis.jl39 create_tensor_h1_lagrange_basis(ceed, dim, ncomp, p, q, qmode)
50 - `qmode`: Distribution of the $q$ quadrature points (affects order of accuracy for the
/libCEED/examples/python/
H A Dtutorial-3-basis.ipynb97 " qmode=libceed.GAUSS_LOBATTO)\n",