Skip to content

Commit 3263f40

Browse files
committed
TL: added libPFASST code page
1 parent 28a93d9 commit 3263f40

1 file changed

Lines changed: 34 additions & 0 deletions

File tree

_codes/libPFASST.md

Lines changed: 34 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,34 @@
1+
---
2+
layout: page_code
3+
hide_hero: true
4+
title: "LibPFASST"
5+
date: 2026-07-15 12:20 +0200
6+
updated: 2026-07-15 12:20 +0200
7+
navbar: Codes
8+
subnavbar: libPFASST
9+
logo:
10+
code_url: https://github.com/libpfasst/LibPFASST
11+
language: Fortran 90
12+
github_repo: "libpfasst/LibPFASST"
13+
releases:
14+
- version: 1.1
15+
date: 2017-03-21
16+
link: https://github.com/libpfasst/LibPFASST/releases/tag/v1.1
17+
- version: 1.0
18+
date: 2017-03-20
19+
link: https://github.com/libpfasst/LibPFASST/releases/tag/v1.0
20+
developers:
21+
- name: Michael Minion
22+
email: michael.l.minion@gmail.com
23+
- name: Sebastian Götschel
24+
email: sebastian.goetschel@tuhh.de
25+
- name: Matthew Emmett
26+
email: matthew@emmett.ca
27+
28+
short_desc: lightweight implementation of the PFASST algorithm
29+
---
30+
31+
LibPFASST is a lightweight implementation of the Parallel Full Approximation Scheme in Space and Time (PFASST {% cite EmmettMinion2012 %}) algorithm.
32+
It is written in Fortran (mostly F90, with some F03), but can be interfaced with C and C++ fairly easily.
33+
34+
{% bibliography --cited %}

0 commit comments

Comments
 (0)