sandialabs / seacas

The Sandia Engineering Analysis Code Access System (SEACAS) is a suite of preprocessing, postprocessing, translation, and utility applications supporting finite element analysis software using the Exodus database file format.
Other
136 stars 79 forks source link

What do I use instead of ex_get_side_set()? #401

Closed knepley closed 1 year ago

knepley commented 1 year ago

The function ex_get_side_set() is deprecated, but nothing in the message gives its replacement. I also cannot find anything about this in the documentation. Where do I look?

Thanks,

Matt
gsjaardema commented 1 year ago

See https://sandialabs.github.io/seacas-docs/html/ex__get__side__set_8c.html#ac96dfd540bec6ecfdfafaa90fdc25276 for this specific function.

All deprecated functions and the replacements are shown at https://sandialabs.github.io/seacas-docs/html/deprecated.html

The general SEACAS documentation site is https://sandialabs.github.io/seacas-docs/sphinx/html/index.html

knepley commented 1 year ago

Great! Thanks Greg