Grid.h File Reference

Grids, grid elements and boundary conditions headers. More...

#include <string>
#include "../Matrix/Matrix.h"
#include "../Parameters/Parameters.h"
#include "../VariousFunctions/variousFunctions.h"
#include "Grid.h"
#include "BoundaryConditions.h"

Include dependency graph for Grid.h:

This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

class  GridElement
 Array of values of coordinate axe. More...
class  Grid
 Computational grid Combined from 3 grid elements: L, pc, Alpha and additional array of epc values for convenience. More...

Functions

double find_alpha (double RHS, double alpha_min, double alhpa_max, double ERR=1e-12, int max_it=100, int it=0)
 Root finding function, used in grid construction.


Detailed Description

Grids, grid elements and boundary conditions headers.

Author:
Developed under supervision of the PI Yuri Shprits

Definition in file Grid.h.


Function Documentation

double find_alpha ( double  RHS,
double  alpha_min,
double  alpha_max,
double  ERR,
int  max_it,
int  it 
)

Root finding function, used in grid construction.

Root finding function, used in grid construction.

. Used in grid-bilding.

Parameters:
RHS - right hand side
alpha_min - min alpha value to look for root
alpha_max - max alpha value to look for root
ERR - max error (min accuracy)
max_it - max number of iterations
it - current iteration number (for recurcion)

Definition at line 509 of file Grid.cpp.

References VF::Y().

Referenced by Grid::MakeGrid().

Here is the call graph for this function:

Here is the caller graph for this function:


Generated on Thu May 27 11:53:19 2010 for VERB_CODE_2.0 by  doxygen 1.5.9