Classes | |
class | ProblemInstat< Traits > |
Standard implementation of ProblemTimeInterface for a time dependent problems. More... | |
class | ProblemInstatBase |
Base class for ProblemInstat. More... | |
class | ProblemStatBase |
Interface for time independent problems. Concrete problems must override all pure virtual methods. The method adaptMethodStat() should initiate the adaption loop which in turn uses the other pure virtual functions. The default stationary adaption loop is implemented in the class AdaptStationary. More... | |
class | ProblemTimeInterface |
Interface for time dependent problems. Concrete problems must override all pure virtual methods. More... | |