Tag: Finite Element Methods
-
MFEM Tutorials (1) Simplest MFEM of Laplace Problem
Description This example code demonstrates the most basic usage of MFEM to define a simple finite element discretization of the Laplace problem with zero Dirichlet boundary conditions. General 2D/3D mesh files and finite element polynomial degrees can be specified by command line options. Parse command line options This code includes the header files for the…