ml_MultiLevelPreconditioner_Viz.cpp File Reference

Visualization utilities for MultiLevelPreconditioner class. More...

#include "ml_common.h"
#include "ml_include.h"
#include "Epetra_Map.h"
#include "Epetra_Vector.h"
#include "Epetra_Import.h"
#include "Epetra_Time.h"
#include "Epetra_RowMatrix.h"
#include "Epetra_FECrsMatrix.h"
#include "Epetra_MpiComm.h"
#include "ml_epetra.h"
#include "ml_MultiLevelPreconditioner.h"
#include "ml_viz_stats.h"

Include dependency graph for ml_MultiLevelPreconditioner_Viz.cpp:


Functions

int ML_Aggregate_VizAndStats_Compute (ML *ml, ML_Aggregate *ag, int MaxMgLevels, double *x, double *y, double *z, int Ndimensions, char *base_filename)
int ML_Aggregate_Stats_ComputeCoordinates (ML *ml, ML_Aggregate *ag, double *x, double *y, double *z)
int ML_Aggregate_Stats_Analyze (ML *ml, ML_Aggregate *ag)
int ML_Aggregate_Viz (ML *ml, ML_Aggregate *ag, int choice, double *vector, char *base_filename, int level)
int ML_Aggregate_Stats_CleanUp_Amalgamate (ML *ml, ML_Aggregate *ag)

Detailed Description

}

Author:
Marzio Sala, SNL, 9214
Date:
Last update to Doxygen: 09-Aug-04

Function Documentation

int ML_Aggregate_Stats_Analyze ( ML ml,
ML_Aggregate ag 
)

int ML_Aggregate_Stats_CleanUp_Amalgamate ( ML ml,
ML_Aggregate ag 
)

int ML_Aggregate_Stats_ComputeCoordinates ( ML ml,
ML_Aggregate ag,
double *  x,
double *  y,
double *  z 
)

int ML_Aggregate_Viz ( ML ml,
ML_Aggregate ag,
int  choice,
double *  vector,
char *  base_filename,
int  level 
)

int ML_Aggregate_VizAndStats_Compute ( ML ml,
ML_Aggregate ag,
int  MaxMgLevels,
double *  x,
double *  y,
double *  z,
int  Ndimensions,
char *  base_filename 
)