Getting Started

15 minutes basic


  Lesson Objectives

  Setup a browser-based MFEM development environment.
  Run a simple MFEM code to test the environment.

  Note

  If you are part of the HPC software tutorial series, use the URLs sent by the Slackbot when it starts your development container. For example, the Slackbot message includes URLs for VS Code and GLVis like https://SESSION.mfem.hpcic.training?folder=/home/euler/mfem and https://SESSION.mfem.hpcic.training/glvis/live/?socket=/glvis-ws.

  If you are running a Docker container locally, follow the local URLs in the Local Docker Container page.


  Set up VS Code

  Note

The browser window contains a fully functioning copy of Visual Studio Code. You can customize it further, and adjust it similarly to the desktop version.

  Set up GLVis

In this tutorial we use GLVis for finite element visualization based on MFEM.


  Simple test


  Questions?

Ask for help in the tutorial Slack channel.

  Next Steps

Go to the Finite Element Basics page.

Back to the MFEM tutorial page