|
Nektar++
|
#include <cstdio>#include <cstdlib>#include <MultiRegions/ExpList.h>#include <MultiRegions/ExpList2D.h>

Go to the source code of this file.
Functions | |
| void | Computestreakpositions (MultiRegions::ExpListSharedPtr &streak, Array< OneD, NekDouble > &xc, Array< OneD, NekDouble > &yc, NekDouble cr, NekDouble trans=NekConstants::kNekUnsetDouble) |
| void Computestreakpositions | ( | MultiRegions::ExpListSharedPtr & | streak, |
| Array< OneD, NekDouble > & | xc, | ||
| Array< OneD, NekDouble > & | yc, | ||
| NekDouble | cr, | ||
| NekDouble | trans = NekConstants::kNekUnsetDouble |
||
| ) |
Definition at line 119 of file ExtractCriticalLayer.cpp.
References ASSERTL0, Nektar::MultiRegions::eY, Nektar::NekConstants::kNekUnsetDouble, npts, Vmath::Vmax(), and Vmath::Vmin().
Referenced by GetStreakLocation(), and main().
1.8.1.2