Skip to content
Snippets Groups Projects
Commit 40b3305a authored by David Seus's avatar David Seus
Browse files

renaming of read_dofs method in script

parent 635836ff
Branches
Tags
No related merge requests found
......@@ -337,7 +337,7 @@ print("vertices of subdomain1: \n", coordinates1)
# dom1_interface_coordinates = interface[0].coordinates(interface_marker1, 1, print_coordinates = True)
dom1_interface_def_points = interface[0]._vertex_indices(interface_marker1, 1, print_vertex_indices = True)
interface[0].write_dofs(from_function = f1test, #
interface[0].write_pressure_dofs(from_function = f1test, #
interface_dofs = dofs_on_interface1,#
dof_to_vert_map = dom1_d2v,#
local_to_parent_vertex_map = dom1_parent_vertex_indices,#
......@@ -457,7 +457,7 @@ for iterations in range(1):
#print("ds term:\n", dsform_vec.array())
# print('solution:\n', U1.get_local())
p1_i.vector()[:] = U1
interface[0].write_dofs(from_function = p1_i, #
interface[0].write_pressure_dofs(from_function = p1_i, #
interface_dofs = dofs_on_interface1,#
dof_to_vert_map = dom1_d2v,#
local_to_parent_vertex_map = dom1_parent_vertex_indices,#
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment