Dolfin 1.3.0 fails with PETSc 3.4.2

Issue #200 invalid
Evan Cummings created an issue

Upon upgrading to FEniCS 1.3.0, we have an error with PETSc:

*** -------------------------------------------------------------------------
*** DOLFIN encountered an error. If you are not able to resolve this issue
*** using the information listed below, you can ask for help at
***
***     fenics@fenicsproject.org
***
*** Remember to include the error message listed below and, if possible,
*** include a *minimal* running example to reproduce the error.
***
*** -------------------------------------------------------------------------
*** Error:   Unable to successfully call PETSc function 'VecSet'.
*** Reason:  PETSc error code is: 73.
*** Where:   This error was encountered inside /home/evanc/Work/FEniCS/stable/src/dolfin-1.3.0/dolfin/la/PETScVector.cpp.
*** Process: 11
*** 
*** DOLFIN version: 1.3.0
*** Git changeset:  
*** -------------------------------------------------------------------------

Comments (5)

  1. Evan Cummings reporter

    it was generated by setting the value of a function via

    Function.vector()[:] = numpy.array()
    

    if that helps.

    This is a fresh install, straight from the latest dorsal, stable version.

  2. Log in to comment