Skip to content

Commit

Permalink
update read me
Browse files Browse the repository at this point in the history
  • Loading branch information
PetrKryslUCSD committed Aug 18, 2024
1 parent ee022f8 commit d555631
Showing 1 changed file with 15 additions and 1 deletion.
16 changes: 15 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,9 +4,23 @@

Domain decomposition methods: solvers and algorithms used with FinEtools applications.

## Capabilities and limitations

Only linear problems are addressed at the moment. `FinEtools` discretization only.

- Schur-based decomposition for conjugate gradient iteration.
- Overlapping Schwarz two-level preconditioning of conjugate gradient iteration.

Both of the above can now be expressed as MPI-parallel algorithms.

## Examples

Please refer to the `README` in the `examples` folder for instructions
on how to get the examples to run.

## References

Paper [submitted](https://papers.ssrn.com/sol3/papers.cfm?abstract_id=4902156) for
the coherent node cluster conjugate gradient preconditioner with applications
to almost incompressible elasticity and general shells.
to almost incompressible elasticity and general shells.

0 comments on commit d555631

Please sign in to comment.