This repository contains an implementation of the Scaled Boundary Finite Element Method (SBFEM) for 2D problems, focusing on plain stress and plain strain elements in Fortran.
Before you begin, ensure you have the following prerequisites installed on your system:
- Fortran Compiler:
- gfortran or any modern Fortran compiler supporting Fortran 2008 or later.
- Dependencies:
- jacobwilliams/json-fortran json-fortran
- Gnuplot: Used for generating plots and visualizing results.
- Ford: For generating project documentation from comments.
-Installation -Usage -Contributing -Notes -Documentation -License
Follow these steps to get your development environment set up:
Navigate to the project directory and compile the project using Makefile. Run the following commands in your terminal:
make