svFSIplus
Public Attributes | List of all members
tlsType Class Reference

Data type for Trilinos Linear Solver related arrays. More...

#include <ComMod.h>

Public Attributes

Vector< int > ltg
 Local to global mapping. More...
 
Array< double > W
 Factor for Dirichlet BCs. More...
 
Array< double > R
 Residual. More...
 

Detailed Description

Data type for Trilinos Linear Solver related arrays.

Member Data Documentation

◆ ltg

Vector<int> tlsType::ltg

Local to global mapping.

◆ R

Array<double> tlsType::R

Residual.

◆ W

Array<double> tlsType::W

Factor for Dirichlet BCs.


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