Hi Neks,
I've recently run some test cases using the Nek5000, and I have some confusions about the solver:
1. In file "SIZE", lx1 is defined as the "GLL points per element along each direction", does it represent the mesh refinement? I have a simulation, it works well with lx1=2, but when we increase lx1 to 4 or 6, the simulation will diverge quickly.
2. When we use lx1=8, each element is divided into 8 nodes in each direction, but such division is not uniform within each element: the division is finer at the edge of each element, does anyone know the reason for this?
3. In [GENERAL] section of file xxx.par, we need to define the polynomialOrder, is this the order of the spatial discretisation in the solver? If I don't define this value, what is the default value?
4. Are these two values, lx1 in file SIZE and polynomialOrder in file xxx.par relevant to each other?
Regards!
Jundi