/Volume_nonStationary_acoustics

Volumetric nonstarionary acoustics integral equation solution by numerical methods

Primary LanguagePythonApache License 2.0Apache-2.0

Volume_nonStationary_acoustics

Volumetric nonstarionary acoustics integral equation solution by numerical methods

Project structure

  1. The directory ./iterations_lib/ contains python package of iterative algorithms for solving systems of linear equations by BiCGStab, One- a Two-step gradiend descend methods, FPI and GFPI
  2. The directory ./volume/ contains: gmsh parser, algos for computing shapes in 3 dimensional space, solver of non-stationary acoustic equations in the volumetric formulation
  3. The directory