DExprFunc1< A > Class Template Reference

#include <eleme.h>

List of all members.

Public Member Functions

 DExprFunc1 (double(*formula)(double x), const A &a)
double Give_interior (const P_interior *it_i, const Grid *gr, double h_mesh, int l, double_stencils_in) const
double Give_interior_coarse (const P_interior *it_i, const Grid *gr, double h_mesh, int l, double_stencils_in) const
double Give_nearb (const P_nearb *it_n, const Grid *gr, double h_mesh, int l, const Nearb_Ablage *nearb_ablage) const
double Give_Bo2p (const P_Bo2p *it_b, const Grid *gr, int l) const
double Give_cellpoi (const P_cellpoi *it_cf, const Grid *gr, const BoCeData *bocedata) const
double Give_interior_cell (const P_interior_cell *it_icell, const Grid *gr, int l) const
double Give_bo_tet (const P_boundary_tet *it_bcell, const Grid *gr) const
int Sice_stencil () const
int Level () const
int Dominant () const
Dominace_label Dominant_lev () const
Dominace_label Dominant_poi () const
bool run_interior () const
bool run_nearb () const
int run_boundary () const
int ops_interior () const
void Active_Sim_Level (int lev) const
void Active_Sim_interior (bool run) const
void Active_Sim_nearb (bool run) const
void Active_Sim_boundary (int run) const
void Active_Sim_update (Evaluation_Parallelization_object *evpar, int level, type_of_update typ) const
void Put_grid_rbo (Grid *gr, int r_bo) const
Differential_op_typ Abstract_differential_operator () const
void Add_variables_for_parallel (Evaluation_Parallelization_object *evpar) const
bool GS_type (int var_number_left, int dim) const
void clean () const


Detailed Description

template<class A>
class DExprFunc1< A >

Definition at line 268 of file eleme.h.


Constructor & Destructor Documentation

template<class A>
DExprFunc1< A >::DExprFunc1 double(*)(double x formula,
const A &  a
[inline]
 

Definition at line 274 of file eleme.h.


Member Function Documentation

template<class A>
Differential_op_typ DExprFunc1< A >::Abstract_differential_operator  )  const [inline]
 

Definition at line 336 of file eleme.h.

References not_abstract.

template<class A>
void DExprFunc1< A >::Active_Sim_boundary int  run  )  const [inline]
 

Definition at line 326 of file eleme.h.

template<class A>
void DExprFunc1< A >::Active_Sim_interior bool  run  )  const [inline]
 

Definition at line 324 of file eleme.h.

template<class A>
void DExprFunc1< A >::Active_Sim_Level int  lev  )  const [inline]
 

Definition at line 323 of file eleme.h.

template<class A>
void DExprFunc1< A >::Active_Sim_nearb bool  run  )  const [inline]
 

Definition at line 325 of file eleme.h.

template<class A>
void DExprFunc1< A >::Active_Sim_update Evaluation_Parallelization_object evpar,
int  level,
type_of_update  typ
const [inline]
 

Definition at line 327 of file eleme.h.

template<class A>
void DExprFunc1< A >::Add_variables_for_parallel Evaluation_Parallelization_object evpar  )  const [inline]
 

Definition at line 340 of file eleme.h.

template<class A>
void DExprFunc1< A >::clean  )  const [inline]
 

Definition at line 347 of file eleme.h.

template<class A>
int DExprFunc1< A >::Dominant  )  const [inline]
 

Definition at line 312 of file eleme.h.

template<class A>
Dominace_label DExprFunc1< A >::Dominant_lev  )  const [inline]
 

Definition at line 313 of file eleme.h.

template<class A>
Dominace_label DExprFunc1< A >::Dominant_poi  )  const [inline]
 

Definition at line 314 of file eleme.h.

template<class A>
double DExprFunc1< A >::Give_Bo2p const P_Bo2p it_b,
const Grid gr,
int  l
const [inline]
 

Definition at line 291 of file eleme.h.

template<class A>
double DExprFunc1< A >::Give_bo_tet const P_boundary_tet it_bcell,
const Grid gr
const [inline]
 

Definition at line 302 of file eleme.h.

template<class A>
double DExprFunc1< A >::Give_cellpoi const P_cellpoi it_cf,
const Grid gr,
const BoCeData bocedata
const [inline]
 

Definition at line 293 of file eleme.h.

template<class A>
double DExprFunc1< A >::Give_interior const P_interior it_i,
const Grid gr,
double  h_mesh,
int  l,
double_stencils_in 
const [inline]
 

Definition at line 280 of file eleme.h.

References double_stencils_out.

template<class A>
double DExprFunc1< A >::Give_interior_cell const P_interior_cell it_icell,
const Grid gr,
int  l
const [inline]
 

Definition at line 298 of file eleme.h.

template<class A>
double DExprFunc1< A >::Give_interior_coarse const P_interior it_i,
const Grid gr,
double  h_mesh,
int  l,
double_stencils_in 
const [inline]
 

Definition at line 283 of file eleme.h.

References double_stencils_out.

template<class A>
double DExprFunc1< A >::Give_nearb const P_nearb it_n,
const Grid gr,
double  h_mesh,
int  l,
const Nearb_Ablage nearb_ablage
const [inline]
 

Definition at line 288 of file eleme.h.

template<class A>
bool DExprFunc1< A >::GS_type int  var_number_left,
int  dim
const [inline]
 

Definition at line 344 of file eleme.h.

template<class A>
int DExprFunc1< A >::Level  )  const [inline]
 

Definition at line 311 of file eleme.h.

template<class A>
int DExprFunc1< A >::ops_interior  )  const [inline]
 

Definition at line 320 of file eleme.h.

template<class A>
void DExprFunc1< A >::Put_grid_rbo Grid gr,
int  r_bo
const [inline]
 

Definition at line 332 of file eleme.h.

template<class A>
int DExprFunc1< A >::run_boundary  )  const [inline]
 

Definition at line 317 of file eleme.h.

template<class A>
bool DExprFunc1< A >::run_interior  )  const [inline]
 

Definition at line 315 of file eleme.h.

template<class A>
bool DExprFunc1< A >::run_nearb  )  const [inline]
 

Definition at line 316 of file eleme.h.

template<class A>
int DExprFunc1< A >::Sice_stencil  )  const [inline]
 

Definition at line 308 of file eleme.h.


The documentation for this class was generated from the following file:
Generated on Mon Jan 16 14:36:16 2006 for IPPL by  doxygen 1.4.6