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::MatrixPartitioned |
Sparse matrix partitioned in an unknown and a prescribed part. More... | |
class | GooseFEM::MatrixPartitionedSolver< Solver > |
Solve \( x_u = A_{uu}^{-1} (b_u - A_{up} * x_p) \) for A of the MatrixPartitioned() class. More... | |
Namespaces | |
namespace | GooseFEM |
Toolbox to perform finite element computations. | |
Sparse matrix that is partitioned in:
Definition in file MatrixPartitioned.h.