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_data_to_adimu
  • hookeai.simulators.links.utilities.links_data_to_adimu.update_adimu_mesh_hist_data_files_dirichlet

hookeai.simulators.links.utilities.links_data_to_adimu.update_adimu_mesh_hist_data_files_dirichlet¶

update_adimu_mesh_hist_data_files_dirichlet(specimen_history_paths, dirichlet_bcs_mesh)[source]¶

Update ADiMU mesh history data files Dirichlet boundary conditions.

This function updates the Dirichlet boundary conditions in the ADiMU mesh history data files with the new provided Dirichlet boundary conditions.

Parameters:
  • specimen_history_paths (tuple) – Specimen history time step files paths (.csv). Files paths must be sorted according to history time.

  • dirichlet_bcs_mesh (numpy.ndarray(2d)) – Dirichlet boundary conditions sets of finite element mesh nodes stored as numpy.ndarray(2d) of shape (n_node_mesh, 3).

Previous Next

© Copyright 2025, Bernardo Ferreira.

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