Skip to content

Commit

Permalink
Address formatting issues.
Browse files Browse the repository at this point in the history
  • Loading branch information
ludgerpaehler committed Mar 16, 2024
1 parent 8c80016 commit abde00e
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions hydrogym/firedrake/utils/linalg.py
Original file line number Diff line number Diff line change
Expand Up @@ -88,8 +88,8 @@ def inner_product(u, v):
return inner_product


def project(basis_handles, data_handles, mass_matrix):
inner_product = define_inner_product(mass_matrix)
vec_space = VectorSpaceHandles(inner_product)
coeffs = vec_space.compute_inner_product_array(basis_handles, data_handles).T
return coeffs
# def project(basis_handles, data_handles, mass_matrix):
# inner_product = define_inner_product(mass_matrix)
# vec_space = VectorSpaceHandles(inner_product)
# coeffs = vec_space.compute_inner_product_array(basis_handles, data_handles).T
# return coeffs

0 comments on commit abde00e

Please sign in to comment.