1. Introduction
  2. Getting started
  3. Installation
  4. Structure
  5. Compilation
  6. Usage
  7. Manifest and GUI documentation
  8. Framework
  9. Overview
    1. MatUser class
    2. Material model interface
    3. Namespaces
    4. Tensor and Matrix order
  10. Material configuration
    1. Material properties
    2. Stiffness properties
    3. Damage properties
    4. Example
  11. Material initialization
  12. Material response
    1. CPU implementation
      1. Memory access
      2. Data access pattern
    2. GPU implementation
      1. CUDA programming model
      2. CUDA kernel files
      3. CUDA kernel launch
      4. Thread identifier
      5. Memory access
      6. Data access pattern
    3. Property coupling
      1. Use of thermal property
      2. Use of equation-of-state
  13. Examples
  14. API Documentation
  15. C++ API
    1. Error check
    2. Data structures
      1. UserMatCPU
      2. UserMatInitCPU
      3. UserMatDevice
      4. UserMatHost
  16. C++ / CUDA API
    1. Cauchy-Green tensor
    2. Cross product
    3. Effective strain rate
    4. Effective stress
    5. Eigenvalues
    6. Eigenvectors
    7. Invert 3x3 matrix
    8. Load Curve / Function
    9. Transform tensor
    10. Vectors Aligned
    11. von Mises (step 1)
    12. von Mises (step 2)