Skip to content

Commit

Permalink
Move API docs
Browse files Browse the repository at this point in the history
  • Loading branch information
adtzlr committed Sep 26, 2023
1 parent 864650f commit 9f72947
Show file tree
Hide file tree
Showing 22 changed files with 2 additions and 1 deletion.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
3 changes: 2 additions & 1 deletion docs/functions.md → docs/api/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@
title: API Reference
layout: page
nav_order: 3
has_children: true
---

## Module Function Overview
Expand All @@ -19,7 +20,7 @@ To ensure consistency in calculating the virtual work shear terms are treated di
All tensors, whether they are "stress"- or "strain"-like are stored with original (**no doubled**) shear components. Instead all dot- and double-dot-products are modified to take virtual work consistency into account. To be more precise, the function `asvoigt` is not really a Voigt storage - it is more a synonym for storing symmetric tensors as vectors and matrices. The user does have to take care of that storage if the strain in a user subroutine is used as an input for a `Tensor2s` data type and divide all shear components by a factor of `2`.

### Assignments
- [General behaviour of data type conversion]({% link assignments/ass_overview.md %})
- [General behaviour of data type conversion]({% link assignments.md %})

### Operators
- [Dot Product]({% link operators/operators_overview.md %})
Expand Down
File renamed without changes.
File renamed without changes.

0 comments on commit 9f72947

Please sign in to comment.