Skip to content

Commit

Permalink
- Add deprecation notices on unused functions from common.
Browse files Browse the repository at this point in the history
- Restructure to avoid circular import
- Fix face_topology (should be facet topology)
- Add some typing
  • Loading branch information
jorgensd committed Feb 28, 2023
1 parent a8b3700 commit 63cf5c2
Show file tree
Hide file tree
Showing 7 changed files with 4,232 additions and 434 deletions.
4 changes: 1 addition & 3 deletions docs/_pythonapi/stubs.common.rst
Original file line number Diff line number Diff line change
Expand Up @@ -19,8 +19,7 @@
convert_xml_to_hdf5
cube_condition
data_path
empty_sbmodel
face_topology
facet_topology
find_steady_state
insert_dataframe_col
interp_limit_dy
Expand All @@ -33,7 +32,6 @@
read_hdf5
read_sbmodel
round_to_n
sbmodel_from_locals
stubs_expressions
sub
submesh_dof_to_mesh_dof
Expand Down
4,016 changes: 3,986 additions & 30 deletions examples/example1/example1.ipynb

Large diffs are not rendered by default.

Loading

0 comments on commit 63cf5c2

Please sign in to comment.