-
Notifications
You must be signed in to change notification settings - Fork 1
/
CITATION.cff
34 lines (33 loc) · 1.31 KB
/
CITATION.cff
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
# This CITATION.cff file was generated with cffinit.
# Visit https://bit.ly/cffinit to generate yours today!
cff-version: 1.2.0
title: >-
General-purpose finite element solver based on Python and
Cython
type: software
abstract: >-
The `pyfe3d` module is a general-purpose finite element
solver for structural analysis and optimization based on
Python and Cython. The main principles guiding the
development of `pyfe3d` are: simplicity, efficiency and
compatibility. The aimed level of compatibility allows one
to run this solver in any platform, including the Google
Colab environment.
message: >-
Please, cite this software using:
Saullo G. P. Castro. (2024). General-purpose finite element solver based on Python and Cython (Version 0.5.0). Zenodo. DOI: https://doi.org/10.5281/zenodo.6573489.
authors:
- given-names: Saullo G. P.
family-names: Castro
email: [email protected]
affiliation: Delft University of Technology
orcid: 'https://orcid.org/0000-0001-9711-0991'
identifiers:
- description: This DOI represents all versions, and will always resolve to the latest one
type: doi
value: 10.5281/zenodo.6573489
repository-code: 'https://github.com/saullocastro/pyfe3d'
url: 'https://saullocastro.github.io/pyfe3d/'
license: BSD-3-Clause
version: 0.5.0
date-released: '2024-08-07'