Finite element code with support to embedded elements.
This is the property of The Penn State Computational Biomechanics Group. This code is being developed by Harsha Teja Garimella and Jesse Gerber under the supervision of Dr. Reuben H Kraft.
Computational Brain Biomechanics
Funding from CFD Research Corporation and ARL
Harsha T Garimella,
Ph.D. Candidate, Mechanical Engineering,
The Pennsylvania State University,
University Park, Pennsylvania, USA.
Email: [email protected]
Jesse Gerber,
M.S. Student, Mechanical Engineering,
The Pennsylvania State University,
University Park, Pennsylvania, USA.
Email: [email protected]
Reuben H. Kraft, Ph.D.
Shuman Asst. Professor,
Department of Mechanical Engineering,
Department of Biomedical Engineering,
The Pennsylvania State University,
University Park, Pennsylvania, USA.
Email: [email protected]
- cd eema
- mkdir build
- cd build
- ccmake ..
- make
- you need to compile with examples ON in the cmake configuration (step 4 above)
- navigate to ~/eema/build/examples/example-1
- ./eema_example1 . input.inp
- Please edit the Doxyfile in the 'Documentation' folder to enter correct location of the project.
- Enter the 'Documentation' folder.
- Enter the following command: "./../third-party-libs/doxygen/build/bin/doxygen <DOXYGEN-CONFIGURATION-FILE>".