Multiscale Universal Interface  2.0
A Concurrent Framework for Coupling Heterogeneous Solvers
solver.cpp File Reference

Unit test on Conjugate Gradient solver with preconditioners. More...

#include <iostream>
#include "../solver.h"
Include dependency graph for solver.cpp:

Functions

void test00 ()
 
void test01 ()
 
void test02 ()
 
void test03 ()
 
void test04 ()
 
void test05 ()
 
void test06 ()
 
void test07 ()
 
void test08 ()
 
int main ()
 

Detailed Description

Unit test on Conjugate Gradient solver with preconditioners.

Author
W. Liu
Date
28 January 2023

Function Documentation

◆ main()

int main ( )

◆ test00()

void test00 ( )

◆ test01()

void test01 ( )

◆ test02()

void test02 ( )

◆ test03()

void test03 ( )

◆ test04()

void test04 ( )

◆ test05()

void test05 ( )

◆ test06()

void test06 ( )

◆ test07()

void test07 ( )

◆ test08()

void test08 ( )