Skip to content
Snippets Groups Projects
Select Git revision
  • d2aea60337d46e1d8a5107b73f071c1a5793d6ed
  • master default
  • cgnsUnstructured
  • partitioning
  • poppler
  • HighOrderBLCurving
  • gmsh_3_0_4
  • gmsh_3_0_3
  • gmsh_3_0_2
  • gmsh_3_0_1
  • gmsh_3_0_0
  • gmsh_2_16_0
  • gmsh_2_15_0
  • gmsh_2_14_1
  • gmsh_2_14_0
  • gmsh_2_13_2
  • gmsh_2_13_1
  • gmsh_2_12_0
  • gmsh_2_11_0
  • gmsh_2_10_1
  • gmsh_2_10_0
  • gmsh_2_9_3
  • gmsh_2_9_2
  • gmsh_2_9_1
  • gmsh_2_9_0
  • gmsh_2_8_6
26 results

CondNumBasis.cpp

Blame
  • Forked from gmsh / gmsh
    Source project has a limited visibility.
    gmm_inoutput.h 39.33 KiB
    // -*- c++ -*- (enables emacs c++ mode)
    //===========================================================================
    //
    // Copyright (C) 2003-2008 Yves Renard
    //
    // This file is a part of GETFEM++
    //
    // Getfem++  is  free software;  you  can  redistribute  it  and/or modify it
    // under  the  terms  of the  GNU  Lesser General Public License as published
    // by  the  Free Software Foundation;  either version 2.1 of the License,  or
    // (at your option) any later version.
    // This program  is  distributed  in  the  hope  that it will be useful,  but
    // WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
    // or  FITNESS  FOR  A PARTICULAR PURPOSE.  See the GNU Lesser General Public
    // License for more details.
    // You  should  have received a copy of the GNU Lesser General Public License
    // along  with  this program;  if not, write to the Free Software Foundation,
    // Inc., 51 Franklin St, Fifth Floor, Boston, MA  02110-1301, USA.
    //
    // As a special exception, you may use this file as part of a free software
    // library without restriction.  Specifically, if other files instantiate
    // templates or use macros or inline functions from this file, or you compile
    // this file and link it with other files to produce an executable, this
    // file does not by itself cause the resulting executable to be covered by
    // the GNU General Public License.  This exception does not however
    // invalidate any other reasons why the executable file might be covered by
    // the GNU General Public License.
    //
    //===========================================================================
    
    /**@file gmm_inoutput.h
       @author Yves Renard <Yves.Renard@insa-lyon.fr>
       @author Julien Pommier <Julien.Pommier@insa-toulouse.fr>
       @date July 8, 2003.
       @brief Input/output on sparse matrices
    
       Support Harwell-Boeing and Matrix-Market formats.
    */
    #ifndef GMM_INOUTPUT_H
    #define GMM_INOUTPUT_H
    
    #include <stdio.h>
    #include "gmm_kernel.h"
    namespace gmm {
    
      /*************************************************************************/
      /*                                                                       */
      /*  Functions to read and write Harwell Boeing format.                   */
      /*                                                                       */
      /*************************************************************************/
    
      // Fri Aug 15 16:29:47 EDT 1997
      // 
      //                      Harwell-Boeing File I/O in C
      //                               V. 1.0
      // 
      //          National Institute of Standards and Technology, MD.
      //                            K.A. Remington
      // ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
      //                                NOTICE
      //
      // Permission to use, copy, modify, and distribute this software and
      // its documentation for any purpose and without fee is hereby granted
      // provided that the above copyright notice appear in all copies and
      // that both the copyright notice and this permission notice appear in
      // supporting documentation.
      //
      // Neither the Author nor the Institution (National Institute of Standards
      // and Technology) make any representations about the suitability of this 
      // software for any purpose. This software is provided "as is" without