// Copyright 2026 COOLJAPAN OU (Team KitaSan)
// SPDX-License-Identifier: Apache-2.0
//! Computational homogenization for multiscale materials.
//!
//! Implements RVE-based homogenization and asymptotic expansion methods
//! including Voigt-Reuss-Hill bounds, Mori-Tanaka micromechanics,
//! Hill-Mandel condition verification, effective property extraction,
//! periodic RVE analysis, and multi-scale FE coupling.
// Re-export everything for backwards compatibility
pub use *;
pub use *;
pub use *;
pub use *;
pub use *;
pub use *;