/zemingeril

Stress distribution and elasto plastic settlements under shallow foundations

Primary LanguageC++MIT LicenseMIT

ZeminGeril

A C++ programme by Bora Okumusoglu as part of his Masters Degree thesis entitled Stress distribution and elasto plastic settlements under shallow foundations.

Requirements

X11 is required to compile the code in Linux / Mac environment. Mac OS X will require XQuartz.

In Windows, nothing is required except a C++ compiler like Visual Studio(VS).

Compiling & Running

For Linux / Mac environment, simply use the makefile by

cd source
make

And then run the compiled code:

./zg

For Windows, just use the provided VS file ZeminGeril.sln to compile.

There are some precompiled files under build folder. Windows EXE file will require Microsoft Visual C++ Redistributable runtime files installed on the system.

License

MIT