SfePy NTC

Previous topic

sfepy.discrete.iga.iga module

Next topic

sfepy.discrete.iga.mappings module

This Page

sfepy.discrete.iga.io module

IO for NURBS and Bezier extraction data.

sfepy.discrete.iga.io.read_iga_data(filename)[source]

Read IGA-related data from a HDF5 file using pytables.

sfepy.discrete.iga.io.write_iga_data(filename, knots, degrees, control_points, weights, cs, conn, bezier_control_points, bezier_weights, bezier_conn, regions)[source]

Write IGA-related data into a HDF5 file using pytables.