Skip to content

Latest commit

 

History

History
95 lines (95 loc) · 1.9 KB

File metadata and controls

95 lines (95 loc) · 1.9 KB

Incompressibility study

Purpose

The purpose of this studies is to show the influence of partitioning schemes on the convergence properties of FETI.

The following figures in the thesis have been created with the data produced by this simulations:

Figure 6.21
Figure 6.22

Structure

The studies cover all introduced solver types, as well as 4 different values for the Poisson’s ratio.
The problems are solved for both for plane-stress and plane-strain formulation.

  • Poisson’s ratio
    • 0.49
    • 0.499
    • 0.4999
    • 0.49999
  • Solver type
    • FETI-1
    • FETI-2(Geneo)
    • FETI-S
    • FETI-AS
    • FETI-FAS

All calculations are done via Run.m

<script src="http://cdnjs.cloudflare.com/ajax/libs/highlight.js/8.1/highlight.min.js"> </script> <script> hljs.initHighlightingOnLoad(); </script> <script src="https://cdn.mathjax.org/mathjax/latest/MathJax.js?config=TeX-AMS-MML_HTMLorMML" type="text/javascript"> </script> <script type="text/javascript"> MathJax.Hub.Config({"showProcessingMessages" : false,"messageStyle" : "none","tex2jax": { inlineMath: [ [ "$", "$" ] ] }}); </script>