petscarch
Static libraries, shared links, header files for PETSc
Install
- All systems
-
curl cmd.cat/petscarch.sh
- Debian
-
apt-get install libpetsc3.4.2-dev
- Ubuntu
-
apt-get install libpetsc3.4.2-dev
- Windows (WSL2)
-
sudo apt-get update
sudo apt-get install libpetsc3.4.2-dev
- Raspbian
-
apt-get install libpetsc3.4.2-dev
- Dockerfile
- dockerfile.run/petscarch
libpetsc3.4.2-dev
Static libraries, shared links, header files for PETSc
PETSc is the "Portable Extensible Toolkit for Scientific Computation", a suite of data structures and routines for the scalable (parallel) solution of scientific applications modeled by partial differential equations. It employs the MPI standard for all message-passing communication. Several sample scientific applications, as well as various papers and talks, demonstrate the features of the PETSc libraries.