C *********************************************************************** C * Fortran Codes for The Boundary Element Method in Acoustics (3D) * C * * C * by Stephen Kirkup * C *********************************************************************** C C This directory contains files for three-dimensional problems: including C the interior, exterior and modal analysis problems. C C (I) To run the interior acoustic test problem: C (a) Compile the files: AIBEM3_T, AIBEM3, H3LC, GEOM3D, CGLS; C (b) Link the compiled (object) files together; C (c) Run; C (d) Results will appear in a file IBEM3.OUT. C C (E) To run the exterior acoustic test problem: C (a) Compile the files: AEBEM3_T, AEBEM3, H3LC, GEOM3D, CGLS; C (b) Link the compiled (object) files together; C (c) Run; C (d) Results will appear in a file EBEM3.OUT. C C (M) To run the modal acoustic test problem: C (a) Compile the files: AMBEM3_T, AMBEM3, H3LC, GEOM3D, INTEIG, CGEIG; C (b) Link the compiled (object) files together; C (c) Run; C (d) Results will appear in a file MBEM3.OUT. C C Notes C (1) Edit or replace the A*BEM3_T.FOR file to run other applications. C (2) File CGEIG.FOR calls a NAG routine. Change this if you do not C have NAG.