Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Problem with make_mass_matrix() definition #57

Open
datafl4sh opened this issue Oct 30, 2019 · 0 comments
Open

Problem with make_mass_matrix() definition #57

datafl4sh opened this issue Oct 30, 2019 · 0 comments
Assignees

Comments

@datafl4sh
Copy link
Member

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants