Citation¶
If gbmsc-pde supports academic work, cite the software package and, when
appropriate, the method reference.
Software Citation¶
Use the Zenodo DOI and repository metadata in CITATION.cff for the software
citation.
Anouar El Harrak. gbmsc-pde: PDE solvers using the Grid-Based Multinode Shepard Collocation method (v0.1.0). Zenodo.
https://doi.org/10.5281/zenodo.20647567
BibTeX example:
@software{elharrak_gbmsc_pde_2026,
author = {El Harrak, Anouar},
title = {gbmsc-pde: PDE solvers using the Grid-Based Multinode Shepard Collocation method},
version = {0.1.0},
year = {2026},
publisher = {Zenodo},
doi = {10.5281/zenodo.20647567},
url = {https://doi.org/10.5281/zenodo.20647567}
}
The CITATION.cff file is the source of truth for software citation metadata.
Method Reference¶
For mathematical details of the Grid-Based Multinode Shepard Collocation Method, cite the accompanying method preprint in addition to the software.
Plain-text example:
Anouar El Harrak, Hatim Tayeq, and Benaissa Zerroudi. Efficient and Fast
Tensor-Product Multinode Shepard Collocation for Elliptic PDEs on Cartesian
Grids. arXiv.2606.14503, 2026.
BibTeX example:
@misc{elharrak_gbmsc_method_YEAR,
author = {El Harrak, Anouar and Tayeq, Hatim and Zerroudi, Benaissa},
title = {Efficient and Fast Tensor-Product Multinode Shepard Collocation for Elliptic PDEs on Cartesian Grids},
year = {2026},
eprint = {2606.14503},
archivePrefix = {arXiv},
primaryClass = {math.NA}
}