37 #include "../../Common/include/mpi_structure.hpp" 41 #include "../../Common/include/gauss_structure.hpp" 42 #include "../../Common/include/element_structure.hpp" 50 #include "../../Common/include/geometry_structure.hpp" 51 #include "../../Common/include/config_structure.hpp" 52 #include "../../Common/include/interpolation_structure.hpp" 65 unsigned short GetnZone(
string val_mesh_filename,
unsigned short val_format,
CConfig *config);
73 unsigned short GetnDim(
string val_mesh_filename,
unsigned short val_format);
Headers of the main subroutines for generating the file outputs. The subroutines and functions are in...
Parent class for defining the geometry of the problem (complete geometry, multigrid agglomerated geom...
Definition: geometry_structure.hpp:72
Headers of the main subroutines for space and time integration. The subroutines and functions are in ...
Headers of the main subroutines used by SU2_CFD. The subroutines and functions are in the definition_...
unsigned short GetnDim(string val_mesh_filename, unsigned short val_format)
Gets the number of dimensions in the mesh file.
Headers of the main subroutines for the dumerical definition of the problem. The subroutines and func...
unsigned short GetnZone(string val_mesh_filename, unsigned short val_format, CConfig *config)
Gets the number of zones in the mesh file.
Headers of the transfer structure The subroutines and functions are in the transfer_structure.cpp and transfer_physics.cpp files.
Headers of the main subroutines for driving single or multi-zone problems. The subroutines and functi...
Headers of the main subroutines for solving partial differential equations. The subroutines and funct...
void Partition_Analysis(CGeometry *geometry, CConfig *config)
Performs an analysis of the mesh partitions for distributed memory calculations.
Definition: definition_structure.cpp:37
Main class for defining the problem; basically this class reads the configuration file...
Definition: config_structure.hpp:68