~njansson/dolfin/hpc

« back to all changes in this revision

Viewing changes to dolfin/function/Function.h

  • Committer: Kent-Andre Mardal
  • Date: 2008-04-03 11:30:39 UTC
  • mfrom: (2482.1.3 trunk)
  • Revision ID: kent-and@simula.no-20080403113039-p859iv2wsv8seiyp
updated io to require GenericMatrix

Show diffs side-by-side

added added

removed removed

Lines of Context:
55
55
    /// Create constant function from given value
56
56
    //Function(Mesh& mesh, GenericFunction& function);
57
57
 
58
 
    // FIXME: Should be GenericVector here
59
58
    /// Create discrete function for argument function i of form
60
59
    Function(Mesh& mesh, GenericVector& x, Form& form, uint i = 1);
61
60