|
GooseFEM 1.4.1.dev2+g78f16df
|
Sparse matrix that is partitioned in: More...
#include "Matrix.h"#include "config.h"#include <Eigen/Eigen>#include <Eigen/Sparse>#include <Eigen/SparseCholesky>Go to the source code of this file.
Classes | |
| class | GooseFEM::MatrixPartitionedTyings |
| Sparse matrix from with dependent DOFs are eliminated, and the remaining (small) independent system is partitioned in an unknown and a prescribed part. More... | |
| class | GooseFEM::MatrixPartitionedTyingsSolver< Solver > |
| Solver for MatrixPartitionedTyings(). More... | |
Namespaces | |
| namespace | GooseFEM |
| Toolbox to perform finite element computations. | |
Sparse matrix that is partitioned in:
Definition in file MatrixPartitionedTyings.h.