GooseFEM 1.4.1.dev2+g78f16df
|
Go to the source code of this file.
Classes | |
class | GooseFEM::MatrixSolverBase< D > |
CRTP base class for a solver class. More... | |
class | GooseFEM::MatrixSolverSingleBase< D > |
CRTP base class for a solver class. More... | |
class | GooseFEM::MatrixSolverPartitionedBase< D > |
CRTP base class for a extra functions for a partitioned solver class. More... | |
class | GooseFEM::MatrixBase< D > |
CRTP base class for a matrix. More... | |
class | GooseFEM::MatrixPartitionedBase< D > |
CRTP base class for a partitioned matrix. More... | |
class | GooseFEM::MatrixPartitionedTyingsBase< D > |
CRTP base class for a partitioned matrix with tying. More... | |
class | GooseFEM::Matrix |
Sparse matrix. More... | |
class | GooseFEM::MatrixSolver< Solver > |
Solve \( x = A^{-1} b \), for A of the GooseFEM::Matrix() class. More... | |
Namespaces | |
namespace | GooseFEM |
Toolbox to perform finite element computations. | |
Definition in file Matrix.h.