NeoPZ
|
Contains the implementation of the VisualMatrix for DataExplorer and VTK packages. More...
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) |
Contains the implementation of the VisualMatrix for DataExplorer and VTK packages.
Definition in file pzvisualmatrix.cpp.
template void VisualMatrix< double > | ( | TPZFMatrix< double > & | matrix, |
const std::string & | outfilename | ||
) |
Referenced by VisualMatrixVTK().
template void VisualMatrix< float > | ( | TPZFMatrix< float > & | matrix, |
const std::string & | outfilename | ||
) |
Referenced by VisualMatrixVTK().
template void VisualMatrix< long double > | ( | TPZFMatrix< long double > & | matrix, |
const std::string & | outfilename | ||
) |
Referenced by VisualMatrixVTK().
template void VisualMatrix< std::complex< double > > | ( | TPZFMatrix< std::complex< 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< long double > > | ( | TPZFMatrix< std::complex< long double > > & | matrix, |
const std::string & | outfilename | ||
) |