[Dune] Notification from Dune

Flyspray dune at dune-project.de
Thu May 10 16:46:58 CEST 2007


THIS IS AN AUTOMATED MESSAGE, DO NOT REPLY.

A new Flyspray task has been opened.  Details are below.

User who did this: - Karsten Michel (michel)

Attached to Project - Dune
Summary - grid-howto: wrong code in adaptivefinitevolume.cc 
Task Type - Bug Report
Category - Documentation
Status - New
Assigned To - 
Operating System - All
Severity - Medium
Priority - Normal
Reported Version - SVN
Due in Version - 1.0
Due Date - Undecided
Details - In the grid-howto, the file adaptivefinitevolume.cc contains
really strange code:
1. The timeloop finishes after one iteration
2. In the timeloop the non-adaptive function evolve() is used (instead
of finitevolumeadapt() ) 
3. The function gnuplot() is defined but not used in the code (and
also not explained in the pdf)


  while (t<tend)
	{
	  k++;
	  evolve(grid,mapper,c,t,dt);
	  return;
	  t += dt;
 	  if (k%modulo==0) vtkout(grid,c,"concentration",k/modulo);
	  std::cout << "s=" << grid.size(0) << " k=" << k 
				<< " t=" << t << " dt=" << dt << std::endl;
//   	  finitevolumeadapt(grid,mapper,c,lmin,lmax,k);
	}

More information can be found at the following URL:
http://hal.iwr.uni-heidelberg.de/flyspray/?do=details&id=293

You are receiving this message because you have requested it from the
Flyspray bugtracking system.  You can be removed from future
notifications by visiting the URL shown above.





More information about the Dune mailing list