cratepy.ioput.packager

Store data in suitable containers.

This module includes a set of functions that store data in suitable category-related containers.

Functions

store_paths_data

Store problem directories and files paths.

store_problem_data

Store data associated with the problem formulation and type.

store_material_data

Store data associated with the material phases.

store_loading_path_data

Store data associated with the macroscale loading path.

store_regular_grid_data

Store data associated with the RVE spatial discretization.

store_clustering_data

Store data associated with the clustering-based domain decomposition.

store_scs_data

Store data associated with the self-consistent scheme.

store_algorithmic_data

Store data associated with the problem solution algorithmic parameters.

store_vtk_data

Store data associated with the VTK output.

store_output_data

Store data associated with general output files.

Functions

store_algorithmic_data(max_n_iterations, ...)

Store data associated with the problem solution algorithmic parameters.

store_clustering_data(...)

Store data associated with the clustering-based domain decomposition.

store_loading_path_data(mac_load_type, ...)

Store data associated with the macroscale loading path.

store_material_data(material_phases, ...)

Store data associated with the material phases.

store_output_data(is_ref_material_output, ...)

Store data associated with general output files.

store_paths_data(input_file_name, ...[, ...])

Store problem directories and files paths.

store_problem_data(strain_formulation, ...)

Store data associated with the problem formulation and type.

store_regular_grid_data(discret_file_path, ...)

Store data associated with the RVE spatial discretization.

store_scs_data(self_consistent_scheme, ...)

Store data associated with the self-consistent scheme.

store_vtk_data(is_vtk_output, *args)

Store data associated with the VTK output.