diff --git a/docs/source/conf.py b/docs/source/conf.py index 87d9bae..f8169cf 100644 --- a/docs/source/conf.py +++ b/docs/source/conf.py @@ -23,7 +23,7 @@ author = 'Bernardo Ferreira' copyright = '2020, Bernardo Ferreira' version = '1.0' -release = '1.0.3' +release = '1.0.2' # -- General configuration ---------------------------------------------------- diff --git a/docs/source/index.rst b/docs/source/index.rst index 91fb955..abd5ce9 100644 --- a/docs/source/index.rst +++ b/docs/source/index.rst @@ -10,7 +10,7 @@ CRATE Summary ------- -**CRATE** (Clustering-based Nonlinear Analysis of Materials) is a Python program developed in the context of computational mechanics to aid the design and development of new materials. Its main purpose is **performing multi-scale nonlinear analyses of heterogeneous materials** through a suitable coupling between first-order computational homogenization and clustering-based reduced-order modeling: given a representative volume element of the material microstructure and the corresponding material phase properties, CRATE computes the material's effective mechanical response when subject to a prescribed macro-scale loading path. +**CRATE** (Clustering-based Nonlinear Analysis of Materials) is a Python project (package `cratepy `_) developed in the context of computational mechanics to aid the design and development of new materials. Its main purpose is **performing multi-scale nonlinear analyses of heterogeneous materials** through a suitable coupling between first-order computational homogenization and clustering-based reduced-order modeling: given a representative volume element of the material microstructure and the corresponding material phase properties, CRATE computes the material's effective mechanical response when subject to a prescribed macro-scale loading path. ----