ELL
A Problem in an L-shaped Region for FREE_FEM_POISSON
The ELL problem uses the geometry of an L-shaped region.
This is an example of how to specify a problem
to be solved by
FREE_FEM_POISSON.
This mesh, which uses 65 nodes, was created by starting with
a crude mesh, and having it refined by
TRIANGULATION_REFINE and renumbered by
TRIANGULATION_RCM.
-
ell.C,
the user-supplied routines to evaluate the right hand side,
linear coefficient, and boundary conditions;
-
ell.csh,
commands to compile the user routines, link them with
the partial program, and run the program;
-
ell.out,
output from a run of the program;
-
ell_nodes.txt,
a text file containing a list, for each node, of its X and Y
coordinates;
-
ell_nodes.png,
a PNG image of
the nodes;
-
ell_triangles.txt,
a text file containing a list, for each element, of the three
nodes that compose it;
-
ell_elements.png,
a PNG image of
the element mesh;
-
ell_solution.txt,
a text file containing the solution U at each node (X,Y);
You can go up one level to
the FREE_FEM_POISSON page.
Last revised on 14 November 2005.