managing a stretched zone in Cartesian meshes
More...
#include <stretchZone.h>
|
| stretchZone (double startAt, double endtAt, double factor, int numberCells) |
| improved stretched zone constructor
|
|
virtual | ~stretchZone () |
|
int | stretching (std::vector< double > &dX, std::vector< double > &posX) |
|
|
double | m_startAt |
| zone starting position along corresponding axis
|
|
double | m_endAt |
| zone ending position along corresponding axis
|
|
double | m_factor |
| stretching factor (1. is no stretching)
|
|
int | m_numberCells |
| number of cells in the stretched zone
|
|
managing a stretched zone in Cartesian meshes
◆ stretchZone()
stretchZone::stretchZone |
( |
double |
startAt, |
|
|
double |
endtAt, |
|
|
double |
factor, |
|
|
int |
numberCells |
|
) |
| |
improved stretched zone constructor
◆ ~stretchZone()
stretchZone::~stretchZone |
( |
| ) |
|
|
virtual |
◆ stretching()
int stretchZone::stretching |
( |
std::vector< double > & |
dX, |
|
|
std::vector< double > & |
posX |
|
) |
| |
◆ verifyStretching()
int stretchZone::verifyStretching |
( |
std::vector< stretchZone > & |
tabStretch, |
|
|
const double |
l, |
|
|
std::string |
fileName = "" |
|
) |
| |
|
static |
◆ m_endAt
double stretchZone::m_endAt |
|
private |
zone ending position along corresponding axis
◆ m_factor
double stretchZone::m_factor |
|
private |
stretching factor (1. is no stretching)
◆ m_numberCells
int stretchZone::m_numberCells |
|
private |
number of cells in the stretched zone
◆ m_startAt
double stretchZone::m_startAt |
|
private |
zone starting position along corresponding axis
The documentation for this class was generated from the following files:
- /Users/fabien/depotsSephiroth/gitLab/ECOGEN/ecogen/src/Meshes/stretchZone.h
- /Users/fabien/depotsSephiroth/gitLab/ECOGEN/ecogen/src/Meshes/stretchZone.cpp