Grille3d_fs Class Reference
3D grid for a spherical shell with super-symmetry
.
More...
#include <grilles.h>
List of all members.
Public Member Functions |
| | Grille3d_fs (int n_r, int n_t, int n_p) |
| | Constructor.
|
| | ~Grille3d_fs () |
| | Destructor.
|
| int | get_nr () const |
| | Returns nr.
|
| int | get_nt () const |
| | Returns nt.
|
| int | get_np () const |
| | Returns np.
|
| int | get_type_r () const |
| | Returns type_r.
|
| int | get_type_t () const |
| | Returns type_t.
|
| int | get_type_p () const |
| | Returns type_p.
|
Public Attributes |
| double * | x |
| | Array of values of at the nr collocation points.
|
| double * | tet |
| | Array of values of at the nt collocation points.
|
| double * | phi |
| | Array of values of at the np collocation points.
|
Protected Attributes |
| const int | nr |
| | Number of points in r ( ).
|
| const int | nt |
| | Number of points in .
|
| const int | np |
| | Number of points in .
|
| int | type_r |
| | Type of sampling in r ( ) (RARE,FIN,UNSURR,FINJAC).
|
| int | type_t |
| | Type of sampling in (SYM,NONSYM).
|
| int | type_p |
| | Type of sampling in (SYM,NONSYM).
|
Detailed Description
3D grid for a spherical shell with super-symmetry
.
This class contains only a constructor and a destructor. Coordinates ranges are:
,
and
.
- Version:
- $Id: grilles.h,v 1.20 2013/01/11 15:44:53 j_novak Exp $#
Definition at line 377 of file grilles.h.
Constructor & Destructor Documentation
| Grille3d_fs::Grille3d_fs |
( |
int |
n_r, |
|
|
int |
n_t, |
|
|
int |
n_p | |
|
) |
| | |
| Grille3d_fs::~Grille3d_fs |
( |
|
) |
|
Member Function Documentation
| int Grille3d::get_np |
( |
|
) |
const [inline, inherited] |
| int Grille3d::get_nr |
( |
|
) |
const [inline, inherited] |
| int Grille3d::get_nt |
( |
|
) |
const [inline, inherited] |
| int Grille3d::get_type_p |
( |
|
) |
const [inline, inherited] |
| int Grille3d::get_type_r |
( |
|
) |
const [inline, inherited] |
| int Grille3d::get_type_t |
( |
|
) |
const [inline, inherited] |
Member Data Documentation
Number of points in
.
Definition at line 190 of file grilles.h.
Number of points in r (
).
Definition at line 188 of file grilles.h.
Number of points in
.
Definition at line 189 of file grilles.h.
Array of values of
at the np collocation points.
Definition at line 201 of file grilles.h.
Array of values of
at the nt collocation points.
Definition at line 199 of file grilles.h.
Type of sampling in
(SYM,NONSYM).
Definition at line 194 of file grilles.h.
Type of sampling in r (
) (RARE,FIN,UNSURR,FINJAC).
Definition at line 192 of file grilles.h.
Type of sampling in
(SYM,NONSYM).
Definition at line 193 of file grilles.h.
Array of values of
at the nr collocation points.
Definition at line 197 of file grilles.h.
The documentation for this class was generated from the following files: