hookeai
1.0.0

Getting started

  • Overview
  • Installation

Features

  • Overview
  • Data generation
  • Material model architectures
  • Local material model updating
  • Global material model updating
  • Data analysis and visualization tools
  • Tensorial algebra and matrix operations
  • Other utilities

API

  • Code
    • hookeai.data_generation
    • hookeai.ioput
    • hookeai.material_model_finder
    • hookeai.miscellaneous
    • hookeai.model_architectures
    • hookeai.simulators
      • hookeai.simulators.fetorch
      • hookeai.simulators.links
        • hookeai.simulators.links.discretization
        • hookeai.simulators.links.links
        • hookeai.simulators.links.models
        • hookeai.simulators.links.utilities
    • hookeai.time_series_data
    • hookeai.utilities

License

  • MIT License
hookeai
  • hookeai
  • hookeai.simulators
  • hookeai.simulators.links
  • hookeai.simulators.links.utilities
  • hookeai.simulators.links.utilities.links_plot_tfact

hookeai.simulators.links.utilities.links_plot_tfact¶

Generate total load factor history plot from Links input data file.

Functions¶

plot_links_tfact_hist

Plot Links total loading factor history.

gen_links_loading_incrementation_file

Generate Links loading incrementation file.

scale_tfact_hist

Perform linear scaling of total load factor history.

Functions

gen_links_loading_incrementation_file(save_dir)

Generate Links loading incrementation file.

plot_links_tfact_hist(links_input_file_path)

Plot Links total loading factor history.

plot_xy_data(data_xy[, data_labels, ...])

Plot data in xy axes.

save_figure(figure, filename[, height, ...])

Save Matplotlib figure.

scale_tfact_hist(tfact_hist[, scale_factor])

Perform linear scaling of total load factor history.

Classes

LinksSimulator(links_bin_path, ...)

Finite element method simulator: Links.

Previous Next

© Copyright 2025, Bernardo Ferreira.

Built with Sphinx using a theme provided by Read the Docs.