AcouSTO  version 2.0
structs.h File Reference
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Data Structures

struct  vector
 vector struct to hold triplets. More...
 
struct  panel4
 Definition of a quadrilateral panel. More...
 
struct  panel4b
 Definition of a quadrilateral panel. More...
 
struct  run_info
 Structure containing information about the run. More...
 
struct  run_details
 Details about the run. More...
 
struct  geometry
 Geometry info structure. More...
 
struct  phystag
 Physical Tags structure. More...
 
struct  sphere_geom
 Sphere. More...
 
struct  cylinder_geom
 Cylinder. More...
 
struct  plate_geom
 Plate. More...
 
struct  nodes_geom
 External geometry stored in file using acousto native format. More...
 
struct  gmsh_geom
 External geometry stored in .msh file using GMSH v2.0 format. More...
 
struct  gmsh_bc
 External geometry boundary conditions assigned with physical tags stored in .msh file using GMSH v2.0 format. // gp. More...
 
struct  modgeom_info
 General information on geometry evaluation module. More...
 
struct  geometry_struct
 Geometry common variables. More...
 
struct  modcoefac_info
 
struct  micscoefs_struct
 struct to hold Coefficients at microphones More...
 
struct  bodycoefs_struct
 struct to hold Coefficients at the body. More...
 
struct  modcoemic_info
 
struct  file_info
 Structure containing names of additional files. More...
 
struct  modsol_info
 Parameters and variables for the solution Module. More...
 
struct  acoustic_point
 Defines an acoustic point as its position and its amplitude. More...
 
struct  dipole
 
struct  solution_struct
 Holds Solution values. More...
 
struct  bc_struct
 

Enumerations

enum  SUPPORTED_SOLVERS { GMRES = 0, PSEUDOINVERSE = 1 }