Skip to content

Latest commit

 

History

History
32 lines (20 loc) · 686 Bytes

README.md

File metadata and controls

32 lines (20 loc) · 686 Bytes

FreeFEM language for VSCode

Features

  • A command to run current FreeFEM file, accessible via command palette, editor menu or key binding shift+cmd+r. It parses the current file for number of MPI processes and parameters.

    Example for using -wg -ns flags and 4 MPI processes:

    // NBPROC 4
    // PARAM -wg -ns
  • Syntax highlighting for markdown preview.

Release Notes

See CHANGELOG.md.

License

MIT