NeoPZ
Functions
pzvisualmatrix.h File Reference

Contains the declaration of the VisualMatrix functions to VTK and DX packages. More...

#include "pzfmatrix.h"
#include "pzvec.h"
#include "fstream"
Include dependency graph for pzvisualmatrix.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Functions

template<class TVar >
void VisualMatrix (TPZFMatrix< TVar > &matrix, const std::string &outfilename)
 This function calls the function that create a Data Explorer file or
VTK file that allow to visualization of the value of a matrix passed as parameter. More...
 
template<class TVar >
void VisualMatrixDX (TPZFMatrix< TVar > &matrix, const std::string &outfilename)
 This function creates a Data Explorer file that allow to visualization of the value of a matrix passed as parameter. More...
 
template<class TVar >
void VisualMatrixVTK (TPZFMatrix< TVar > &matrix, const std::string &outfilename)
 This function creates a VTK file that allow to visualization of the value of a matrix passed as parameter. More...
 

Detailed Description

Contains the declaration of the VisualMatrix functions to VTK and DX packages.

Definition in file pzvisualmatrix.h.