ECP-copa / Cabana

Performance-portable library for particle-based simulations
Other
188 stars 51 forks source link

Inherit Hypre matrices/vectors to avoid memory leak #734

Closed streeve closed 3 months ago

streeve commented 3 months ago

Clean up private/protected variables across structured and semi-structured interfaces - passing local copies of base member variables led to memory leaks in setup/solve. Related to #733