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/cam_clay.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
demos/quickstart/performance.py
demos/quickstart/tensors.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/mappings.py
jaxmat/tensors/rotation.py
jaxmat/tensors/symmetry_classes.py
jaxmat/tensors/tensor_utils.py
jaxmat/tensors/utils.py
tests/test_behaviors.py
tests/test_loader.py
tests/test_state.py
tests/materials/test_anisotropic_elasticity.py
tests/materials/test_batching.py
tests/materials/test_hyperelastic_potentials.py
tests/tensors/test_linear_algebra.py
tests/tensors/test_math_utils.py
tests/tensors/test_rotation.py
tests/tensors/test_tensors.py