4 #ifndef DUNE_GRID_UTILITY_GRIDINFO_HH 5 #define DUNE_GRID_UTILITY_GRIDINFO_HH 16 #include <dune/common/classname.hh> 17 #include <dune/common/exceptions.hh> 18 #include <dune/common/forloop.hh> 19 #include <dune/common/fvector.hh> 20 #include <dune/geometry/type.hh> 21 #include <dune/geometry/referenceelements.hh> 23 #include <dune/geometry/multilineargeometry.hh> 63 count(0), volumeMin(
std::numeric_limits<ctype>::infinity()),
64 volumeMax(-
std::numeric_limits<ctype>::infinity()), volumeSum(0)
76 public std::binary_function<GeometryType, GeometryType, bool>
81 return a.dim() < b.dim() ||
82 (a.dim() == b.dim() && (a.isNone() < b.isNone() ||
83 (a.isNone() == b.isNone() && (a.id() >> 1) < (b.id() >> 1))));
97 public std::map<GeometryType, EntityInfo<ctype>, GridViewInfoGTCompare>
124 void print(std::ostream &stream, std::string prefix)
const {
125 if(!gridName.empty()) {
126 stream << prefix << gridName <<
":\n";
129 if(!gridViewName.empty()) {
130 stream << prefix << gridViewName <<
":\n";
133 if(!partitionName.empty()) {
134 stream << prefix << partitionName <<
":\n";
138 typedef typename GridViewInfo::const_iterator Iterator;
139 std::size_t dim = ~0;
140 const Iterator &end = this->end();
141 for(Iterator it = this->begin(); it != end; ++it) {
142 if(it->first.dim() != dim) {
143 dim = it->first.dim();
144 stream << prefix <<
"Dim = " << dim <<
":\n";
146 stream << prefix <<
" " << it->first <<
": Count = " 147 << it->second.count <<
", Volume range = " 148 <<
"(" << it->second.volumeMin <<
".." 149 << it->second.volumeMax <<
"), Total volume = " 150 << it->second.volumeSum <<
"\n";
161 template<
class ctype>
165 info.
print(stream,
"");
172 struct FillGridInfoOperation {
173 template<
class Entity,
class Mapper,
class Visited,
class RefElem>
174 static void apply(
const Entity &e,
const Mapper &mapper, Visited &visited,
176 const RefElem &refelem,
179 typedef typename Entity::Geometry::ctype ctype;
180 static const std::size_t dimw = Entity::Geometry::coorddimension;
182 std::vector<FieldVector<ctype, dimw> > coords;
183 for(
int i = 0; i < refelem.size(codim); ++i) {
184 int index = mapper.map(e, i, codim);
187 visited[index] =
true;
191 coords.resize( refelem.size(i, codim, dim) );
192 for(std::size_t corner = 0; corner < coords.size(); ++corner)
193 coords[ corner ] = geo.corner( refelem.subEntity( i, codim, corner, dim ) );
194 MultiLinearGeometry<ctype, dim-codim, dimw> mygeo(gt, coords);
196 ctype volume = mygeo.volume();
205 template<
int dimgr
id>
206 struct MCMGNonElementLayout {
207 bool contains(
GeometryType gt)
const {
return gt.dim() < dimgrid; }
220 typedef typename GV::ctype ctype;
221 static const std::size_t dim = GV::dimension;
222 typedef typename GV::template Codim<0>::Iterator EIterator;
223 typedef typename GV::template Codim<0>::Geometry EGeometry;
224 typedef typename GV::IndexSet
IndexSet;
228 typedef ReferenceElements<ctype, dim> RefElems;
231 std::vector<bool> visited(mapper.
size(),
false);
233 gridViewInfo.
gridName = className<typename GV::Grid>();
236 gridViewInfo.clear();
238 const EIterator &eend = gv.template end<0>();
239 for(EIterator eit = gv.template begin<0>(); eit != eend; ++eit) {
240 ctype volume = eit->geometry().volume();
246 if(!eit->type().isNone()) {
247 const EGeometry &geo = eit->geometry();
248 ForLoop<FillGridInfoOperation, 1, dim>::
249 apply(*eit, mapper, visited, geo, RefElems::general(eit->type()),
256 if(gridViewInfo.count(gt) > 0) {
257 for(std::size_t codim = 0; codim < dim; ++codim) {
258 gt.makeNone(dim-codim);
261 std::numeric_limits<ctype>::quiet_NaN();
268 const InfoIterator &end = gridViewInfo.end();
269 const IndexSet &is = gv.indexSet();
270 for(InfoIterator it = gridViewInfo.begin(); it != end; ++it) {
271 it->second.count = is.
size(it->first);
272 if(it->second.count == 0)
273 DUNE_THROW(Exception,
"Found Entities of geomentry type " <<
274 it->first <<
" while iterating through the grid, but " 275 "indexSet.size() == 0 for that geometry type");
283 #endif // DUNE_GRID_UTILITY_GRIDINFO_HH void print(std::ostream &stream, std::string prefix) const
print the information contained in this object
Definition: utility/gridinfo.hh:124
ctype volumeSum
sum of volumes of all entities in the set.
Definition: utility/gridinfo.hh:54
int size() const
Return total number of entities in the entity set managed by the mapper.
Definition: mcmgmapper.hh:179
ctype volumeMax
maximum volume of all entities in the set.
Definition: utility/gridinfo.hh:47
std::string partitionName
name of the partition this information was extracted from
Definition: utility/gridinfo.hh:108
GeometryType
Type representing VTK's entity geometry types.
Definition: common.hh:178
std::size_t count
number of entities in the set
Definition: utility/gridinfo.hh:33
IndexType size(GeometryType type) const
Return total number of entities of given geometry type in entity set .
Definition: indexidset.hh:220
EntityInfo()
initialize the structure
Definition: utility/gridinfo.hh:62
int min(const DofVectorPointer< int > &dofVector)
Definition: dofvector.hh:346
std::ostream & operator<<(std::ostream &stream, const GridViewInfo< ctype > &info)
write a GridViewInfo object
Definition: utility/gridinfo.hh:162
structure to hold information about a certain GridView.
Definition: utility/gridinfo.hh:96
Know the grid dimension.
Definition: common/entity.hh:111
ctype volumeMin
minimum volume of all entities in the set.
Definition: utility/gridinfo.hh:40
void fillGridViewInfoSerial(const GV &gv, GridViewInfo< typename GV::ctype > &gridViewInfo)
fill a GridViewInfo structure from a serial grid
Definition: utility/gridinfo.hh:217
Include standard header files.
Definition: agrid.hh:59
Implementation class for a multiple codim and multiple geometry type mapper.
Definition: mcmgmapper.hh:101
Mapper for multiple codim and multiple geometry types.
Mapper interface.
Definition: mapper.hh:107
Comparison object to sort GeometryType by majorly dimension.
Definition: utility/gridinfo.hh:75
Wrapper class for entities.
Definition: common/entity.hh:64
Index Set Interface base class.
Definition: common/grid.hh:346
Structure to hold statistical information about one type of entity.
Definition: utility/gridinfo.hh:31
std::string gridViewName
name of the class of the GridView this information was extracted from
Definition: utility/gridinfo.hh:102
bool operator()(const GeometryType &a, const GeometryType &b) const
compare two GeometryTypes
Definition: utility/gridinfo.hh:79
GridImp::template Codim< cd >::Geometry Geometry
The corresponding geometry type.
Definition: common/entity.hh:100
int max(const DofVectorPointer< int > &dofVector)
Definition: dofvector.hh:335
std::string gridName
name of the grid class this information was extracted from
Definition: utility/gridinfo.hh:100