PLaSK library
|
#include <plask/plask.hpp>
#include "cholesky_matrix.hpp"
#include "gauss_matrix.hpp"
#include "iterative_matrix.hpp"
Go to the source code of this file.
Classes | |
struct | plask::FemSolverWithMesh< SpaceT, MeshT > |
struct | plask::FemSolverWithMaskedMesh< SpaceT, MeshT > |
Namespaces | |
namespace | plask |
Patterson quadrature for complex function along specified line. | |
Enumerations | |
enum | plask::FemMatrixAlgorithm { plask::ALGORITHM_CHOLESKY , plask::ALGORITHM_GAUSS , plask::ALGORITHM_ITERATIVE } |
Choice of matrix factorization algorithms. More... | |
enum | plask::EmptyElementsHandling { plask::EMPTY_ELEMENTS_DEFAULT , plask::EMPTY_ELEMENTS_EXCLUDED , plask::EMPTY_ELEMENTS_INCLUDED } |