petsc-3.11.4 2019-09-28
Report Typos and Errors

Vectors: Examples

PETSc vectors (Vec objects) are used to store the field variables in PDE-based (or other) simulations.

ex1.c: Demonstrates constructing an application ordering
ex2.c: Tests application ordering
ex4.c: Test AO with on IS with 0 entries - contributed by Ethan Coon
ex5.c: Test memory scalable AO
ex7.c: Demonstrates constructing an application ordering
makefile