Skip to content

Commit 7d65519

Browse files
authored
Create CITATION.cff
1 parent c953942 commit 7d65519

File tree

1 file changed

+21
-0
lines changed

1 file changed

+21
-0
lines changed

CITATION.cff

Lines changed: 21 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,21 @@
1+
abstract: "The pySDC project is a Python implementation of the spectral deferred correction (SDC) approach and its flavors, esp. the multilevel extension MLSDC and PFASST. It is intended for rapid prototyping and educational purposes. New ideas like e.g. sweepers or predictors can be tested and first toy problems can be easily implemented."
2+
authors:
3+
-
4+
affiliation: "Jülich Supercomputing Centre, Forschungszentrum Jülich GmbH, 52425 Jülich, Germany"
5+
family-names: Speck
6+
given-names: Robert
7+
orcid: "https://orcid.org/https://orcid.org/0000-0002-3879-1210"
8+
cff-version: "1.1.0"
9+
date-released: 2021-08-12
10+
doi: "10.5281/zenodo.5179803"
11+
keywords:
12+
- "parallel-in-time integration"
13+
- "spectral deferred corrections"
14+
- "parallel full approximation scheme in space and time"
15+
- multigrid
16+
- collocation
17+
license: "BSD 2-Clause \"Simplified\" License"
18+
message: "If you use this software, please cite it using these metadata."
19+
repository-code: "https://github.com/Parallel-in-Time/pySDC/releases/tag/4.1.1"
20+
title: "Parallel-in-Time/pySDC"
21+
version: "4.1.1"

0 commit comments

Comments
 (0)