-
Notifications
You must be signed in to change notification settings - Fork 15
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #76 from gridap/adds_algoim_interface
Adds algoim interface
- Loading branch information
Showing
19 changed files
with
1,183 additions
and
17 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,7 +1,7 @@ | ||
GridapEmbedded.jl Copyright and License | ||
== | ||
|
||
Copyright (c) 2020 by [Francesc Verdugo](mailto:[email protected]) and [Santiago Badia](mailto:[email protected]). | ||
Copyright (c) 2020 by [Francesc Verdugo](mailto:[email protected]), [Eric Neiva](mailto:[email protected]) and [Santiago Badia](mailto:[email protected]). | ||
|
||
GridapEmbedded.jl is licensed under the MIT Expat License | ||
|
||
|
@@ -28,19 +28,33 @@ SOFTWARE. | |
Citing `Gridap` | ||
== | ||
|
||
In order to give credit to the `Gridap` contributors, we simply ask you to cite the refence below in any publication in which you have made use of `Gridap` packages. | ||
|
||
F. Verdugo and S. Badia. *A user-guide to Gridap -- grid-based approximation of partial differential equations in Julia*, 2019. [arXiv:1910.01412](https://arxiv.org/abs/1910.01412) | ||
In order to give credit to the `Gridap` contributors, we simply ask you to cite the references below in any publication in which you have made use of `Gridap` packages. | ||
|
||
``` | ||
@article{gridap_guide_2019, | ||
author={Francesc Verdugo and Santiago Badia}, | ||
journal = {{arXiv}}, | ||
title = {{A user-guide to Gridap -- grid-based approximation of partial differential equations in Julia}}, | ||
year = {2019}, | ||
eprint={1910.01412}, | ||
archivePrefix={arXiv}, | ||
primaryClass={cs.MS}, | ||
@article{Badia2020, | ||
doi = {10.21105/joss.02520}, | ||
url = {https://doi.org/10.21105/joss.02520}, | ||
year = {2020}, | ||
publisher = {The Open Journal}, | ||
volume = {5}, | ||
number = {52}, | ||
pages = {2520}, | ||
author = {Santiago Badia and Francesc Verdugo}, | ||
title = {Gridap: An extensible Finite Element toolbox in Julia}, | ||
journal = {Journal of Open Source Software} | ||
} | ||
@article{Verdugo2022, | ||
doi = {10.1016/j.cpc.2022.108341}, | ||
url = {https://doi.org/10.1016/j.cpc.2022.108341}, | ||
year = {2022}, | ||
month = jul, | ||
publisher = {Elsevier {BV}}, | ||
volume = {276}, | ||
pages = {108341}, | ||
author = {Francesc Verdugo and Santiago Badia}, | ||
title = {The software design of Gridap: A Finite Element package based on the Julia {JIT} compiler}, | ||
journal = {Computer Physics Communications} | ||
} | ||
``` | ||
|
||
|
@@ -92,4 +106,4 @@ By making a contribution to this project, I certify that: | |
Contact | ||
== | ||
|
||
Please, contact the project administrators, [Santiago Badia](mailto:[email protected]) and [Francesc Verdugo](mailto:[email protected].edu), for further questions about licenses and terms of use. | ||
Please, contact the project administrators, [Francesc Verdugo](mailto:[email protected]), [Eric Neiva](mailto:[email protected]) and [Santiago Badia](mailto:santiago.badia@monash.edu), for further questions about licenses and terms of use. |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,18 +1,21 @@ | ||
name = "GridapEmbedded" | ||
uuid = "8838a6a3-0006-4405-b874-385995508d5d" | ||
authors = ["Francesc Verdugo <[email protected].edu>"] | ||
version = "0.8.3" | ||
authors = ["Francesc Verdugo <[email protected]>", "Eric Neiva <[email protected]>", "Santiago Badia <santiago.badia@monash.edu>"] | ||
version = "0.9.0" | ||
|
||
[deps] | ||
AbstractTrees = "1520ce14-60c1-5f80-bbc7-55ef81b5835c" | ||
Algoim = "0eb9048c-21de-4c7a-bfac-056de1940b74" | ||
Combinatorics = "861a8166-3701-5b0c-9a16-15d98fcdc6aa" | ||
CxxWrap = "1f15a43c-97ca-5a2a-ae31-89f07a497df4" | ||
FillArrays = "1a297f60-69ca-5386-bcde-b61e274b549b" | ||
Gridap = "56d4f2e9-7ea1-5844-9cf6-b9c51ca7ce8e" | ||
LightGraphs = "093fc24a-ae57-5d10-9952-331d41423f4d" | ||
LinearAlgebra = "37e2e46d-f89d-539d-b4ee-838fcccc9c8e" | ||
MiniQhull = "978d7f02-9e05-4691-894f-ae31a51d76ca" | ||
Random = "9a3f8284-a2c9-5f02-9a11-845980a1fd5c" | ||
Test = "8dfed614-e22c-5e08-85e1-65c5234f0b40" | ||
algoimWrapper_jll = "3c43aa7b-5398-51f3-8d75-8f051e6faa4d" | ||
|
||
[compat] | ||
AbstractTrees = "0.3.3, 0.4" | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -8,7 +8,7 @@ makedocs(; | |
], | ||
repo="https://github.com/gridap/GridapEmbedded.jl/blob/{commit}{path}#L{line}", | ||
sitename="GridapEmbedded.jl", | ||
authors="Francesc Verdugo <[email protected].edu>", | ||
authors="Francesc Verdugo <[email protected]>, Eric Neiva <[email protected]> and Santiago Badia <santiago.badia@monash.edu>", | ||
) | ||
|
||
deploydocs(; | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.
4073fa5
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@JuliaRegistrator register()
4073fa5
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Registration pull request created: JuliaRegistries/General/99314
Tip: Release Notes
Did you know you can add release notes too? Just add markdown formatted text underneath the comment after the text
"Release notes:" and it will be added to the registry PR, and if TagBot is installed it will also be added to the
release that TagBot creates. i.e.
To add them here just re-invoke and the PR will be updated.
Tagging
After the above pull request is merged, it is recommended that a tag is created on this repository for the registered package version.
This will be done automatically if the Julia TagBot GitHub Action is installed, or can be done manually through the github interface, or via: