Skip to content

Commit febd764

Browse files
authored
Create CITATION.cff
1 parent ceec3db commit febd764

File tree

1 file changed

+20
-0
lines changed

1 file changed

+20
-0
lines changed

CITATION.cff

Lines changed: 20 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,20 @@
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+
- family-names: Speck
4+
given-names: Robert
5+
orcid: https://orcid.org/https://orcid.org/0000-0002-3879-1210
6+
affiliation: "Jülich Supercomputing Centre, Forschungszentrum Jülich GmbH, 52425 Jülich, Germany"
7+
cff-version: 1.2.0
8+
date-released: 2021-10-26
9+
doi: 10.5281/zenodo.5599144
10+
keywords:
11+
- "parallel-in-time integration"
12+
- "spectral deferred corrections"
13+
- "parallel full approximation scheme in space and time"
14+
- multigrid
15+
- collocation
16+
license: BSD-2-Clause
17+
message: "If you use this software, please cite it using these metadata."
18+
repository-code: https://github.com/Parallel-in-Time/pySDC
19+
title: "Parallel-in-Time/pySDC"
20+
version: 4.2.2

0 commit comments

Comments
 (0)