                     NVECTOR_PARALLEL
                 released as part of SUNDIALS
    SUite of Nonlinear and DIfferential/ALgebraic equation Solvers
                   Release 2.7.0, September 2016


NVECTOR_PETSC is an NVECTOR wrapper around the PETSC vector.  

NVECTOR_PETSC defines the content field of an N_Vector to be a 
structure containing the global and local lengths of the vector, a 
pointer to the PETSC vector, an MPI communicator, and a boolean 
flag indicating ownership of the wrapped PETSC vector.

NVECTOR_PETSC defines implementations of all vector operations defined
by the generic NVECTOR module in the table of operations, except for 
N_VSetArrayPointer and N_VGetArrayPointer, because accessing raw vector
data should be handled by PETSC functions.  As such, this vector is not 
available for use with SUNDIALS Fortran interfaces. When access to raw 
vector data is needed, one should extract the PETSC vector first, and 
then use PETSC methods to access the data. Usage examples of NVECTOR_PETSC
are provided in example programs for IDA.


A. Documentation
----------------

The NVECTOR_PETSC implementation is fully described in the user documentation
for any of the SUNDIALS solvers. A PDF file for the user guide for a particular
solver is available in the solver's subdirectory under doc/.


B. Installation
---------------

For basic installation instructions see /sundials/INSTALL_GUIDE.pdf. 
For complete installation instructions see any of the user guides.



C. Releases
-----------

v. 2.7.0 - Sep. 2016


