Skip to content
/ PyAPD Public

Computing (optimal) anisotropic power diagrams using GPU acceleration

License

Notifications You must be signed in to change notification settings

mbuze/PyAPD

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

51 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Logo

PyAPD

A Python library for computing (optimal) anisotropic power diagrams using GPU acceleration. Current main application concerns geometric modelling of polycrystalline materials with curved boundaries with grains of prescribed volumes and fine control over aspect ratio and location of the grains.

Installation

Install with pip:

pip install PyAPD

Example usage

See /notebooks/tutorials/example_usage.ipynb nbviewer

Google Colab

To quickly test the speed of the GPU-acceleration, you can play around with the notebook example_usage.ipynb in Google Colab Open In Colab.

Note that by default the Google Colab runtime is CPU-only. To change to a GPU runtime, go to Runtime > Change runtime type and click on T4 GPU. Note that T4 GPU is considered pretty slow and is provided by Google Colab free of charge. To access the gold standard A100 GPU via Google Colab, a subscription is required.

For local use, if you do not have a GPU, you should expect a warning

[KeOps] Warning : Cuda libraries were not detected on the system ; using cpu only mode

but the library is fully functional.

Paper examples

This library is accompanied by the paper

  • M. Buze, J. Feydy, S.M. Roper, K. Sedighiani, D.P. Bourne (2024). Anisotropic power diagrams for polycrystal modeling: efficient generation of curved grains via optimal transport. arXiv e-prints 2403.03571, 2024. LINK

The examples presented in the paper can be found in /notebooks/paper_examples, which includes all the Jupyter notebooks as they were run, the data that was generated and the plots from the paper. For the ease of access, here we list them with links to view them statically in NBViewer and also a link to an interactive version in Google Colab. Note that the notebooks relying the loading of data will not work out of the box in Google Colab -- the relevant data will have to be loaded manually.

  • Runtime tests
    1. APD generation
      • Gathering data nbviewer Open In Colab
      • Plotting the data for the 2D case nbviewer Open In Colab and for the 3D case nbviewer Open In Colab
    2. Finding optimal APDs
      • Gathering data nbviewer Open In Colab
      • Plotting the data for the 3D multi-phase case nbviewer Open In Colab
    3. EBSD data examples
      • Fitting to data and artificial sample generation nbviewer Open In Colab
      • Pixel level comparison nbviewer Open In Colab
    4. Additive manufacturing example nbviewer Open In Colab

Citing this work

If you use PyAPD for academic research, you may cite the paper to which our library is tied as follows (preprint version for now).

@misc{pyapd2024,
      title={Anisotropic power diagrams for polycrystal modelling: efficient generation of curved grains via optimal transport}, 
      author={Maciej Buze and Jean Feydy and Steven M. Roper and Karo Sedighiani and David P. Bourne},
      year={2024},
      eprint={2403.03571},
      archivePrefix={arXiv},
      primaryClass={cond-mat.mtrl-sci}
}

Related projects

Releases

No releases published

Packages

No packages published

Languages