LLNL / Tribol

Modular interface physics library featuring state-of-the-art contact physics methods.
MIT License
25 stars 2 forks source link

Initial port of common plane to RAJA/Umpire #86

Open ebchin opened 3 months ago

ebchin commented 3 months ago

This PR introduces parallel loop execution using RAJA and memory allocation and management using Umpire. Portions of the Tribol code based utilized in the common plane method have been refactored to use these tools, allowing the common plane contact method to be run on different platforms.

TODO: