Skip to content

This repository contains Python code for numerical simulation, data analysis, and figures associated with the Herho et al. (2024) manuscript.

License

Notifications You must be signed in to change notification settings

sandyherho/1DHeatEqnNumba

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

19 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

1DHeatEqnNumba Efficient 1D Heat Equation Solver: Leveraging Numba in Python

DOI GitHub watchers

No Maintenance Intended License: MIT

forthebadge made-with-python

This repository includes numerical simulation code for 1D Heat Equation, featuring both standard implementations and optimized versions using Numba. Additionally, it encompasses code for analyzing the statistical aspects of the total runtime, based on 100 trials for each experiment.

The following are the individuals involved in this project: S. H. S. Herho, S. N. Kaban, D. E. Irawan, and R. Kapid.

License

These data and code are released under the MIT License.

Citation

If you find these data useful, please consider citing our paper:

@article{herhoEtAl24b_1dHeat,
         author={Herho, S. H. S. and Kaban, S. N. and Irawan, D. E. and Kapid, R.},
         title={Efficient 1D Heat Equation Solver: Leveraging Numba in Python},
         journal={xxxxx},
         year={2024},
         volume={x},
         number={x},
         pages={x - x},
         doi={xx}
}

Requirements

We built the numerical models and analyzed the total runtime data under the Python 3 computing environment by using the following libraries:

Acknowledgements

This work was supported by the Dean's Distinguished Fellowship at the University of California, Riverside (UCR) 2023 and ITB Research, Community Service and Innovation Program (PPMI-ITB) 2023.

About

This repository contains Python code for numerical simulation, data analysis, and figures associated with the Herho et al. (2024) manuscript.

Topics

Resources

License

Stars

Watchers

Forks

Languages