Searched refs:quad (Results 1 – 9 of 9) sorted by relevance
| /libCEED/include/ceed/jit-source/cuda/ |
| H A D | cuda-ref-qfunction.h | 16 inline __device__ void readQuads(const CeedInt quad, const CeedInt num_qpts, const CeedScalar *d_u,… in readQuads() argument 18 r_u[comp] = d_u[quad + num_qpts * comp]; in readQuads() 26 inline __device__ void writeQuads(const CeedInt quad, const CeedInt num_qpts, const CeedScalar *r_v… in writeQuads() argument 28 d_v[quad + num_qpts * comp] = r_v[comp]; in writeQuads()
|
| H A D | cuda-shared-basis-tensor-templates.h | 649 const bool quad = (data.t_id_x < Q_1D && data.t_id_y < Q_1D); in WeightTensor3d() local 650 const CeedScalar pw = quad ? q_weight_1d[data.t_id_x] * q_weight_1d[data.t_id_y] : 0.0; in WeightTensor3d() 652 w[q] = quad ? pw * q_weight_1d[q] : 0.0; in WeightTensor3d()
|
| /libCEED/include/ceed/jit-source/hip/ |
| H A D | hip-ref-qfunction.h | 16 inline __device__ void readQuads(const CeedInt quad, const CeedInt num_qpts, const CeedScalar *d_u,… in readQuads() argument 18 r_u[comp] = d_u[quad + num_qpts * comp]; in readQuads() 26 inline __device__ void writeQuads(const CeedInt quad, const CeedInt num_qpts, const CeedScalar *r_v… in writeQuads() argument 28 d_v[quad + num_qpts * comp] = r_v[comp]; in writeQuads()
|
| H A D | hip-shared-basis-tensor-templates.h | 647 const bool quad = (data.t_id_x < Q_1D && data.t_id_y < Q_1D); in WeightTensor3d() local 648 const CeedScalar pw = quad ? q_weight_1d[data.t_id_x] * q_weight_1d[data.t_id_y] : 0.0; in WeightTensor3d() 650 w[q] = quad ? pw * q_weight_1d[q] : 0.0; in WeightTensor3d()
|
| /libCEED/examples/solids/ |
| H A D | index.md | 57 = 0, \quad \forall \bm v \in \mathcal V, 413 = 0, \quad \forall \bm v \in \mathcal V, 461 &\quad + 2(\mu_1 + 2\mu_2 - \lambda \log J) \bm C^{-1} \diff\bm E \bm C^{-1} \\ 462 &\quad + 2 \mu_2 \Big[ \trace (\diff\bm E) \bm I_3 - \diff\bm E\Big] . 516 \int_{\Omega_0} \nabla_X \bm v \!:\! \diff\bm P dV = \text{rhs}, \quad \forall \bm v \in \mathcal V…
|
| /libCEED/examples/fluids/ |
| H A D | index.md | 678 $$ u_1 = u_{\max} \left [ 1 - \left ( \frac{x_2}{H}\right)^2 \right] \quad \quad u_2 = u_3 = 0$$ 748 \kappa^n = \kappa_{\min} (1 + \alpha)^{n-1} \ , \quad \forall n=1, 2, ... , N 754 q^n = \frac{E(\kappa^n) \Delta \kappa^n}{\sum^N_{n=1} E(\kappa^n)\Delta \kappa^n} \ ,\quad \Delta \… 760 f_\eta = \exp \left[-(12\kappa /\kappa_\eta)^2 \right], \quad
|
| /libCEED/doc/papers/joss/ |
| H A D | paper.md | 87 $$ v^T F(u) := \int_\Omega v \cdot f_0(u, \nabla u) + \nabla v \!:\! f_1(u, \nabla u) = 0 \quad \fo…
|
| /libCEED/doc/sphinx/source/ |
| H A D | libCEEDapi.md | 164 …sor-product structure of the degrees of freedom and quadrature points on *quad* and *hex* elements…
|
| /libCEED/examples/nek/bps/ |
| H A D | bps.usr | 1497 ju(i)=ju(i)*h2(i) !! h2 must be on the fine grid, w/ quad wts
|