OpenFPM_pdata  4.1.0
Project that contain the implementation of distributed structures
 
Loading...
Searching...
No Matches
AMG_time_err_coars Struct Reference

It contain information about the performance of the AMG. More...

Detailed Description

It contain information about the performance of the AMG.

Definition at line 23 of file petsc_solver_AMG_report.hpp.

#include <petsc_solver_AMG_report.hpp>

Data Fields

double time_setup
 time to setup
 
double time_solve
 time to solve
 
double residual
 residual norm
 
double score
 assign a score to the solver
 

Field Documentation

◆ residual

double AMG_time_err_coars::residual

residual norm

Definition at line 32 of file petsc_solver_AMG_report.hpp.

◆ score

double AMG_time_err_coars::score

assign a score to the solver

Definition at line 35 of file petsc_solver_AMG_report.hpp.

◆ time_setup

double AMG_time_err_coars::time_setup

time to setup

Definition at line 26 of file petsc_solver_AMG_report.hpp.

◆ time_solve

double AMG_time_err_coars::time_solve

time to solve

Definition at line 29 of file petsc_solver_AMG_report.hpp.


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