122 void SetComplete_Refinement(
CGeometry *geometry,
unsigned short strength);
129 void SetNo_Refinement(
CGeometry *geometry,
unsigned short strength);
136 void SetWake_Refinement(
CGeometry *geometry,
unsigned short strength);
173 long CheckTriangleCode(
bool *AdaptCode);
180 long CheckRectCode(
bool *AdaptCode);
187 long CheckRectExtCode(
bool *AdaptCode);
194 long CheckTetraCode(
bool *AdaptCode);
201 long CheckHexaCode(
bool *AdaptCode);
208 long CheckPyramCode(
bool *AdaptCode);
218 void TriangleDivision(
long code,
long *nodes,
long *edges,
long **Division,
long *nPart);
228 void RectDivision(
long code,
long *nodes,
long **Division,
long *nPart);
238 void RectExtDivision(
long code,
long *nodes,
long **Division,
long *nPart);
248 void TetraDivision(
long code,
long *nodes,
long *edges,
long **Division,
long *nPart);
258 void HexaDivision(
long code,
long *nodes,
long **Division,
long *nPart);
268 void PyramDivision(
long code,
long *nodes,
long **Division,
long *nPart);
276 void SetIndicator_Flow(
CGeometry *geometry,
CConfig *config,
unsigned short strength);
284 void SetIndicator_Adj(
CGeometry *geometry,
CConfig *config,
unsigned short strength);
341 void SetSensorElem(
CGeometry *geometry,
CConfig *config,
unsigned long max_elem);
Headers of the main subroutines for creating the geometrical structure. The subroutines and functions...
unsigned long nPoint_new
Number of new points.
Definition: grid_adaptation_structure.hpp:57
su2double ** Gradient_Flow
Gradient of the flow variables.
Definition: grid_adaptation_structure.hpp:70
All the information about the definition of the physical problem. The subroutines and functions are i...
Parent class for defining the geometry of the problem (complete geometry, multigrid agglomerated geom...
Definition: geometry_structure.hpp:72
su2double * Index
Adaptation index (indicates the value of the adaptation).
Definition: grid_adaptation_structure.hpp:73
In-Line subroutines of the grid_adaptation_structure.hpp file.
Headers of the mpi interface for generalized datatypes. The subroutines and functions are in the mpi_...
su2double ** ConsVar_Sol
Conservative variables (original solution).
Definition: grid_adaptation_structure.hpp:61
unsigned short nVar
Number of variables in the problem.
Definition: grid_adaptation_structure.hpp:59
Class for reading a defining the primal grid which is read from the grid file in .su2 format.
Definition: geometry_structure.hpp:945
su2double ** LinVar_Sol
Linear variables (original solution).
Definition: grid_adaptation_structure.hpp:67
Parent class for defining the grid adaptation.
Definition: grid_adaptation_structure.hpp:55
Main class for defining the problem; basically this class reads the configuration file...
Definition: config_structure.hpp:68
su2double ** AdjVar_Sol
Adjoint variables (original solution).
Definition: grid_adaptation_structure.hpp:64