Name | Date | Size | #Lines | LOC | ||
---|---|---|---|---|---|---|
.. | 03-May-2022 | - | ||||
README | H A D | 21-May-2020 | 598 | 24 | 20 | |
ark_petsc_ex25.c | H A D | 21-May-2020 | 16.6 KiB | 478 | 273 | |
ark_petsc_ex25.out | H A D | 21-May-2020 | 559 | 16 | 14 |
README
1List of PETSc ARKode examples 2 3 ark_petsc_ex25 : 1-D Brusselator based on PETSc TS ex25.c 4 5The following CMake command was used to configure SUNDIALS: 6 7 cmake \ 8-DCMAKE_BUILD_TYPE=DEBUG \ 9-DBUILD_ARKODE=ON \ 10-DBUILD_CVODE=ON \ 11-DBUILD_CVODES=ON \ 12-DBUILD_IDA=ON \ 13-DBUILD_IDAS=ON \ 14-DBUILD_KINSOL=ON \ 15-DCMAKE_INSTALL_PREFIX=/home/user1/sundials/build/install \ 16-DEXAMPLES_INSTALL_PATH=/home/user1/sundials/build/install/examples \ 17-DBUILD_SHARED_LIBS=ON \ 18-DBUILD_STATIC_LIBS=ON \ 19-DEXAMPLES_ENABLE_C=ON \ 20-DEXAMPLES_INSTALL=ON \ 21-DPETSC_ENABLE=ON \ 22-DPETSC_DIR=/home/user1/petsc \ 23../sundials 24