Skip to content

Commit

Permalink
better name for method
Browse files Browse the repository at this point in the history
  • Loading branch information
RemDelaporteMathurin committed Oct 6, 2023
1 parent 83954dd commit 871fe75
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion festim/hydrogen_transport_problem.py
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@ def define_function_space(self):
elements = ufl.FiniteElement("CG", self.mesh.mesh.ufl_cell(), 1)
self.function_space = fem.FunctionSpace(self.mesh.mesh, elements)

def create_functions_for_species(self):
def assign_functions_to_species(self):
"""Creates for each species the solution, prev solution and test function
"""
for spe in self.species:
Expand Down

0 comments on commit 871fe75

Please sign in to comment.