Skip to content

Commit

Permalink
Add operators to docs
Browse files Browse the repository at this point in the history
  • Loading branch information
adtzlr committed Sep 26, 2023
1 parent 2381205 commit f84241f
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 7 deletions.
14 changes: 7 additions & 7 deletions docs/api/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -23,13 +23,13 @@ All tensors, whether they are "stress"- or "strain"-like are stored with origina
- [General behaviour of data type conversion]({% link api/assignments.md %})

### Operators
- [Dot Product]({% link api/operators/operators_overview.md %})
- [Double Dot Product]({% link api/operators/operators_overview.md %})
- [Dyadic Product]({% link api/operators/operators_overview.md %})
- [Crossed-dyadic Product]({% link api/operators/operators_overview.md %})
- [Division]({% link api/operators/operators_overview.md %})
- [Addition]({% link api/operators/operators_overview.md %})
- [Subtraction]({% link api/operators/operators_overview.md %})
- [Dot Product]({% link api/operators.md %})
- [Double Dot Product]({% link api/operators.md %})
- [Dyadic Product]({% link api/operators.md %})
- [Crossed-dyadic Product]({% link api/operators.md %})
- [Division]({% link api/operators.md %})
- [Addition]({% link api/operators.md %})
- [Subtraction]({% link api/operators.md %})

### Scalar-valued functions
- [Trace]({% link api/functions/trace.md %})
Expand Down
Original file line number Diff line number Diff line change
@@ -1,3 +1,10 @@
---
title: Operators
layout: page
nav_order: 3
parent: API Reference
---

## Operators Overview

This module uses derived data types where the default operators are overloaded with custom functions. Currently there are the following operators available:
Expand Down

0 comments on commit f84241f

Please sign in to comment.