Stationary variational forms¶
Contents:
- Stationary variational forms
- Basic principles for approximating differential equations
- Differential equation models
- Simple model problems and their solutions
- Forming the residual
- The least squares method
- The Galerkin method
- The Method of Weighted Residuals
- Test and Trial Functions
- The collocation method
- Examples on using the principles
- Integration by parts
- Boundary function
- Abstract notation for variational formulations
- Variational problems and minimization of functionals
- Examples on variational formulations
- Computing with finite elements
- Boundary conditions: specified nonzero value
- Boundary conditions: specified derivative
- Implementation
- Variational formulations in 2D and 3D
- Summary
- Exercises
- Exercise 1: Refactor functions into a more general class
- Exercise 2: Compute the deflection of a cable with sine functions
- Exercise 3: Compute the deflection of a cable with power functions
- Exercise 4: Check integration by parts
- Exercise 5: Compute the deflection of a cable with 2 P1 elements
- Exercise 6: Compute the deflection of a cable with 1 P2 element
- Exercise 7: Compute the deflection of a cable with a step load
- Exercise 8: Compute with a non-uniform mesh
- Problem 9: Solve a 1D finite element problem by hand
- Exercise 10: Investigate exact finite element solutions
- Exercise 11: Compare finite elements and differences for a radially symmetric Poisson equation
- Exercise 12: Compute with variable coefficients and P1 elements by hand
- Exercise 13: Solve a 2D Poisson equation using polynomials and sines
- Bibliography