File tree Expand file tree Collapse file tree 3 files changed +2
-5
lines changed Expand file tree Collapse file tree 3 files changed +2
-5
lines changed Original file line number Diff line number Diff line change @@ -41,7 +41,7 @@ makedocs(
4141
4242if get (ENV , " CI" , nothing ) == " true"
4343 deploydocs (
44- repo = " github.com/mohamed82008 /TopOpt.jl.git" ,
44+ repo = " github.com/JuliaTopOpt /TopOpt.jl.git" ,
4545 push_preview= true ,
4646 )
4747end
Original file line number Diff line number Diff line change 88
99 `TopOpt` is still under development. If you find a bug, or have
1010 ideas for improvements, feel free to open an issue or make a
11- pull request on the [`TopOpt` GitHub page](https://github.com/mohamed82008 /TopOpt.jl).
11+ pull request on the [`TopOpt` GitHub page](https://github.com/JuliaTopOpt /TopOpt.jl).
1212
1313## Installation
1414
Original file line number Diff line number Diff line change 7171Currently, ` TopOpt ` uses [ ` Ferrite.jl ` ] ( https://github.com/KristofferC/Ferrite.jl ) for FEA-related modeling.
7272This means that all the problems above are described in the language and types of ` Ferrite ` .
7373
74- We used to use a [ forked version] ( https://github.com/mohamed82008/Ferrite.jl ) of ` Ferrite.jl `
75- for GPU support but the main package should also work on the CPU. Currently, these features are disabled.
76-
7774## Matrices and vectors
7875
7976### ` ElementFEAInfo `
You can’t perform that action at this time.
0 commit comments