Source code for plaid.examples.config

"""Config for PLAID examples."""

# -*- coding: utf-8 -*-
#
# This file is subject to the terms and conditions defined in
# file 'LICENSE.txt', which is part of this source code package.
#
#

[docs] _HF_REPOS = { 'vki_ls59':'PLAID-datasets/VKI-LS59', 'elastoplastodynamics':'PLAID-datasets/2D_ElastoPlastoDynamics', 'multiscale_hyperelasticity':'PLAID-datasets/2D_Multiscale_Hyperelasticity', 'tensile2d':'PLAID-datasets/Tensile2d', 'rotor37':'PLAID-datasets/Rotor37', 'profile2d':'PLAID-datasets/2D_profile', 'airfrans_clipped':'PLAID-datasets/AirfRANS_clipped', 'airfrans_original':'PLAID-datasets/AirfRANS_original', 'airfrans_remeshed':'PLAID-datasets/AirfRANS_remeshed', }
__all__ = ["_HF_REPOS"]