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) |
int | main (int argc, char *argv[]) |
void Computestreakpositions | ( | MultiRegions::ExpListSharedPtr & | streak, |
Array< OneD, NekDouble > & | xc, | ||
Array< OneD, NekDouble > & | yc, | ||
NekDouble | cr, | ||
NekDouble | trans | ||
) |
Definition at line 119 of file ExtractCriticalLayer.cpp.
Referenced by GetStreakLocation(), and main().
int main | ( | int | argc, |
char * | argv[] | ||
) |
Definition at line 49 of file ExtractCriticalLayer.cpp.
References Computestreakpositions(), and npts.