NeoPZ
|
Contains the declaration of the VisualMatrix functions to VTK and DX 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... | |
Contains the declaration of the VisualMatrix functions to VTK and DX packages.
Definition in file pzvisualmatrix.h.