src/expde/extemp/mg_op.h File Reference

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

Go to the source code of this file.

Classes

class  DVar_Res_Op
class  DVar_Prol_Op

Defines

#define near_bo_restriction_coarse(insert_I)
#define near_bo_restriction_fine(insert_I)   sum = sum + gr->Give_variable( insert_I ,lpo)[v_.Number_variable()];
#define near_bo_restriction_fine_bo(insert_I, d, a, b)

Functions

DExpr< DVar_Res_OpRestriction_FE (Variable a)
DExpr< DVar_Prol_OpProlongation_FE (Variable a)


Define Documentation

#define near_bo_restriction_coarse insert_I   ) 
 

Value:

var = gr->Give_variable_slow( insert_I ,lpo); \
if(var!=NULL) sum = sum + var[v_.Number_variable()];

Definition at line 37 of file mg_op.h.

#define near_bo_restriction_fine insert_I   )     sum = sum + gr->Give_variable( insert_I ,lpo)[v_.Number_variable()];
 

Definition at line 42 of file mg_op.h.

#define near_bo_restriction_fine_bo insert_I,
d,
a,
b   ) 
 

Value:

var = gr->Give_variable( insert_I , d ); \
if(var!=NULL) { \
  sum = sum + ((double)a + \
               gr->Give_h( insert_I , d ) / finest_meshsize \
               * (double)(b-a)) * \
    var[v_.Number_variable()]; \
}

Definition at line 46 of file mg_op.h.


Function Documentation

DExpr<DVar_Prol_Op> Prolongation_FE Variable  a  ) 
 

Definition at line 85 of file mg.cc.

References a.

DExpr<DVar_Res_Op> Restriction_FE Variable  a  ) 
 

Definition at line 78 of file mg.cc.

References a.


Generated on Mon Jan 16 13:35:13 2006 for IPPL by  doxygen 1.4.6