-
Notifications
You must be signed in to change notification settings - Fork 0
/
CITATION.cff
42 lines (37 loc) · 1.19 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
35
36
37
38
39
40
41
42
# This CITATION.cff file was generated with cffinit.
# Visit https://bit.ly/cffinit to generate yours today!
cff-version: 1.2.0
title: Pyhesive
message: >-
If you use this software, please cite it using the
metadata from this file.
type: software
authors:
- given-names: Jacob
family-names: Faibussowitsch
email: [email protected]
affiliation: University Of Illinois at Urbana-Champaign
orcid: 'https://orcid.org/0000-0002-2114-1457'
identifiers:
- type: url
value: 'https://gitlab.com/Jfaibussowitsch/pyhesive'
description: Repository
repository-code: 'https://gitlab.com/Jfaibussowitsch/pyhesive'
url: 'https://gitlab.com/Jfaibussowitsch/pyhesive'
abstract: >-
Simple, extensible python library to read a finite
element mesh and insert cohesive
elements. Meshes are partitioned into sectors using
METIS mesh partitioner, and cohesive
elements are inserted between partitions. This
allows an arbitrary level of insertion
(controlled primarily by the number of partitions)
without the user needing to specify
cumbersome face-sets along which to insert.
keywords:
- Mesh
- Cohesive Element
- Partitioning
license: MIT
version: 1.0.0
date-released: '2021-10-31'