ML
Version of the Day
|
MLAPI interface to the Galeri package. More...
#include "ml_common.h"
#include "ml_include.h"
#include <iostream>
Namespaces | |
Teuchos | |
MLAPI | |
MLAPI: Default namespace for all MLAPI objects and functions. | |
Functions | |
Operator | MLAPI::Gallery (const std::string ProblemType, const Space &MySpace) |
Creates a matrix using the TRIUTILS gallery. | |
Operator | MLAPI::GetShiftedLaplacian1D (const int NX, const double Factor=0.99) |
Creates a 1D shifted Laplacian. | |
Operator | MLAPI::GetShiftedLaplacian2D (const int NX, const int NY, const double Factor=0.99, const bool RandomScale=false) |
Creates a 2D shifted Laplacian. | |
Operator | MLAPI::ReadMatrix (const char *FileName) |
Reads a matrix in MATLAB format. | |
Operator | MLAPI::GetRecirc2D (const int NX, const int NY, const double conv, const double diff) |
Creates a recirculation problem in 2D. | |
Teuchos::ParameterList | MLAPI::ReadParameterList (const char *FileName) |
Populates a list from specified file. | |
MLAPI interface to the Galeri package.