Searched refs:qmode (Results 1 – 6 of 6) sorted by relevance
| /libCEED/rust/libceed/src/ |
| H A D | basis.rs | 189 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 D | lib.rs | 740 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 D | ceed_basis.py | 286 def __init__(self, ceed, dim, ncomp, P, Q, qmode): argument 295 ncomp, P, Q, qmode, self._pointer)
|
| H A D | ceed.py | 470 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 D | Basis.jl | 39 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 D | tutorial-3-basis.ipynb | 97 " qmode=libceed.GAUSS_LOBATTO)\n",
|