DExprBinOp< A, B, Op > Class Template Reference

#include <eleme.h>

List of all members.

Public Member Functions

 DExprBinOp (const A &a, const B &b)
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
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
int Give_number_var_of_abstract_op () const
bool Give_array_variable_inserted () const
int Give_length_of_array_variable_inserted () const
double Give_interior_sten_element (Index3D I, double meshsize, int stelle, const Grid *grid, int l) const
double Give_boundary_sten_element (const Grid *grid, BoCeData *b_cell, double *u_ablage, int num_v) 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 B, class Op>
class DExprBinOp< A, B, Op >

Definition at line 1081 of file eleme.h.


Constructor & Destructor Documentation

template<class A, class B, class Op>
DExprBinOp< A, B, Op >::DExprBinOp const A &  a,
const B &  b
[inline]
 

Definition at line 1085 of file eleme.h.


Member Function Documentation

template<class A, class B, class Op>
Differential_op_typ DExprBinOp< A, B, Op >::Abstract_differential_operator  )  const [inline]
 

Definition at line 1189 of file eleme.h.

References abstract_both, and not_abstract.

template<class A, class B, class Op>
void DExprBinOp< A, B, Op >::Active_Sim_boundary int  run  )  const [inline]
 

Definition at line 1174 of file eleme.h.

template<class A, class B, class Op>
void DExprBinOp< A, B, Op >::Active_Sim_interior bool  run  )  const [inline]
 

Definition at line 1170 of file eleme.h.

template<class A, class B, class Op>
void DExprBinOp< A, B, Op >::Active_Sim_Level int  lev  )  const [inline]
 

Definition at line 1168 of file eleme.h.

template<class A, class B, class Op>
void DExprBinOp< A, B, Op >::Active_Sim_nearb bool  run  )  const [inline]
 

Definition at line 1172 of file eleme.h.

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

Definition at line 1176 of file eleme.h.

template<class A, class B, class Op>
void DExprBinOp< A, B, Op >::Add_variables_for_parallel Evaluation_Parallelization_object evpar  )  const [inline]
 

Definition at line 1245 of file eleme.h.

template<class A, class B, class Op>
void DExprBinOp< A, B, Op >::clean  )  const [inline]
 

Definition at line 1255 of file eleme.h.

template<class A, class B, class Op>
Dominace_label DExprBinOp< A, B, Op >::Dominant_lev  )  const [inline]
 

Definition at line 1142 of file eleme.h.

References MAX().

Here is the call graph for this function:

template<class A, class B, class Op>
Dominace_label DExprBinOp< A, B, Op >::Dominant_poi  )  const [inline]
 

Definition at line 1145 of file eleme.h.

References MAX().

Here is the call graph for this function:

template<class A, class B, class Op>
bool DExprBinOp< A, B, Op >::Give_array_variable_inserted  )  const [inline]
 

Definition at line 1223 of file eleme.h.

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

Definition at line 1108 of file eleme.h.

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

Definition at line 1124 of file eleme.h.

template<class A, class B, class Op>
double DExprBinOp< A, B, Op >::Give_boundary_sten_element const Grid grid,
BoCeData b_cell,
double *  u_ablage,
int  num_v
const [inline]
 

Definition at line 1239 of file eleme.h.

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

Definition at line 1112 of file eleme.h.

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

Definition at line 1089 of file eleme.h.

References double_stencils_out.

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

Definition at line 1119 of file eleme.h.

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

Definition at line 1094 of file eleme.h.

References double_stencils_out.

template<class A, class B, class Op>
double DExprBinOp< A, B, Op >::Give_interior_sten_element Index3D  I,
double  meshsize,
int  stelle,
const Grid grid,
int  l
const [inline]
 

Definition at line 1233 of file eleme.h.

template<class A, class B, class Op>
int DExprBinOp< A, B, Op >::Give_length_of_array_variable_inserted  )  const [inline]
 

Definition at line 1227 of file eleme.h.

References MAX().

Here is the call graph for this function:

template<class A, class B, class Op>
double DExprBinOp< A, B, Op >::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 1102 of file eleme.h.

template<class A, class B, class Op>
int DExprBinOp< A, B, Op >::Give_number_var_of_abstract_op  )  const [inline]
 

Definition at line 1219 of file eleme.h.

References MAX().

Here is the call graph for this function:

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

Definition at line 1250 of file eleme.h.

template<class A, class B, class Op>
int DExprBinOp< A, B, Op >::Level  )  const [inline]
 

Definition at line 1134 of file eleme.h.

References anti_dominant, MAX(), and yes_dominant.

Here is the call graph for this function:

template<class A, class B, class Op>
int DExprBinOp< A, B, Op >::ops_interior  )  const [inline]
 

Definition at line 1165 of file eleme.h.

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

Definition at line 1182 of file eleme.h.

template<class A, class B, class Op>
int DExprBinOp< A, B, Op >::run_boundary  )  const [inline]
 

Definition at line 1158 of file eleme.h.

References anti_dominant, and yes_dominant.

template<class A, class B, class Op>
bool DExprBinOp< A, B, Op >::run_interior  )  const [inline]
 

Definition at line 1148 of file eleme.h.

References anti_dominant, and yes_dominant.

template<class A, class B, class Op>
bool DExprBinOp< A, B, Op >::run_nearb  )  const [inline]
 

Definition at line 1153 of file eleme.h.

References anti_dominant, and yes_dominant.

template<class A, class B, class Op>
int DExprBinOp< A, B, Op >::Sice_stencil  )  const [inline]
 

Definition at line 1131 of file eleme.h.

References MAX().

Here is the call graph for this function:


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