Skip to content

Scientific Learning Project for the Monodomain Equation

Notifications You must be signed in to change notification settings

suurajroshan/SL2024USI

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

22 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Running the FEM Code

To run the Finite Element Method (FEM) code, follow these steps:

  1. Change to the FEM directory.
  2. Execute the main.m script in MATLAB.

Steps

  1. Open MATLAB.

  2. Change the current directory to the FEM directory by executing the following command in the MATLAB command window:

    cd ./FEM
  3. Run the main.m script by executing:

    main

Example

In MATLAB, you can run the following commands:

cd ./FEM
main

Releases

No releases published

Packages

No packages published

Languages

  • Jupyter Notebook 91.3%
  • MATLAB 8.7%