Skip to content

Commit ad9ac52

Browse files
committed
paraview
1 parent fba3cd3 commit ad9ac52

2 files changed

Lines changed: 21 additions & 21 deletions

File tree

source/1_requirements.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ This page summarizes the system requirements and dependencies of NekRS.
2323
Add-on Libs
2424
-----------------
2525
1. ParaView
26-
ParaView is a powerful open-source visualization tool that can be used to visualize the results of 3D FTLE computations. We also integrated the ParaView entrance into our GUI, so you can directly open ParaView from it.
26+
<ParaView> is a powerful open-source visualization tool that can be used to visualize the results of 3D FTLE computations. We also integrated the ParaView entrance into our GUI, so you can directly open ParaView from it. The ParaView installation-free package (v6.0) can be downloaded from `official <https://www.paraview.org/paraview-downloads/download.php?submit=Download&version=v6.0&type=binary&os=Windows&downloadFile=ParaView-6.0.0-RC1-MPI-Windows-Python3.12-msvc2017-AMD64.zip>`__.
2727

2828
Quickstart
2929
-----------------

source/6_inputdeck.rst

Lines changed: 20 additions & 20 deletions
Original file line numberDiff line numberDiff line change
@@ -5,27 +5,27 @@ Input Deck for Solver Parameters
55

66
To become
77

8-
================== ============================ ================== =================================================
9-
Variable Name Size Device? Meaning
10-
================== ============================ ================== =================================================
11-
``comm`` 1 MPI communicator
12-
``device`` 1 backend device
13-
``dim`` 1 spatial dimension of mesh
14-
``elementInfo`` ``Nelements`` phase of element (0 = fluid, 1 = solid)
8+
================== ============================ =================================================
9+
Variable Name Size Meaning
10+
================== ============================ =================================================
11+
``comm`` 1 MPI communicator
12+
``device`` 1 backend device
13+
``dim`` 1 spatial dimension of mesh
14+
``elementInfo`` ``Nelements`` phase of element (0 = fluid, 1 = solid)
1515
``EToB`` ``Nelements * Nfaces`` :math:`\checkmark` boundary ID for each face
16-
``N`` 1 polynomial order for each dimension
17-
``NboundaryFaces`` 1 *total* number of faces on a boundary (rank sum)
18-
``Nelements`` 1 number of elements
19-
``Nfaces`` 1 number of faces per element
20-
``Nfp`` 1 number of quadrature points per face
21-
``Np`` 1 number of quadrature points per element
22-
``rank`` 1 parallel process rank
23-
``size`` 1 size of MPI communicator
24-
``vmapM`` ``Nelements * Nfaces * Nfp`` :math:`\checkmark` quadrature point index for faces on boundaries
25-
``x`` ``Nelements * Np`` :math:`\checkmark` :math:`x`-coordinates of quadrature points
26-
``y`` ``Nelements * Np`` :math:`\checkmark` :math:`y`-coordinates of quadrature points
27-
``z`` ``Nelements * Np`` :math:`\checkmark` :math:`z`-coordinates of quadrature points
28-
================== ============================ ================== =================================================
16+
``N`` 1 polynomial order for each dimension
17+
``NboundaryFaces`` 1 *total* number of faces on a boundary (rank sum)
18+
``Nelements`` 1 number of elements
19+
``Nfaces`` 1 number of faces per element
20+
``Nfp`` 1 number of quadrature points per face
21+
``Np`` 1 number of quadrature points per element
22+
``rank`` 1 parallel process rank
23+
``size`` 1 size of MPI communicator
24+
``vmapM`` ``Nelements * Nfaces * Nfp`` quadrature point index for faces on boundaries
25+
``x`` ``Nelements * Np`` :math:`x`-coordinates of quadrature points
26+
``y`` ``Nelements * Np`` :math:`y`-coordinates of quadrature points
27+
``z`` ``Nelements * Np`` :math:`z`-coordinates of quadrature points
28+
================== ============================ =================================================
2929

3030
.. _flow_vars:
3131

0 commit comments

Comments
 (0)