matflow.environments.env_configure_damask#

matflow.environments.env_configure_damask(shell, setup=None, docker_image=None, docker_archive=None, docker_exe=None)#

Configure the MatFlow DAMASK environment.

If passing a path to an archive, the name of the image within the archive can be passed via docker_image.

Parameters:
  • shell (Literal['bash', 'powershell']) –

  • setup (str | list[str] | None) –

  • docker_image (str | None) –

  • docker_archive (str | Path | None) –

  • docker_exe (str | None) –