Linear Finite Elements

From the governing equations in the continuous setting, we derived the discretized weak form system (nd equations) using the backward Euler time integration rule:

In this chapter, we'll start by discussing the shape function in the context of linear finite elements. This exploration will help us understand the underlying implementation detailed in Inversion-Free Elasticity.

We'll focus specifically on simplex finite elements. In 2D, the 2-simplex is a triangle, and we've consistently used triangle meshes throughout this book to discretize the solid domain into a disjoint set of triangular elements.

Definition 19.1 (Simplex).
An n-simplex is a geometric object with vertices that exists in an -dimensional space. It cannot fit in any space of smaller dimension.