GooseFEM 1.4.1.dev2+g78f16df
Loading...
Searching...
No Matches
MatrixPartitioned.h File Reference

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.
 

Detailed Description

Sparse matrix that is partitioned in:

  • unknown DOFs
  • prescribed DOFs
License: This project is released under the GNU Public License (GPLv3).

Definition in file MatrixPartitioned.h.