diff --git a/.github/workflows/oneflow_windows_actions.ps1 b/.github/workflows/oneflow_windows_actions.ps1 index 2e51cbb9..a4e2d5eb 100644 --- a/.github/workflows/oneflow_windows_actions.ps1 +++ b/.github/workflows/oneflow_windows_actions.ps1 @@ -166,7 +166,7 @@ function InstallMETIS() { ls cd build #$metis_prefix = "C:/METIS/" - $metis_prefix = "C:/METIS/METIS-VS2022-STATIC/" + $metis_prefix = "C:/dev/METIS/METIS-VS2022-STATIC/" cmake ../ cmake --build . --parallel 4 --config release cmake --install . --prefix $metis_prefix diff --git a/docs/source/cfd/videos.rst b/docs/source/cfd/videos.rst index 1d4b341f..ecfb6582 100644 --- a/docs/source/cfd/videos.rst +++ b/docs/source/cfd/videos.rst @@ -46,6 +46,8 @@ Youtuber #. `sandip mazumder `_ #. `Tom Rocks Maths `_ #. `Thomas Kim `_ +#. `Sebastian Lague `_ + Youtube Video ------------------------ @@ -54,10 +56,6 @@ Youtube Video #. `Computational Fluid Dynamics - Milovan Perić `_ #. `CFD Course - QuickerSim Ltd `_ - - - - Homepage ------------------------------------ #. `Michael Zingale Homepage `_ @@ -77,6 +75,12 @@ Codes #. `Michael Zingale `_ +Coding Adventure +----------------------- +#. `Coding Adventure: Chess `_ + + + diff --git a/docs/source/eigen.rst b/docs/source/eigen.rst index 74cedea4..9f5e2cfd 100644 --- a/docs/source/eigen.rst +++ b/docs/source/eigen.rst @@ -11,6 +11,8 @@ Eigen3 #. `Matrix Manipulations in C++ using Eigen Library `_ #. `分布式并行计算笔记-MPI+openmp+Eigen `_ #. `上海交大超算平台用户手册 Eigen `_ +#. `Kalman Filter: How to Implement in C++ with Eigen `_ +#. `Eigen 3.3.7 `_