src/export_Epetra_CrsMatrix.h

Go to the documentation of this file.
00001 /***************************************************************************
00002                           export_Epetra_CrsMatrix.h  -  description
00003                              -------------------
00004     begin                : Thu Feb 5 2004
00005     copyright            : (C) 2004 by Roman Geus
00006     email                : roman.geus@psi.ch
00007  ***************************************************************************/
00008 
00009 /***************************************************************************
00010  *                                                                         *
00011  *   This program is free software; you can redistribute it and/or modify  *
00012  *   it under the terms of the GNU General Public License as published by  *
00013  *   the Free Software Foundation; either version 2 of the License, or     *
00014  *   (at your option) any later version.                                   *
00015  *                                                                         *
00016  ***************************************************************************/
00017 
00026 void export_Epetra_CrsMatrix(const Epetra_CrsMatrix& mat,
00027                              int precision,
00028                              std::ostream& ostr);
00029                              
00036 void export_Epetra_CrsMatrix(const Epetra_CrsMatrix& mat,
00037                              int precision,
00038                              const std::string& file_name);
00039 
00048 void export_Epetra_Map(const Epetra_Map& map,
00049                        std::ostream& ostr);
00050 
00059 void export_Epetra_Map(const Epetra_Map& map,
00060                        const std::string& file_name);

Generated on Fri Oct 26 13:35:11 2007 for FEMAXX (Finite Element Maxwell Eigensolver) by  doxygen 1.4.7