GRASS Programmer's Manual
6.4.3(2013)-r
Main Page
Related Pages
Namespaces
Data Structures
Files
File List
Globals
All
Data Structures
Namespaces
Files
Functions
Variables
Typedefs
Enumerations
Enumerator
Properties
Macros
Pages
solvers_local_proto.h
Go to the documentation of this file.
1
2
/*****************************************************************************
3
*
4
* MODULE: Grass PDE Numerical Library
5
* AUTHOR(S): Soeren Gebbert, Berlin (GER) Dec 2006
6
* soerengebbert <at> gmx <dot> de
7
*
8
* PURPOSE: local prototypes for linear equation system solvers
9
* part of the gpde library
10
*
11
* COPYRIGHT: (C) 2000 by the GRASS Development Team
12
*
13
* This program is free software under the GNU General Public
14
* License (>=v2). Read the file COPYING that comes with GRASS
15
* for details.
16
*
17
*****************************************************************************/
18
19
#define SYMM_TOLERANCE 1.0e-18
20
21
double
*
vectmem
(
int
size
);
22
int
check_symmetry
(
N_les
* les);
tools.size
tuple size
value.Bind(wx.EVT_TEXT, self.OnVolumeIsosurfMap)
Definition:
tools.py:2329
vectmem
double * vectmem(int rows)
Allocate vector memory.
Definition:
N_solvers.c:423
check_symmetry
int check_symmetry(N_les *L)
Check if the matrix in les is symmetric.
Definition:
N_solvers_krylov.c:823
N_les
The linear equation system (les) structure.
Definition:
N_pde.h:96
lib
gpde
solvers_local_proto.h
Generated on Mon Dec 16 2013 12:20:04 for GRASS Programmer's Manual by
1.8.5