Hi all,
Quick question: The user guide (v5.0) states:
"
To split a prism boundary layer on surface 11 into 3 layers with a growth rate of 2 and 7 integration points per element use the following:
NekMesh -m bl:surf=11:layers=3:r=2:nq=7 MeshOnePrismLayer.xml Mesh3PrismsLayers.xml
"
What would be the correct nq when using, say,
<E COMPOSITE="C[1]" NUMMODES="5" FIELDS="u,v,w" TYPE="MODIFIED" />
<E COMPOSITE="C[1]" NUMMODES="4" FIELDS="p" TYPE="MODIFIEDQUADPLUS1" />?
I am confused because (a) different poly order in u and p and (b) I am using dealiasing and not sure if the "integration points" above would include the extra integration points or not.
Thank you for your time.