pub fn register_materials_module(_m: &str)Expand description
Register all material classes into a Python sub-module named "materials".
This is a no-op placeholder that documents the intended PyO3 registration
point. When PyO3 is enabled as a dependency the body should call
m.add_class::PyElasticMaterial() etc.