My code for building a reduced-order model for the linear elasticity equation on a square in 2D, solving for plane stress, under the conditons that the body force f, the prescribed traction force(s) h on the Neumann bondary and the prescribed displacment u on the Dirichlet boundary do not depend on my choice of parameters, the Young's module E and the Poisson ration ν.
Please see the Code used in report for code for the examples and the plotting results from the report, as the Patch Test, Example 1 traction forces and Example 2 ``Gravity in 2D´´.
Code not use in report has some unused code (example code) and old plotting/example code.
Please see LinearElasticity2DProblem for more documentation.
Please see Default constants for documentation.
Please see Helpers for documentation.
Please see Exceptions for documentation.
Please see Get plate for documentation.
Please see Default constants for documentation.
Please see Gauss quadrature for documentation.
Please see Plotting for documentation.
Please see POD for documentation.
Please see RB data for documentation.
Please see Save and load for documentation.
Please see Solution function class for documentation.
Please see Stress recovery for documentation.