GooseFEM 1.4.1.dev2+g78f16df
Loading...
Searching...
No Matches
MatrixPartitionedTyings.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::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.
 

Detailed Description

Sparse matrix that is partitioned in:

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

Definition in file MatrixPartitionedTyings.h.