Lines Matching refs:cdim

82                     int cdim,  in ExampleDataHandle()  argument
84 iset_(iset), ids_(ids) , cdim_(cdim), data1_(d1) , data2_(d2) in ExampleDataHandle()
207 template< class GridView, int cdim, class OutputStream >
219 typedef typename GridView :: template Codim< cdim > :: Entity SubEntity;
259 if( cdim == 0 ) in project()
295 for( int i = 0; i < insideRefElem.size( indexInInside, 1, cdim ); ++i ) in project()
297 const int e = insideRefElem.subEntity( indexInInside, 1, i, cdim ); in project()
298 const int idx = indexSet_.subIndex( entity, e, cdim ); in project()
300 SubEntity subE = entity.template subEntity< cdim >( e ); in project()
323 for( int i = 0; i < outsideRefElem.size( indexInOutside, 1, cdim ); ++i ) in project()
325 const int e = outsideRefElem.subEntity( indexInOutside, 1, i, cdim ); in project()
326 const int idx = indexSet_.subIndex( neigh, e, cdim ); in project()
328 SubEntity subE = neigh.template subEntity< cdim >( e ); in project()
355 if (size > 1 && cdim == 0 && in test()
380 if( cdim == 0 ) in test()
397 const int numSubEntities = entity.subEntities(cdim); in test()
400 SubEntity subE = entity.template subEntity< cdim >( i ); in test()
424 const int vx = refElem.subEntity( i, cdim, j, dim ); in test()
451 std :: cout << " communication for codim " << cdim << std :: endl; in checkCommunication()
454 const int dataSize = indexSet_.size( cdim ); in checkCommunication()
464 dh( indexSet_, gridView_.grid().globalIdSet(), cdim, data, weight ); in checkCommunication()
481 sout_ << "Error: Communication for codimension " << cdim in checkCommunication()
502 …const bool skipCheck = ( cdim == 0 ) ? (gridView_.overlapSize(0) == 0 && gridView_.ghostSize(0) ==… in CheckCommunication()
506 …std :: cerr << "Codim " << cdim << ": Test skiped because of empty set of overlap and ghosts !" <<… in CheckCommunication()
511 << cdim << "!" << std :: endl; in CheckCommunication()
515 CheckCommunication< GridView, NextCodim< Grid, cdim >::v, OutputStream > in CheckCommunication()