Skip to content

Commit

Permalink
Fix format.
Browse files Browse the repository at this point in the history
  • Loading branch information
BenjaminRodenberg committed Sep 28, 2023
1 parent b18fbe0 commit 1b742f6
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions fenicsprecice/fenicsprecice.py
Original file line number Diff line number Diff line change
Expand Up @@ -414,11 +414,11 @@ def initialize(self, coupling_subdomain, read_function_space=None, write_object=
function_space, coupling_subdomain, self._owned_vertices.get_global_ids(), id_mapping)

# Surface coupling over 1D edges
#TODO call set_mesh_edges, if using surface coupling. Otherwise does not make sense.
# TODO call set_mesh_edges, if using surface coupling. Otherwise does not make sense.
self._participant.set_mesh_edges(self._config.get_coupling_mesh_name(), edge_vertex_ids)

# Configure mesh connectivity (triangles from edges) for 2D simulations
#TODO only enter code below, if using volume coupling. Otherwise does not make sense.
# TODO only enter code below, if using volume coupling. Otherwise does not make sense.
if self._fenics_dims == 2:
# Volume coupling over 2D triangles
vertices = get_coupling_triangles(function_space, coupling_subdomain, fenics_edge_ids, id_mapping)
Expand Down

0 comments on commit 1b742f6

Please sign in to comment.