Juan Carlos,

1) First, I get way too many warnings like:
      [-Wunused-variable],[-Wunused-parameter],[-Wunused-but-set-variable],etc 
...

Then I would like to ask if there is a clean to disable warnings of this type? maybe adding some lines to the CMakeLists?

Are these warnings coming out of deal.II, or out of your own code? If the latter, you should of course fix them -- warnings warn you about issues with your code for very good reasons!


2) I realized that the type *PETScWrappers::Vector *has disappeared from the library! As mentioned above, I was comfortably reading a native PETSc vector *vec* from disk by doing *PETScWrappers::Vector (vec); *Now that it is gone,**I don't really know what is the successor.

Just use PETScWrappers::MPI::Vector, but with MPI_COMM_SELF as the communicator. This creates a local vector.

Best
 W.

--
------------------------------------------------------------------------
Wolfgang Bangerth          email:                 [email protected]
                           www: http://www.math.colostate.edu/~bangerth/

--
The deal.II project is located at http://www.dealii.org/
For mailing list/forum options, see 
https://groups.google.com/d/forum/dealii?hl=en
--- You received this message because you are subscribed to the Google Groups "deal.II User Group" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
For more options, visit https://groups.google.com/d/optout.

Reply via email to