From 871fe75f84b7648e7d56ac919cc03a997cd7726c Mon Sep 17 00:00:00 2001 From: RemDelaporteMathurin Date: Fri, 6 Oct 2023 13:33:21 -0400 Subject: [PATCH] better name for method --- festim/hydrogen_transport_problem.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/festim/hydrogen_transport_problem.py b/festim/hydrogen_transport_problem.py index 7ade147bd..fd7dc6060 100644 --- a/festim/hydrogen_transport_problem.py +++ b/festim/hydrogen_transport_problem.py @@ -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: