Mathieu Dutour Sikirić

Mathieu Dutour Sikirić

FEM to FD

FEM_to_FD is a utility designed to convert finite difference (FD) grids into finite element (FE) meshes, a common requirement when bridging different modeling environments.

How it Works

The program employs a context-aware splitting strategy:

  • Open Water: Squares in the middle of the ocean are simply split into two triangles.
  • Coastal Preservation: Near shorelines, it intelligently adds points to ensure that geographical features like straits remain open and isthmuses remain closed, preserving the topological integrity of the domain.

Resources