Fluid structure interaction suite
LAC::LAdealii Struct Reference

Serial linear algebra, natively defined in deal.II. More...

#include <lac.h>

Public Types

using Vector = Vector< double >
 
using BlockVector = BlockVector< double >
 
using SparseMatrix = SparseMatrix< double >
 
using BlockSparseMatrix = BlockSparseMatrix< double >
 
using SparsityPattern = SparsityPattern
 
using BlockSparsityPattern = BlockSparsityPattern
 
using AMG = ParsedLAC::AMGPreconditioner
 
using DirectSolver = SparseDirectUMFPACK
 

Detailed Description

Serial linear algebra, natively defined in deal.II.

We use this class to specify block vectors, matrices, and sparsity patterns to use with serial Triangulation objects.

Definition at line 69 of file lac.h.

Member Typedef Documentation

◆ Vector

using LAC::LAdealii::Vector = Vector<double>

Definition at line 71 of file lac.h.

◆ BlockVector

Definition at line 72 of file lac.h.

◆ SparseMatrix

Definition at line 73 of file lac.h.

◆ BlockSparseMatrix

Definition at line 74 of file lac.h.

◆ SparsityPattern

Definition at line 75 of file lac.h.

◆ BlockSparsityPattern

◆ AMG

Definition at line 78 of file lac.h.

◆ DirectSolver

Definition at line 83 of file lac.h.


The documentation for this struct was generated from the following file: