~corrado-maurini/dolfin/tao

« back to all changes in this revision

Viewing changes to dolfin/la/EpetraFactory.h

  • Committer: corrado maurini
  • Date: 2012-12-18 12:16:08 UTC
  • mfrom: (6685.78.207 trunk)
  • Revision ID: corrado.maurini@upmc.fr-20121218121608-nk82ly9jgsld9u84
updating with trunk, fix uint in TAO solver and hacking the check for tao FindTAO.cmake

Show diffs side-by-side

added added

removed removed

Lines of Context:
63
63
    boost::shared_ptr<GenericVector> create_local_vector() const;
64
64
 
65
65
    /// Create empty tensor layout
66
 
    boost::shared_ptr<TensorLayout> create_layout(uint rank) const;
 
66
    boost::shared_ptr<TensorLayout> create_layout(std::size_t rank) const;
67
67
 
68
68
    /// Create empty linear operator
69
69
    boost::shared_ptr<GenericLinearOperator> create_linear_operator() const;