Skip to content
Snippets Groups Projects
Forked from agnumpde / dune-fufem
Source project has a limited visibility.
  • Elias Pipping's avatar
    9fe2dd26
    Add an assertation · 9fe2dd26
    Elias Pipping authored
    Note: This assumes that any vector used to construct a BasisGridFunction
    already has the proper size. If you want to be able to write
    
      Vector vec; // unitialised
      BasisGridFunction func(vec);
      initialize(vec);
    
    for some reason, then please revert this change and let me know.
    9fe2dd26
    History
    Add an assertation
    Elias Pipping authored
    Note: This assumes that any vector used to construct a BasisGridFunction
    already has the proper size. If you want to be able to write
    
      Vector vec; // unitialised
      BasisGridFunction func(vec);
      initialize(vec);
    
    for some reason, then please revert this change and let me know.
Code owners
Assign users and groups as approvers for specific file changes. Learn more.