Skip to content

Commit

Permalink
update docs
Browse files Browse the repository at this point in the history
  • Loading branch information
jlchan committed May 26, 2021
1 parent 8523d5a commit f318cb8
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion docs/src/RefElemData.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,8 @@
* `fv`: list of vertices defining faces, e.g., `[1,2],[2,3],[3,1]` for a triangle
* `rst::NTuple{Dim,...}`: tuple of vectors of length `N_p`, each of which contains coordinates of degree ``N`` optimized polynomial interpolation points.
* `rstq::NTuple{Dim,...}`,`wq`,`Vq`: tuple of volume quadrature points, vector of weights, and quadrature interpolation matrix. Each element of `rstq` and `wq` are vectors of length ``N_q``, and `Vq` is a matrix of size ``N_q \times N_p``.
* `rstp::NTuple{Dim,...}`, `Vp`: tuple of plotting points and plotting interpolation matrix. Each element of `rstp` is a vector of length ``N_{\rm plot}``, and `Vp` is a matrix of size ``N_{\rm plot} \times N_p``.
* `N_{\rm plot}`: the degree which determines the number of plotting points `N_{p,{\rm plot}}`.
* `rstp::NTuple{Dim,...}`, `Vp`: tuple of plotting points and plotting interpolation matrix. Each element of `rstp` is a vector of length ``N_{p,{\rm plot}}``, and `Vp` is a matrix of size ``N_{p,{\rm plot}} \times N_p``.
* `rstf::NTuple{Dim,...}`,`wf`,`Vf`: tuple of face quadrature points, weights, and face interpolation matrix. Each element of `rstf` and `wf` are vectors of length ``N_f``, and `Vf` is a matrix of size ``N_f \times N_p``.
* `nrstJ::NTuple{Dim,...}`: tuple of outward reference normals, scaled by face Jacobian. Each element is a vector of length ``N_f``.
* `M`: mass matrix computed using quadrature. Size ``N_p \times N_p``
Expand Down

0 comments on commit f318cb8

Please sign in to comment.