SfePy NTC

Previous topic

sfepy.discrete.fem.meshio module

Next topic

sfepy.discrete.fem.poly_spaces module

This Page

sfepy.discrete.fem.periodic module

sfepy.discrete.fem.periodic.match_coors(coors1, coors2)[source]

Match coordinates coors1 with coors2.

sfepy.discrete.fem.periodic.match_grid_line(coor1, coor2, which)[source]

Match coordinates coor1 with coor2 along the axis which.

sfepy.discrete.fem.periodic.match_grid_plane(coor1, coor2, which)[source]

Match coordinates coor1 with coor2 along the plane with normal axis which.

sfepy.discrete.fem.periodic.match_x_line(coor1, coor2)[source]
sfepy.discrete.fem.periodic.match_x_plane(coor1, coor2)[source]
sfepy.discrete.fem.periodic.match_y_line(coor1, coor2)[source]
sfepy.discrete.fem.periodic.match_y_plane(coor1, coor2)[source]
sfepy.discrete.fem.periodic.match_z_line(coor1, coor2)[source]
sfepy.discrete.fem.periodic.match_z_plane(coor1, coor2)[source]
sfepy.discrete.fem.periodic.set_accuracy(eps)[source]