Skip to content
David Schneider edited this page May 15, 2019 · 11 revisions

Welcome to the dealii-adapter wiki! Here you can find information specific to coupling deal.II with preCICE.

The dealii-adapter including this wiki is new, please give us your feedback!

What is deal.II ?

From their documentation: deal.II is a C++ program library targeted at the computational solution of partial differential equations using adaptive finite elements. It uses state-of-the-art programming techniques to offer you a modern interface to the complex data structures and algorithms required. A more extensive answer can be found at the deal.II webpage.

What is preCICE ?

preCICE is a coupling library for partitioned multi-physics simulations on massively parallel systems. This includes several features like data mapping methods, parallel peer-to-peer communication, sophisticated coupling algorithms and many more. Comprehensive information are available on the preCICE webpage and the preCICE wiki.

Start here

  1. Build the deal.II adapter
  2. Run a tutorial:
Clone this wiki locally