an encyclopedia of finite element definitions
simplefem is a simple Python finite library that is used as an example in the DefElement documantation. Its source code can be found at github.com/DefElement/simplefem.
The plot above shows the number of elements passing verificiation (green line) out of the number of elements being verified (dashed black line) over time.| Element | Example | |
| Lagrange | triangle,1,equispaced | |
| triangle,2,equispaced | ||
| triangle,3,equispaced |
For each element in the table above, the verification test passes for an example if:
The algorithm used to perform verification is described in detail in the DefElement paper[1].
The symbols in the table have the following meaning:
| Verification passes | |
| Verification fails |
You can information about verification of other libraries on the verification page.
| Badge | Markdown |
| [](https://defelement.org/verification/simplefem.html) |