Skip to content

NMPDE project: Fisher-Kolmogorov equation for neurodegenerative diseases. Group composed by: Allanda Marco, Carrà Edoardo, Ferrario Daniele, Gentile Lorenzo

Notifications You must be signed in to change notification settings

edo01/nmpde-neurodegenerative-diseases

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

42 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Organizing the source code

Please place all your sources into the src folder.

Binary files must not be uploaded to the repository (including executables).

Mesh files should not be uploaded to the repository. If applicable, upload gmsh scripts with suitable instructions to generate the meshes (and ideally a Makefile that runs those instructions). If not applicable, consider uploading the meshes to a different file sharing service, and providing a download link as part of the building and running instructions.

Compiling

To build the executable, make sure you have loaded the needed modules with

$ module load gcc-glibc dealii

Then run the following commands:

$ mkdir build
$ cd build
$ cmake ..
$ make

The executable will be created into build, and can be executed through

$ ./executable-name

About

NMPDE project: Fisher-Kolmogorov equation for neurodegenerative diseases. Group composed by: Allanda Marco, Carrà Edoardo, Ferrario Daniele, Gentile Lorenzo

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • C++ 96.7%
  • CMake 2.1%
  • GLSL 1.2%