00001 00004 class MxElmMatVec: public HandleId 00005 { 00006 public: 00007 00008 MxElmMatVec(){} 00009 ~MxElmMatVec(); 00010 00011 MatSimplest(Handle(ElmMatVec)) elm_matvecs; 00012 int rowBlocks; 00013 int colBlocks; 00014 int elm_no; 00015 00016 void setBlockStructure(int i, int j); 00017 void enforceEssBC (); 00018 bool ok () const; 00019 void print (Os os, int help = 1) const; 00020 void attach(SystemCollector& syscoll); 00021 00022 bool refill (int elm_no_); 00023 }; 00024 00025