-
Notifications
You must be signed in to change notification settings - Fork 12
Open
Description
The function make_mass_matrix() here
diskpp/core/bases/bases_utils.hpp
Line 225 in 9f2e981
| make_mass_matrix(const Mesh& msh, const Element& elem, const Basis& basis, const MaterialField& material_tensor, size_t di = 0) |
creates an ambiguity with the function make_mass_matrix() here
diskpp/core/bases/bases_utils.hpp
Line 202 in 9f2e981
| make_mass_matrix(const Mesh& msh, const Element& elem, const Basis& basis, size_t di = 0) |
I am not correcting this issue right now because I am working on other sections of the code, but this is a quite annoying issue and must be corrected.