.\glvis-Windows\glvis.exe -m cylfuelcell3d-v2.msh
- Get and build (with parallel option enabled) mfem.
- Go to the mfem examples directory
cd mfem/examples
- Clone this repository
git clone https://github.com/Fuad-HH/FEMProject.git
- Build example 11 (or your code).
make ex11p
- Clone the repository
git clone https://github.com/Fuad-HH/FEMProject.git
- Run the example
mpirun -np 4 ./ex11p -m ./FEMProject/Mesh/cylfuelcell3d-v2.msh -rs 0 -rp 0 -n 1
- To visualize the result on glvis
.\glvis-Windows\glvis.exe -np 4 -m mesh -g mode_00
We are simulating a fuel cell using finite element method, solving neutron flux and temperature with two different mfem solvers and coupling them.