Skip to content
Snippets Groups Projects

Fix Field member function to avoid back storage warning message when using CUDA

Merged Jacques Xing requested to merge CFD-Xing/redesign-prototypes:fix/back-storage into master

The GetStorage function should not be called internally in the Field class member function because the MemoryRegion template parameter can't be properly specified for the Field input parameter. The problem appears for the following function:

    bool compare(Field<TData, TState> &rhs, TData tol)
    void CopyDataFrom(Field<TData, TState> &rhs, size_t rhs_component = 0,
                      size_t component = 0)
    {
Edited by Jacques Xing

Merge request reports

Loading
Loading

Activity

Filter activity
  • Approvals
  • Assignees & reviewers
  • Comments (from bots)
  • Comments (from users)
  • Commits & branches
  • Edits
  • Labels
  • Lock status
  • Mentions
  • Merge request status
  • Tracking
  • Loading
  • Loading
  • Loading
  • Loading
  • Loading
  • Loading
  • Loading
  • Loading
  • Loading
  • Loading
Please register or sign in to reply
Loading