SkillAgentSearch skills...

MCSFD

No description available

Install / Use

/learn @lrquad/MCSFD
About this skill

Quality Score

0/100

Supported Platforms

Universal

README

MCSFD

Install

Install OpenMP fisrt

sudo apt-get install libomp-dev

Then clone Eigen to ./external

cd external 
git clone https://github.com/eigenteam/eigen-git-mirror.git

If you are using Windows, download glm headers folder to ./include.

If you are using linux, just

sudo apt-get install libglm-dev

Then you can just do

./run.sh c x

or

mkdir build
cd build
cmake ..
make

cd ..
./bin/main

If your system is Windows, then use

cmake -G"Visual Studio 14 2015 Win64" .. 

Switch to other examples by using set(MAINFUNC examplexxx.cpp) in ./CMakeLists.txt

If you use visual studio, you need copy 2tet.ele, 2tet.node and all xml files to visual studio project root.

View on GitHub
GitHub Stars9
CategoryDevelopment
Updated1y ago
Forks6

Languages

C++

Security Score

65/100

Audited on Jul 19, 2024

No findings