Skip to content
Snippets Groups Projects
Commit 16d000af authored by Robert Klöfkorn's avatar Robert Klöfkorn
Browse files

Removed writeGridUSPM. Not needed any longer.

[[Imported from SVN: r942]]
parent 9f4c5c61
No related branches found
No related tags found
No related merge requests found
......@@ -1095,6 +1095,16 @@ namespace Dune
//! 0 ... maxlevel with 0 the coarsest level.
int maxlevel() const;
//! Iterator to first entity of given codim on level
template<int codim, PartitionType pitype>
AlbertGridLevelIterator<codim,dim,dimworld,pitype>
lbegin (int level,IteratorType IType = InteriorBorder, int proc = -1 );
//! one past the end on this level
template<int codim, PartitionType pitype>
AlbertGridLevelIterator<codim,dim,dimworld,pitype>
lend (int level, IteratorType IType = InteriorBorder, int proc = -1 );
//! Iterator to first entity of given codim on level
template<int codim> AlbertGridLevelIterator<codim,dim,dimworld,All_Partition>
lbegin (int level,IteratorType IType = InteriorBorder, int proc = -1 );
......@@ -1191,7 +1201,6 @@ namespace Dune
// read and write mesh_ via ALBERT routines
bool writeGridXdr ( const char * filename, albertCtype time );
bool writeGridUSPM ( const char * filename, albertCtype time, int level );
bool readGridXdr ( const char * filename, albertCtype & time );
//! access to mesh pointer, needed by some methods
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment