NeoPZ
Functions
pzvisualmatrix.cpp File Reference

Contains the implementation of the VisualMatrix for DataExplorer and VTK packages. More...

#include "pzvisualmatrix.h"
#include "pzfmatrix.h"
Include dependency graph for pzvisualmatrix.cpp:

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...
 
template void VisualMatrix< float > (TPZFMatrix< float > &matrix, const std::string &outfilename)
 
template void VisualMatrix< double > (TPZFMatrix< double > &matrix, const std::string &outfilename)
 
template void VisualMatrix< long double > (TPZFMatrix< long double > &matrix, const std::string &outfilename)
 
template void VisualMatrix< std::complex< float > > (TPZFMatrix< std::complex< float > > &matrix, const std::string &outfilename)
 
template void VisualMatrix< std::complex< double > > (TPZFMatrix< std::complex< double > > &matrix, const std::string &outfilename)
 
template void VisualMatrix< std::complex< long double > > (TPZFMatrix< std::complex< long double > > &matrix, const std::string &outfilename)
 

Detailed Description

Contains the implementation of the VisualMatrix for DataExplorer and VTK packages.

Definition in file pzvisualmatrix.cpp.

Function Documentation

◆ VisualMatrix< double >()

template void VisualMatrix< double > ( TPZFMatrix< double > &  matrix,
const std::string &  outfilename 
)

Referenced by VisualMatrixVTK().

◆ VisualMatrix< float >()

template void VisualMatrix< float > ( TPZFMatrix< float > &  matrix,
const std::string &  outfilename 
)

Referenced by VisualMatrixVTK().

◆ VisualMatrix< long double >()

template void VisualMatrix< long double > ( TPZFMatrix< long double > &  matrix,
const std::string &  outfilename 
)

Referenced by VisualMatrixVTK().

◆ VisualMatrix< std::complex< double > >()

template void VisualMatrix< std::complex< double > > ( TPZFMatrix< std::complex< double > > &  matrix,
const std::string &  outfilename 
)

◆ VisualMatrix< std::complex< float > >()

template void VisualMatrix< std::complex< float > > ( TPZFMatrix< std::complex< float > > &  matrix,
const std::string &  outfilename 
)

◆ VisualMatrix< std::complex< long double > >()

template void VisualMatrix< std::complex< long double > > ( TPZFMatrix< std::complex< long double > > &  matrix,
const std::string &  outfilename 
)