tutorial 1.1 not updated

Issue #11 duplicate
Former user created an issue

in the section "Using a Backend-Specific Solver" of the page http://fenicsproject.org/documentation/tutorial/misc.html#linear-solvers-and-preconditioners, the code use the function

if not has_la_backend('Epetra')

and should be

has_linear_algebra_backend('Epetra'):

Comments (1)

  1. Log in to comment