Skip to content

kinfungchan/ex-fem-user

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

ex-fem-user

Explicit Finite Element Method for Simulating Dynamic Problems

Getting Started

To Run as a User:

  • Create a virtual environment
  • Clone the repo
  • Install the requirements
  • Run!
mkdir test-ex-fem
cd test-ex-fem
python3.8 -m venv env
env\Scripts\activate.bat
git clone https://github.com/kinfungchan/ex-fem-user.git
pip install -r ex-fem-user\requirements.txt
python ex-fem-user\ex-fem\main.py

Now you can run a simple benchmark where a wave propagates through a 2D Mesh

About

Explicit Finite Element Method for Simulating Dynamic Problems

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages