FERRO
Version 0
Finite element code
|
Download the following libraries:
Copy the code folder into a directory. In the following, we assume that source code directory is called
C:\Ferro\src\
and the Boost and Eigen libraries are located at:
C:\Ferro\libraries\boost_1_71_0 C:\Ferro\libraries\eigen_3_3_7
In Visual Studio, right click on "ferro" under the Solution Explorer and select "Properties. Under "Configuration Properties" -> "VC++Directories" -> "Include Directories", input the following directories:
C:\Ferro\src\ELEMENTS C:\Ferro\src\MATERIALS C:\Ferro\src\MECHANICS C:\Ferro\src\NODE C:\Ferro\src\POSTPROCESS C:\Ferro\src\PREPROCESS C:\Ferro\libraries\boost_1_71_0 C:\Ferro\libraries\eigen_3_3_7
The above folders need to be separated by a semi-colon in the input. The location of the include directories need to be specified for both Release and Debug configurations.