Skip to content

stprnvsh/SL2024USI

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

24 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.

Alt Text

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

Running the PINN

Alt text