| notation.md (cd3003229e5325bdf31f9e102d9fa328f6582fc1) | notation.md (17be3a414c6fae47654f1361bae9c9dbcdd66795) |
|---|---|
| 1(common-notation)= 2 3# Common notation 4 | 1(common-notation)= 2 3# Common notation 4 |
| 5For most of our examples, the spatial discretization 6uses high-order finite elements/spectral elements, namely, the high-order Lagrange 7polynomials defined over $P$ non-uniformly spaced nodes, the 8Gauss-Legendre-Lobatto (GLL) points, and quadrature points $\{q_i\}_{i=1}^Q$, with 9corresponding weights $\{w_i\}_{i=1}^Q$ (typically the ones given by Gauss 10or Gauss-Lobatto quadratures, that are built in the library). | 5For most of our examples, the spatial discretization uses high-order finite elements/spectral elements, namely, the high-order Lagrange polynomials defined over $P$ non-uniformly spaced nodes, the Gauss-Legendre-Lobatto (GLL) points, and quadrature points $\{q_i\}_{i=1}^Q$, with corresponding weights $\{w_i\}_{i=1}^Q$ (typically the ones given by Gauss or Gauss-Lobatto quadratures, that are built in the library). |
| 11 | 6 |
| 12We discretize the domain, $\Omega \subset \mathbb{R}^d$ (with $d=1,2,3$, 13typically) by letting $\Omega = \bigcup_{e=1}^{N_e}\Omega_e$, with $N_e$ 14disjoint elements. For most examples we use unstructured meshes for which the elements 15are hexahedra (although this is not a requirement in libCEED). | 7We discretize the domain, $\Omega \subset \mathbb{R}^d$ (with $d=1,2,3$, typically) by letting $\Omega = \bigcup_{e=1}^{N_e}\Omega_e$, with $N_e$ disjoint elements. 8For most examples we use unstructured meshes for which the elements are hexahedra (although this is not a requirement in libCEED). |
| 16 | 9 |
| 17The physical coordinates are denoted by 18$\bm{x}=(x,y,z) \equiv (x_0,x_1,x_2) \in\Omega_e$, 19while the reference coordinates are represented as 20$\bm{X}=(X,Y,Z) \equiv (X_0,X_1,X_2) \in \textrm{I}=[-1,1]^3$ 21(for $d=3$). | 10The physical coordinates are denoted by $\bm{x}=(x,y,z) \equiv (x_0,x_1,x_2) \in\Omega_e$, while the reference coordinates are represented as $\bm{X}=(X,Y,Z) \equiv (X_0,X_1,X_2) \in \textrm{I}=[-1,1]^3$ (for $d=3$). |