Overture
Version 25
|
#include "HyperbolicMapping.h"
#include "MappingInformation.h"
#include "MappingRC.h"
#include "DataPointMapping.h"
#include "arrayGetIndex.h"
#include <float.h>
#include "EquiDistribute.h"
#include "display.h"
#include "TridiagonalSolver.h"
#include "StretchMapping.h"
#include "GenericGraphicsInterface.h"
#include "CompositeSurface.h"
#include "TrimmedMapping.h"
#include "ReductionMapping.h"
#include "NurbsMapping.h"
#include "ComposeMapping.h"
#include "SplineMapping.h"
#include "ReparameterizationTransform.h"
#include "LineMapping.h"
#include "PlaneMapping.h"
#include "EllipticGridGenerator.h"
#include "MappingProjectionParameters.h"
#include "MatchingCurve.h"
Functions | |
int | hyper (int &IFORM, int &IZSTRT, int &NZREG, int &NPZREG, real &ZREG, real &DZ0, real &DZ1, int &IBCJA, int &IBCJB, int &IBCKA, int &IBCKB, int &IVSPEC, real &EPSSS, int &ITSVOL, int &IMETH, real &SMU2, real &TIMJ, real &TIMK, int &IAXIS, real &EXAXIS, real &VOLRES, int &JMAX, int &KMAX, int &JDIM, int &KDIM, int &LMAX, real &X, real &Y, real &Z, realArray &XW, realArray &YW, realArray &ZW) |
int hyper | ( | int & | IFORM, |
int & | IZSTRT, | ||
int & | NZREG, | ||
int & | NPZREG, | ||
real & | ZREG, | ||
real & | DZ0, | ||
real & | DZ1, | ||
int & | IBCJA, | ||
int & | IBCJB, | ||
int & | IBCKA, | ||
int & | IBCKB, | ||
int & | IVSPEC, | ||
real & | EPSSS, | ||
int & | ITSVOL, | ||
int & | IMETH, | ||
real & | SMU2, | ||
real & | TIMJ, | ||
real & | TIMK, | ||
int & | IAXIS, | ||
real & | EXAXIS, | ||
real & | VOLRES, | ||
int & | JMAX, | ||
int & | KMAX, | ||
int & | JDIM, | ||
int & | KDIM, | ||
int & | LMAX, | ||
real & | X, | ||
real & | Y, | ||
real & | Z, | ||
realArray & | XW, | ||
realArray & | YW, | ||
realArray & | ZW | ||
) |