tdlukulu / CUDA-CFD

CUDA accelerated Computational Fluid Dynamics
2 stars 0 forks source link

New element types for the fractional step solver #24

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
Currently the fractional step solver uses hexahedral elements with 27 velocity 
nodes and 9 pressure nodes. Following can be tried

- Equal order hexahedral elements with 9 velocity and pressure  nodes.
- Serendipity hexahedral elements with 20 velocity nodes and 9 pressure nodes.
- Equal and non-equal order tetrahedral elements.

Original issue reported on code.google.com by cuneytsert on 10 Jun 2014 at 12:02