Skip to content

Commit 521a9f1

Browse files
authored
Merge pull request #3 from BerkeleyLab/update-uml
doc(uml): diagram grad/div operator relationships
2 parents c77332a + d124b12 commit 521a9f1

1 file changed

Lines changed: 3 additions & 0 deletions

File tree

doc/uml/class-diagram.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,9 @@ tensor_1D_t <|-- scalar_1D_t : is a
2121
tensor_1D_t <|-- vector_1D_t : is a
2222
tensor_1D_t <|-- divergence_1D_t : is a
2323
24+
scalar_1D_t *-- gradient_operator_1D_t
25+
vector_1D_t *-- divergence_operator_1D_t
26+
2427
tensor_1D_t <|-- weighted_product_1D_t
2528
tensor_1D_t <|-- vector_dot_gradient_1D_t
2629
tensor_1D_t <|-- scalar_x_divergence_1D_t

0 commit comments

Comments
 (0)