Skip to content

Commit

Permalink
Update index.md
Browse files Browse the repository at this point in the history
  • Loading branch information
maherou authored May 24, 2022
1 parent e37cfe6 commit a580ab3
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions docs/src/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,6 @@ Note that JuliaPetra uses Single Program Multiple Data parallelism instead of th

# Organization
JuliaPetra is organized into a series of layers.
* The [Communications Layer](@ref) contains an interface for Single Program Multiple Data parallel systems
* The [Problem Distribution Layer](@ref) manages how the problem is distributed across the processes
* The [Linear Algebra Layer](@ref) provides the interfaces and implementations for linear algebra objects
* The [Communications Layer](CommunicationLayer.md) contains an interface for Single Program Multiple Data parallel systems
* The [Problem Distribution Layer](ProblemDistributionLayer.md) manages how the problem is distributed across the processes
* The [Linear Algebra Layer](LinearAlgebraLayer.md) provides the interfaces and implementations for linear algebra objects

0 comments on commit a580ab3

Please sign in to comment.