LICENSE
README.md
pyproject.toml
demos/identification/hardening_rule.py
demos/identification/nonlinear_kinematic_hardening.py
demos/neural_network_models/hyperelastic_PANN.py
demos/neural_network_models/neural_GSM.py
demos/phenomenological_models/CamClay.py
demos/phenomenological_models/Green_viscoplasticity.py
demos/phenomenological_models/multisurface_plasticity.py
demos/quickstart/batched_computation.py
demos/quickstart/generate_performance_data.py
demos/quickstart/getting_started.py
demos/quickstart/material_parameters_batching.py
docs/remove_docstring.py
docs/_build/html/_downloads/cc81594d3e763f99bc7159ffac8729d4/generate_performance_data.py
docs/demos/identification/hardening_rule.py
docs/demos/identification/nonlinear_kinematic_hardening.py
docs/demos/neural_network_models/hyperelastic_PANN.py
docs/demos/neural_network_models/neural_GSM.py
docs/demos/phenomenological_models/CamClay.py
docs/demos/phenomenological_models/Green_viscoplasticity.py
docs/demos/phenomenological_models/multisurface_plasticity.py
docs/demos/quickstart/batched_computation.py
docs/demos/quickstart/generate_performance_data.py
docs/demos/quickstart/getting_started.py
docs/demos/quickstart/material_parameters_batching.py
jaxmat/__init__.py
jaxmat/loader.py
jaxmat/state.py
jaxmat/utils.py
jaxmat.egg-info/PKG-INFO
jaxmat.egg-info/SOURCES.txt
jaxmat.egg-info/dependency_links.txt
jaxmat.egg-info/requires.txt
jaxmat.egg-info/top_level.txt
jaxmat/materials/__init__.py
jaxmat/materials/behavior.py
jaxmat/materials/elasticity.py
jaxmat/materials/elastoplasticity.py
jaxmat/materials/fe_fp_elastoplasticity.py
jaxmat/materials/generalized_standard.py
jaxmat/materials/hyperelasticity.py
jaxmat/materials/plastic_surfaces.py
jaxmat/materials/viscoelasticity.py
jaxmat/materials/viscoplastic_flows.py
jaxmat/materials/viscoplasticity.py
jaxmat/nn/icnn.py
jaxmat/solvers/__init__.py
jaxmat/solvers/custom_newton.py
jaxmat/solvers/custom_optimistix_solvers.py
jaxmat/tensors/__init__.py
jaxmat/tensors/generic_tensors.py
jaxmat/tensors/linear_algebra.py
jaxmat/tensors/tensor_utils.py
jaxmat/tensors/utils.py
sandbox/damage.py
sandbox/diff_aux.py
sandbox/elastoplasticity_extended.py
sandbox/fast_fe_fp_elastoplasticity.py
sandbox/generalized_standard.py
sandbox/gsm_1d.py
sandbox/pytrees.py
sandbox/test.py
sandbox/test_armstrong_frederick.py
sandbox/test_damage.py
sandbox/test_elastoplasticity.py
sandbox/test_finite_strain_plasticity.py
sandbox/test_gsm.py
sandbox/test_hyperelasticity.py
sandbox/test_icnn.py
sandbox/test_viscoelasticity.py
sandbox/thermo_mechanical_behavior.py
tests/test_behaviors.py
tests/test_loader.py
tests/test_state.py
tests/thermo_mechanical_behavior.py
tests/materials/test_anisotropic_elasticity.py
tests/materials/test_hyperelastic_potentials.py
tests/tensors/test_array_conversion.py
tests/tensors/test_linear_algebra.py
tests/tensors/test_tensors.py