DNDSR 0.1.0.dev1+gcd065ad
Distributed Numeric Data Structure for CFV
Loading...
Searching...
No Matches
TestBlockLDLT Struct Reference
Inheritance diagram for TestBlockLDLT:
[legend]
Collaboration diagram for TestBlockLDLT:
[legend]

Public Member Functions

 TestBlockLDLT (ssp< Direct::SerialSymLUStructure > s, int N)
 
BlockGetDiag (DNDS::index i)
 
BlockGetLower (DNDS::index i, int ij)
 
Block InvertDiag (const Block &v)
 
- Public Member Functions inherited from DNDS::Direct::LocalLDLTBase< Derived, tComponent, tVec >
 LocalLDLTBase (ssp< Direct::SerialSymLUStructure > _symLU)
 
virtual ~LocalLDLTBase ()=default
 
void GetDiag (index i)
 
void GetLower (index i, int ij)
 
void InvertDiag (const tComponent &v)
 
void InPlaceDecompose ()
 
void MatMul (tVec &x, tVec &result)
 
void Solve (tVec &b, tVec &result)
 

Public Attributes

std::vector< Blockdiag
 
std::vector< std::vector< Block > > lower
 
- Public Attributes inherited from DNDS::Direct::LocalLDLTBase< Derived, tComponent, tVec >
ssp< Direct::SerialSymLUStructuresymLU
 
bool isDecomposed = false
 

Detailed Description

Definition at line 362 of file test_Direct.cpp.

Constructor & Destructor Documentation

◆ TestBlockLDLT()

TestBlockLDLT::TestBlockLDLT ( ssp< Direct::SerialSymLUStructure s,
int  N 
)
inline

Definition at line 367 of file test_Direct.cpp.

Here is the call graph for this function:

Member Function Documentation

◆ GetDiag()

Block & TestBlockLDLT::GetDiag ( DNDS::index  i)
inline

Definition at line 378 of file test_Direct.cpp.

◆ GetLower()

Block & TestBlockLDLT::GetLower ( DNDS::index  i,
int  ij 
)
inline

Definition at line 379 of file test_Direct.cpp.

◆ InvertDiag()

Block TestBlockLDLT::InvertDiag ( const Block v)
inline

Definition at line 380 of file test_Direct.cpp.

Member Data Documentation

◆ diag

std::vector<Block> TestBlockLDLT::diag

Definition at line 364 of file test_Direct.cpp.

◆ lower

std::vector<std::vector<Block> > TestBlockLDLT::lower

Definition at line 365 of file test_Direct.cpp.


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