DBEM
Direct Boundary Element Method for 2D Elastic Stress


DBEM is a FORTRAN77 program which uses the direct boundary element method (DBEM) to analyze a problem in 2D elastic stress.

Related Data and Programs:

FEM2D_HEAT is a FORTRAN90 program which solves the 2D time dependent heat equation on the unit square.

FEM2D_POISSON is a FORTRAN90 program which solves the 2D Poisson equation on a rectangle, using the finite element method, and piecewise quadratic triangular elements.

FEM2D_SAMPLE is a FORTRAN77 program library which evaluates a finite element function defined on an order 3 or order 6 triangulation.

FREE_FEM_HEAT is a FORTRAN90 program which uses the finite element method and the backward Euler method to solve the 2D time-dependent heat equation on an arbitrary triangulated region.

FREE_FEM_NAVIER_STOKES is a FORTRAN90 program which solves the 2D incompressible Navier Stokes equations in an arbitrary triangulated region.

FREE_FEM_POISSON is a FORTRAN90 program which solves Poisson's equation on a triangulated region, using the finite element method.

Reference:

  1. Prasanta Banerjee, Roy Butterfield,
    Boundary Element Methods in Engineering Science,
    McGraw-Hill, 1994,
    ISBN: 0070841209,
    LC: TA347.B69.B36.

Source Code:

Examples and Tests:

List of Routines:

You can go up one level to the FORTRAN77 source codes.


Last revised on 12 December 2008.