Skip to content
Snippets Groups Projects

added the cpp version of mo_lib_laplace and compiled the code

Open Ali Sedighi requested to merge feature_add_cpp_codes_laplace_A into feature-add-cpp-codes
1 file
+ 5
1
Compare changes
  • Side-by-side
  • Inline
@@ -253,7 +253,11 @@ void nabla2_scalar_avg_lib(const T* psi_c, const int* cell_neighbor_idx, const i
});
}
}//if
}//switch
break;
default:
std::cerr << "Unknown value for cell_type: " << cell_type << '\n';
}//switch
}//void
Loading