alan-turing-institute / PeriPy

Code base for PeriPy, a lightweight, open-source and high-performance package for peridynamic simulations written in Python - a collaboration between Exeter, Cambridge & Turing
MIT License
46 stars 14 forks source link

Merge Model_CL_Ben and Model into one class, Model, with the difference now living in the respective integrator classes, EulerOpenCL and Euler #71

Closed bb515 closed 4 years ago

bb515 commented 4 years ago

Since the features have been extended to Model, the two classes were similar enough to merge, with the difference now living in the respective integrator classes, EulerOpenCL and Euler. This improves readability, and simplifies the examples.