DExprSim< B > Class Template Reference

#include <sim.h>

Collaboration diagram for DExprSim< B >:

Collaboration graph
[legend]
List of all members.

Public Member Functions

 DExprSim (Variable &vec, const B &b)
void Run_interior (const P_interior *it_i, const Grid *gr, double h_mesh, int l, double_stencils_in) const
void Run_interior_coarse (const P_interior *it_i, const Grid *gr, double h_mesh, int l, double_stencils_in) const
void Run_nearb (const P_nearb *it_n, const Grid *gr, double h_mesh, int l, const Nearb_Ablage *nearb_ablage) const
void Run_Bo2p (const P_Bo2p *it_b, const Grid *gr, int l) const
void Run_cellpoi (const P_cellpoi *it_cf, const Grid *gr, const BoCeData *bocedata) 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
void Add_variables_for_parallel (Evaluation_Parallelization_object *evpar) const
bool GS_type (int var_number_left, int dim_left) const
void clean () const

Detailed Description

template<class B>
class DExprSim< B >

Definition at line 329 of file sim.h.


Constructor & Destructor Documentation

template<class B>
DExprSim< B >::DExprSim Variable vec,
const B &  b
[inline]
 

Definition at line 339 of file sim.h.

References Variable::Give_my_pointer(), and Variable::Number_variable().

Here is the call graph for this function:


Member Function Documentation

template<class B>
Differential_op_typ DExprSim< B >::Abstract_differential_operator  )  const [inline]
 

Definition at line 405 of file sim.h.

References not_abstract.

template<class B>
void DExprSim< B >::Active_Sim_boundary int  run  )  const [inline]
 

Definition at line 393 of file sim.h.

References Variable::Active_boundary().

Here is the call graph for this function:

template<class B>
void DExprSim< B >::Active_Sim_interior bool  run  )  const [inline]
 

Definition at line 387 of file sim.h.

References Variable::Active_interior().

Here is the call graph for this function:

template<class B>
void DExprSim< B >::Active_Sim_Level int  lev  )  const [inline]
 

Definition at line 384 of file sim.h.

References Variable::Active_Level().

Here is the call graph for this function:

template<class B>
void DExprSim< B >::Active_Sim_nearb bool  run  )  const [inline]
 

Definition at line 390 of file sim.h.

References Variable::Active_nearb().

Here is the call graph for this function:

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

Definition at line 396 of file sim.h.

References Variable::Active_update().

Here is the call graph for this function:

template<class B>
void DExprSim< B >::Add_variables_for_parallel Evaluation_Parallelization_object evpar  )  const [inline]
 

Definition at line 408 of file sim.h.

template<class B>
void DExprSim< B >::clean  )  const [inline]
 

Definition at line 417 of file sim.h.

template<class B>
Dominace_label DExprSim< B >::Dominant_lev  )  const [inline]
 

Definition at line 374 of file sim.h.

template<class B>
Dominace_label DExprSim< B >::Dominant_poi  )  const [inline]
 

Definition at line 375 of file sim.h.

template<class B>
bool DExprSim< B >::GS_type int  var_number_left,
int  dim_left
const [inline]
 

Definition at line 412 of file sim.h.

template<class B>
int DExprSim< B >::Level  )  const [inline]
 

Definition at line 373 of file sim.h.

template<class B>
int DExprSim< B >::ops_interior  )  const [inline]
 

Definition at line 381 of file sim.h.

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

Definition at line 402 of file sim.h.

template<class B>
void DExprSim< B >::Run_Bo2p const P_Bo2p it_b,
const Grid gr,
int  l
const [inline]
 

Definition at line 359 of file sim.h.

References P_Bo2p::varM().

Here is the call graph for this function:

template<class B>
int DExprSim< B >::run_boundary  )  const [inline]
 

Definition at line 378 of file sim.h.

template<class B>
void DExprSim< B >::Run_cellpoi const P_cellpoi it_cf,
const Grid gr,
const BoCeData bocedata
const [inline]
 

Definition at line 363 of file sim.h.

References P_cellpoi::varM().

Here is the call graph for this function:

template<class B>
bool DExprSim< B >::run_interior  )  const [inline]
 

Definition at line 376 of file sim.h.

template<class B>
void DExprSim< B >::Run_interior const P_interior it_i,
const Grid gr,
double  h_mesh,
int  l,
double_stencils_in 
const [inline]
 

Definition at line 343 of file sim.h.

References double_stencils_out, and P_interior::varM().

Here is the call graph for this function:

template<class B>
void DExprSim< B >::Run_interior_coarse const P_interior it_i,
const Grid gr,
double  h_mesh,
int  l,
double_stencils_in 
const [inline]
 

Definition at line 348 of file sim.h.

References double_stencils_out, and P_interior::varM().

Here is the call graph for this function:

template<class B>
bool DExprSim< B >::run_nearb  )  const [inline]
 

Definition at line 377 of file sim.h.

template<class B>
void DExprSim< B >::Run_nearb const P_nearb it_n,
const Grid gr,
double  h_mesh,
int  l,
const Nearb_Ablage nearb_ablage
const [inline]
 

Definition at line 354 of file sim.h.

References P_nearb::varM().

Here is the call graph for this function:

template<class B>
int DExprSim< B >::Sice_stencil  )  const [inline]
 

Definition at line 370 of file sim.h.


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