From charlesreid1

For the 2010 Summer Scientific Computing Workshop on the Uintah Framework, see the Presentations page.


The Uintah Computational Framework (UCF) is a framework for massively parallel PDE solvers. The framework takes care of parallelization and MPI details, but requires the user to structure their algorithm in such a way that each step of the algorithm is a task, and each task explicitly states the variables it requires or that it computes or modifies.

Outline:

  • How it works
    • description of important concepts
  • How to use it
    • Obtaining source code
    • Example problems
    • Coding a sample PDE problem
    • Solvers/stencils