The function make_mass_matrix() here
|
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
|
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.
The function
make_mass_matrix()herediskpp/core/bases/bases_utils.hpp
Line 225 in 9f2e981
creates an ambiguity with the function
make_mass_matrix()herediskpp/core/bases/bases_utils.hpp
Line 202 in 9f2e981
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.