File tree Expand file tree Collapse file tree
src/ITHACA_INTERPOLATOR/Make
unitTests/pybind11/residual_of/Make Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -32,7 +32,8 @@ Linear and non-linear algebra operations which are not already implemented in Op
3232* [ ** OpenFOAM 2312** ] ( https://www.openfoam.com/news/main-news/openfoam-v2312 ) or
3333* [ ** OpenFOAM 2406** ] ( https://www.openfoam.com/news/main-news/openfoam-v2406 ) or
3434* [ ** OpenFOAM 2412** ] ( https://www.openfoam.com/news/main-news/openfoam-v2412 ) or
35- * [ ** OpenFOAM 2506** ] ( https://www.openfoam.com/news/main-news/openfoam-v2506 )
35+ * [ ** OpenFOAM 2506** ] ( https://www.openfoam.com/news/main-news/openfoam-v2506 ) or
36+ * [ ** OpenFOAM 2512** ] ( https://www.openfoam.com/news/main-news/openfoam-v2512 )
3637
3738
3839### 2. Installation and usage
Original file line number Diff line number Diff line change @@ -15,7 +15,9 @@ EXE_INC = \
1515 -I$(LIB_ITHACA_SRC)/ITHACA_INTERPOLATOR/mtbRBF \
1616 -I$(LIB_ITHACA_SRC)/ITHACA_INTERPOLATOR/splinterRBF \
1717 -I$(LIB_ITHACA_SRC)/thirdparty/mathtoolbox/include \
18- -isystem $(LIB_ITHACA_SRC)/thirdparty/Eigen
18+ -I$(LIB_ITHACA_SRC)/thirdparty/Eigen \
19+ -std=c++17 \
20+
1921
2022LIB_LIBS = \
2123 -L$(FOAM_USER_LIBBIN) \
Original file line number Diff line number Diff line change @@ -72,6 +72,7 @@ LIB_LIBS = \
7272 -lITHACA_ROMPROBLEMS \
7373 -lITHACA_FOMPROBLEMS \
7474 -lITHACA_THIRD_PARTY \
75+ -lITHACA_INTERPOLATOR \
7576 -lITHACA_CORE \
7677 -lsixDoFRigidBodyMotion \
7778 -L$(FOAM_USER_LIBBIN) \
You can’t perform that action at this time.
0 commit comments