MFEM v4.7.0
Finite element discretization library
|
Go to the source code of this file.
Functions | |
void | GetTipXY (const NACA4 &foil_section, const KnotVector &kv, real_t tf, Array< Vector * > &xy) |
unique_ptr< KnotVector > | UniformKnotVector (int order, int ncp) |
unique_ptr< KnotVector > | PowerStretchKnotVector (int order, int ncp, real_t s=0.0) |
unique_ptr< KnotVector > | TanhKnotVector (int order, int ncp, real_t c) |
unique_ptr< KnotVector > | DoubleTanhKnotVector (int order, int ncp, real_t c) |
real_t | FlairBoundDist (real_t flair, real_t bd, real_t x) |
int | main (int argc, char *argv[]) |
unique_ptr< KnotVector > DoubleTanhKnotVector | ( | int | order, |
int | ncp, | ||
real_t | c ) |
Definition at line 788 of file nurbs_naca_cmesh.cpp.
Definition at line 816 of file nurbs_naca_cmesh.cpp.
void GetTipXY | ( | const NACA4 & | foil_section, |
const KnotVector & | kv, | ||
real_t | tf, | ||
Array< Vector * > & | xy ) |
Definition at line 660 of file nurbs_naca_cmesh.cpp.
int main | ( | int | argc, |
char * | argv[] ) |
Definition at line 119 of file nurbs_naca_cmesh.cpp.
unique_ptr< KnotVector > PowerStretchKnotVector | ( | int | order, |
int | ncp, | ||
real_t | s = 0.0 ) |
Definition at line 747 of file nurbs_naca_cmesh.cpp.
unique_ptr< KnotVector > TanhKnotVector | ( | int | order, |
int | ncp, | ||
real_t | c ) |
Definition at line 768 of file nurbs_naca_cmesh.cpp.
unique_ptr< KnotVector > UniformKnotVector | ( | int | order, |
int | ncp ) |
Definition at line 728 of file nurbs_naca_cmesh.cpp.