// Copyright 2026 COOLJAPAN OU (Team KitaSan)
// SPDX-License-Identifier: Apache-2.0
//! Corotational FEM soft body simulation.
//!
//! Each tetrahedral element uses a corotational formulation:
//!
//! 1. Compute the deformation gradient **F**.
//! 2. Polar-decompose F = R * S to extract the rotation **R**.
//! 3. Compute elastic forces: **f = R * Ke * (R^T * x - X0)**.
// Re-export all public items for backwards compatibility
pub use *;
pub use *;
pub use *;
pub use *;
pub use *;
pub use *;