PLaSK library
Loading...
Searching...
No Matches
fem_solver.hpp File Reference
#include <plask/plask.hpp>
#include "cholesky_matrix.hpp"
#include "gauss_matrix.hpp"
#include "iterative_matrix.hpp"
Include dependency graph for fem_solver.hpp:
This graph shows which files directly or indirectly include this file:

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 }