Below are software codes for "Boundary Elements. An Introductory Course." by C.A. Brebbia and J. Dominguez.

They consist of six FORTRAN codes and nine data files. Each FORTRAN file contains one main program and all the associate subroutines in such a way that each file only needs to be compiled and linked with the FORTRAN library to be ready to run.

The FORTRAN files are:

  • POCONBE.FOR: Potential Constant Boundary Elements Program
  • POLINBE.FOR: Potential Linear Boundary Elements Program
  • POQUABE.FOR: Potential Quadratic Boundary Elements Program
  • POMCOBE.FOR: Potential Multiboundary Constant Boundary Elements Program
  • ELCONBE.FOR: Elastic Constant Boundary Elements Program
  • ELQUABE.FOR: Elastic Quadratic Boundary Elements Program

The data files are

  • PC12HF.DAT: Heat Flow Problem using 12 Constant Elements (Example 2.1)
  • PL12HF.DAT: Heat Flow Problem using 12 Linear Elements (Example 2.2)
  • PL04HF.DAT: Heat Flow Problem using 4 Linear Elements (Example 2.3)
  • PQ10ES.DAT: Elliptical Section under Torsion using 10 Quadratic Elements (Example 2.4)
  • PQ05ES.DAT: Elliptical Section under Torsion using 5 Quadratic Elements (Example 2.5)
  • EC24CC.DAT: Circular Cavity under Internal Pressure using 24 Constant Elements (Example 4.1)
  • EQ12CC.DAT: Circular Cavity under Internal Pressure using 12 Quadratic Elements (Example 4.2)
  • EQ06RP.DAT: Rectangular Plate under Flexural Moment using 6 Quadratic Elements (Example 4.3)
  • EQ12CB.DAT: Cantilever Beam under Flexure using 12 Quadratic Elements (Example 4.4)

Files for download:

Please note all files are compressed as ZIP archives.