Skip to content

Commit

Permalink
Make HypreABecLap3::getSolution public for CUDA builds (#1452)
Browse files Browse the repository at this point in the history
  • Loading branch information
sayerhs authored Oct 14, 2020
1 parent 5843b83 commit 48b0a20
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion Src/Extern/HYPRE/AMReX_HypreABecLap3.H
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,9 @@ public:
void setEBDirichlet (MultiFab const* beb) { m_eb_b_coeffs = beb; }
#endif

// public for CUDA
void getSolution (MultiFab& soln);

private :
std::unique_ptr<HypreIJIface> hypre_ij;

Expand All @@ -47,7 +50,6 @@ private :

void prepareSolver ();
void loadVectors (MultiFab& soln, const MultiFab& rhs);
void getSolution (MultiFab& soln);
};

}
Expand Down

0 comments on commit 48b0a20

Please sign in to comment.