Overture
Version 25
|
#include "SplineMapping.h"
#include "MappingInformation.h"
#include "MappingRC.h"
#include "display.h"
#include "DataPointMapping.h"
#include <float.h>
Macros | |
#define | CSGEN EXTERN_C_NAME(csgen) |
#define | CSEVAL EXTERN_C_NAME(cseval) |
#define | TSPSI EXTERN_C_NAME(tspsi) |
#define | TSPSP EXTERN_C_NAME(tspsp) |
#define | TSPSPT EXTERN_C_NAME(tspspt) |
#define | TSVAL1 EXTERN_C_NAME(tsval1) |
#define | TSVAL2 EXTERN_C_NAME(tsval2) |
#define | TSVAL3 EXTERN_C_NAME(tsval3) |
#define | ARCL2D EXTERN_C_NAME(arcl2d) |
#define | ARCL3D EXTERN_C_NAME(arcl3d) |
Functions | |
void | CSGEN (int &n, real &x, real &y, real &bcd, int &iopt) |
void | CSEVAL (int &n, real &x, real &y, real &bcd, real &u, real &s, real &sp) |
void | TSPSI (const int &N, const real &X, const real &Y, const int &NCD, const int &IENDC, const int &PER, const int &UNIFRM, const int &LWK, real &WK, real &YP, real &SIGMA, const int &IER) |
void | TSPSP (const int &N, const int &ND, const real &X, const real &Y, const real &Z, const int &NCD, const int &IENDC, const int &PER, const int &UNIFRM, const int &LWK, const real &WK, const real &T, const real &XP, const real &YP, const real &ZP, const real &SIGMA, int &IER) |
void | TSVAL1 (const int &N, const real &X, const real &Y, const real &YP, const real &SIGMA, int &IFLAG, const int &NE, real &TE, real &V, int &IER) |
void | TSVAL2 (const int &N, const real &T, const real &X, const real &Y, const real &XP, const real &YP, const real &SIGMA, const int &IFLAG, const int &NE, real &TE, real &VX, real &VY, int &IER) |
void | TSVAL3 (const int &N, const real &T, const real &X, const real &Y, const real &Z, const real &XP, const real &YP, const real &ZP, const real &SIGMA, const int &IFLAG, const int &NE, const real &TE, real &VX, real &VY, real &VZ, int &IER) |
void | ARCL2D (const int &N, const real &X, const real &Y, real &T, int &IER) |
void | ARCL3D (const int &N, const real &X, const real &Y, const real &Z, real &T, int &IER) |
void | TSPSPT (const int &N, const int &ND, const real &X, const real &Y, const real &Z, const int &NCD, const int &IENDC, const int &PER, const int &UNIFRM, const int &LWK, const real &WK, const real &T, const real &XP, const real &YP, const real &ZP, const real &SIGMA, int &IER) |
int | equidistribute (const RealArray &w, RealArray &r) |
#define ARCL2D EXTERN_C_NAME(arcl2d) |
Referenced by SplineMapping::initialize().
#define ARCL3D EXTERN_C_NAME(arcl3d) |
Referenced by SplineMapping::initialize().
#define CSEVAL EXTERN_C_NAME(cseval) |
Referenced by SplineMapping::mapS().
#define CSGEN EXTERN_C_NAME(csgen) |
Referenced by SplineMapping::initialize().
#define TSPSI EXTERN_C_NAME(tspsi) |
Referenced by SplineMapping::initialize().
#define TSPSP EXTERN_C_NAME(tspsp) |
#define TSPSPT EXTERN_C_NAME(tspspt) |
Referenced by SplineMapping::initialize().
#define TSVAL1 EXTERN_C_NAME(tsval1) |
Referenced by SplineMapping::mapS().
#define TSVAL2 EXTERN_C_NAME(tsval2) |
Referenced by SplineMapping::mapS().
#define TSVAL3 EXTERN_C_NAME(tsval3) |
Referenced by SplineMapping::mapS().
void TSPSI | ( | const int & | N, |
const real & | X, | ||
const real & | Y, | ||
const int & | NCD, | ||
const int & | IENDC, | ||
const int & | PER, | ||
const int & | UNIFRM, | ||
const int & | LWK, | ||
real & | WK, | ||
real & | YP, | ||
real & | SIGMA, | ||
const int & | IER | ||
) |
void TSPSP | ( | const int & | N, |
const int & | ND, | ||
const real & | X, | ||
const real & | Y, | ||
const real & | Z, | ||
const int & | NCD, | ||
const int & | IENDC, | ||
const int & | PER, | ||
const int & | UNIFRM, | ||
const int & | LWK, | ||
const real & | WK, | ||
const real & | T, | ||
const real & | XP, | ||
const real & | YP, | ||
const real & | ZP, | ||
const real & | SIGMA, | ||
int & | IER | ||
) |
void TSPSPT | ( | const int & | N, |
const int & | ND, | ||
const real & | X, | ||
const real & | Y, | ||
const real & | Z, | ||
const int & | NCD, | ||
const int & | IENDC, | ||
const int & | PER, | ||
const int & | UNIFRM, | ||
const int & | LWK, | ||
const real & | WK, | ||
const real & | T, | ||
const real & | XP, | ||
const real & | YP, | ||
const real & | ZP, | ||
const real & | SIGMA, | ||
int & | IER | ||
) |
void TSVAL1 | ( | const int & | N, |
const real & | X, | ||
const real & | Y, | ||
const real & | YP, | ||
const real & | SIGMA, | ||
int & | IFLAG, | ||
const int & | NE, | ||
real & | TE, | ||
real & | V, | ||
int & | IER | ||
) |
void TSVAL2 | ( | const int & | N, |
const real & | T, | ||
const real & | X, | ||
const real & | Y, | ||
const real & | XP, | ||
const real & | YP, | ||
const real & | SIGMA, | ||
const int & | IFLAG, | ||
const int & | NE, | ||
real & | TE, | ||
real & | VX, | ||
real & | VY, | ||
int & | IER | ||
) |