• Home
  • History
  • Annotate
Name Date Size #Lines LOC

..03-May-2022-

READMEH A D21-May-2020598 2420

ark_petsc_ex25.cH A D21-May-202016.6 KiB478273

ark_petsc_ex25.outH A D21-May-2020559 1614

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