Discontinuous Galerkin Library
#include "dg/algorithm.h"
eve.h File Reference
#include <cmath>
#include "blas.h"
#include "functors.h"

Go to the source code of this file.

Classes

class  dg::EVE< ContainerType >
 The Eigen-Value-Estimator (EVE) finds largest Eigenvalue of \( M^{-1}Ax = \lambda_\max x\). More...
 

Namespaces

namespace  dg
 This is the namespace for all functions and classes defined and used by the discontinuous Galerkin library.
 

Detailed Description

EVE adds an estimator for the largest Eigenvalue of the generalized Eigenvalue problem

Author
Eduard Reiter and Matthias Wiesenberger