Skip to content

Latest commit

 

History

History
53 lines (41 loc) · 1.57 KB

File metadata and controls

53 lines (41 loc) · 1.57 KB

PSU Compbio FEM

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.

Motivation:

Computational Brain Biomechanics

Acknowledgements:

Funding from CFD Research Corporation and ARL

Contact Details:

Harsha T Garimella,
Ph.D. Candidate, Mechanical Engineering,
The Pennsylvania State University,
University Park, Pennsylvania, USA.
Email: harshatejagarimella@gmail.com

Jesse Gerber,
M.S. Student, Mechanical Engineering,
The Pennsylvania State University,
University Park, Pennsylvania, USA.
Email: jig6@psu.edu

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: reuben.kraft@psu.edu

TO INSTALL USING CMAKE

  1. cd eema
  2. mkdir build
  3. cd build
  4. ccmake ..
  5. make

How to run the examples?

  1. you need to compile with examples ON in the cmake configuration (step 4 above)
  2. navigate to ~/eema/build/examples/example-1
  3. ./eema_example1 . input.inp

How to use doxygen?

  1. Please edit the Doxyfile in the 'Documentation' folder to enter correct location of the project.
  2. Enter the 'Documentation' folder.
  3. Enter the following command: "./../third-party-libs/doxygen/build/bin/doxygen <DOXYGEN-CONFIGURATION-FILE>".