Skip to content

Latest commit

 

History

History
14 lines (10 loc) · 658 Bytes

README.md

File metadata and controls

14 lines (10 loc) · 658 Bytes

alt text alt text alt text

Unstructured Finite Volume Solver

Unstructured Finite Volume Solver for Partial Differential Equations

Principles/Goals

  1. Truly Fortran -std=[f2008,f2018] 😎
  2. Object Oriented Design for separation of geometry, physics and solution
  3. Coarrays for distributed memory parallelism
  4. pure, elemental, do concurrent for shared memory parallelism