[Dune] [#324] Marking during adaptation in OneDGrid

Dune dune at dune-project.org
Mon Oct 22 22:23:34 CEST 2007


THIS IS AN AUTOMATED MESSAGE, DO NOT REPLY.

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

User who did this - Andreas Dedner (dedner) 

Attached to Project - Dune
Summary - Marking during adaptation in OneDGrid
Task Type - Bug Report
Category - OneD
Status - New
Assigned To - 
Operating System - Unspecified / All
Severity - Medium
Priority - Normal
Reported Version - SVN
Due in Version - post 1.0
Due Date - Undecided
Details - I thing the marking strategy in OneDGrid concerning
has been coarsend/was refined does not work properly.
I thing in preAdapt() something of the type
    for (int i=0; i<=maxLevel(); i++) {
        OneDEntityImp<1>* eIt;
        for (eIt = elements[i].begin; eIt!=NULL; eIt = eIt->succ_) {
            if (eIt->markState_ == OneDEntityImp<1>::COARSEN)
              eIt->adaptationState_ = OneDEntityImp<1>::COARSEN;
            else
              eIt->adaptationState_ = OneDEntityImp<1>::NONE;
        }
    }
is missing.


More information can be found at the following URL:
http://conan.informatik.uni-stuttgart.de/flyspray/index.php?do=details&task_id=324

You are receiving this message because you have requested it from the Flyspray bugtracking system.  If you did not expect this message or don't want to receive mails in future, you can change your notification settings at the URL shown above.




More information about the Dune mailing list