src/expde/extemp/op_conv.cc File Reference

#include <iostream>
#include <fstream>
#include <ctime>
#include <cmath>
#include "../parser.h"
#include "../paramete.h"
#include "../abbrevi.h"
#include "../math_lib/math_lib.h"
#include "../basic/basic.h"
#include "../domain/domain.h"
#include "../formulas/boundy.h"
#include "../formulas/loc_sten.h"
#include "../formulas/diffop.h"
#include "../formulas/diffopc.h"
#include "../formulas/diffopv.h"
#include "../formulas/diffopcv.h"
#include "../grid/gpar.h"
#include "../grid/parallel.h"
#include "../grid/mgcoeff.h"
#include "../grid/sto_man.h"
#include "../grid/gridbase.h"
#include "../grid/grid.h"
#include "../grid/input.h"
#include "../evpar/evpar.h"
#include "variable.h"
#include "varcon.h"
#include "opera.h"
#include "operav.h"
#include "op_conv.h"

Include dependency graph for op_conv.cc:

Go to the source code of this file.

Functions

DExpr< DVarDiff_25S_Op_convar<
Cell_Variable, laplace_FE_cell_variable > > 
Laplace_FE_var (Cell_Variable a, Variable v)
DExpr< DVarDiff_25S_Op_convar<
Cell_Variable, dxdx_FE_cell_variable > > 
DxDx_FE_var (Cell_Variable a, Variable v)
DExpr< DVarDiff_25S_Op_convar<
Cell_Variable, dydy_FE_cell_variable > > 
DyDy_FE_var (Cell_Variable a, Variable v)
DExpr< DVarDiff_25S_Op_convar<
Cell_Variable, dzdz_FE_cell_variable > > 
DzDz_FE_var (Cell_Variable a, Variable v)
DExpr< DVarDiff_25S_Op_convar<
Cell_Variable, helm_FE_cell_variable > > 
Helm_FE_var (Cell_Variable a, Variable v)
DExpr< DVarDiff_25S_Op_convar<
Cell_Variable, dxdy_FE_cell_variable > > 
DxDy_FE_var (Cell_Variable a, Variable v)
DExpr< DVarDiff_25S_Op_convar<
Cell_Variable, dydx_FE_cell_variable > > 
DyDx_FE_var (Cell_Variable a, Variable v)
DExpr< DVarDiff_25S_Op_convar<
Cell_Variable, dxdz_FE_cell_variable > > 
DxDz_FE_var (Cell_Variable a, Variable v)
DExpr< DVarDiff_25S_Op_convar<
Cell_Variable, dzdx_FE_cell_variable > > 
DzDx_FE_var (Cell_Variable a, Variable v)
DExpr< DVarDiff_25S_Op_convar<
Cell_Variable, dydz_FE_cell_variable > > 
DyDz_FE_var (Cell_Variable a, Variable v)
DExpr< DVarDiff_25S_Op_convar<
Cell_Variable, dzdy_FE_cell_variable > > 
DzDy_FE_var (Cell_Variable a, Variable v)
DExpr< DVarDiff_25S_Op_convar<
Cell_Variable, dxhelm_FE_cell_variable > > 
DX_FE_var (Cell_Variable a, Variable v)
DExpr< DVarDiff_25S_Op_convar<
Cell_Variable, dyhelm_FE_cell_variable > > 
DY_FE_var (Cell_Variable a, Variable v)
DExpr< DVarDiff_25S_Op_convar<
Cell_Variable, dzhelm_FE_cell_variable > > 
DZ_FE_var (Cell_Variable a, Variable v)
DExpr< DVarDiff_25S_Op_convar<
Cell_Variable, helmdx_FE_cell_variable > > 
DX_FE_var_t (Cell_Variable a, Variable v)
DExpr< DVarDiff_25S_Op_convar<
Cell_Variable, helmdy_FE_cell_variable > > 
DY_FE_var_t (Cell_Variable a, Variable v)
DExpr< DVarDiff_25S_Op_convar<
Cell_Variable, helmdz_FE_cell_variable > > 
DZ_FE_var_t (Cell_Variable a, Variable v)
DExpr< DiagonalDiff_Op_convar<
Cell_Variable, laplace_FE_cell_variable > > 
Diag_Laplace_FE_var (Cell_Variable a)
DExpr< DiagonalDiff_Op_convar<
Cell_Variable, dxdx_FE_cell_variable > > 
Diag_DxDx_FE_var (Cell_Variable a)
DExpr< DiagonalDiff_Op_convar<
Cell_Variable, dydy_FE_cell_variable > > 
Diag_DyDy_FE_var (Cell_Variable a)
DExpr< DiagonalDiff_Op_convar<
Cell_Variable, dzdz_FE_cell_variable > > 
Diag_DzDz_FE_var (Cell_Variable a)
DExpr< DiagonalDiff_Op_convar<
Cell_Variable, helm_FE_cell_variable > > 
Diag_Helm_FE_var (Cell_Variable a)
DExpr< DiagonalDiff_Op_convar<
Cell_Variable, dxdy_FE_cell_variable > > 
Diag_DxDy_FE_var (Cell_Variable a)
DExpr< DiagonalDiff_Op_convar<
Cell_Variable, dydx_FE_cell_variable > > 
Diag_DyDx_FE_var (Cell_Variable a)
DExpr< DiagonalDiff_Op_convar<
Cell_Variable, dxdz_FE_cell_variable > > 
Diag_DxDz_FE_var (Cell_Variable a)
DExpr< DiagonalDiff_Op_convar<
Cell_Variable, dzdx_FE_cell_variable > > 
Diag_DzDx_FE_var (Cell_Variable a)
DExpr< DiagonalDiff_Op_convar<
Cell_Variable, dydz_FE_cell_variable > > 
Diag_DyDz_FE_var (Cell_Variable a)
DExpr< DiagonalDiff_Op_convar<
Cell_Variable, dzdy_FE_cell_variable > > 
Diag_DzDy_FE_var (Cell_Variable a)
DExpr< DiagonalDiff_Op_convar<
Cell_Variable, dxhelm_FE_cell_variable > > 
Diag_DX_FE_var (Cell_Variable a)
DExpr< DiagonalDiff_Op_convar<
Cell_Variable, dyhelm_FE_cell_variable > > 
Diag_DY_FE_var (Cell_Variable a)
DExpr< DiagonalDiff_Op_convar<
Cell_Variable, dzhelm_FE_cell_variable > > 
Diag_DZ_FE_var (Cell_Variable a)
DExpr< DiagonalDiff_Op_convar<
Cell_Variable, helmdx_FE_cell_variable > > 
Diag_DX_FE_var_t (Cell_Variable a)
DExpr< DiagonalDiff_Op_convar<
Cell_Variable, helmdy_FE_cell_variable > > 
Diag_DY_FE_var_t (Cell_Variable a)
DExpr< DiagonalDiff_Op_convar<
Cell_Variable, helmdz_FE_cell_variable > > 
Diag_DZ_FE_var_t (Cell_Variable a)


Function Documentation

DExpr<DiagonalDiff_Op_convar<Cell_Variable, dxhelm_FE_cell_variable> > Diag_DX_FE_var Cell_Variable  a  ) 
 

Definition at line 336 of file op_conv.cc.

DExpr<DiagonalDiff_Op_convar<Cell_Variable, helmdx_FE_cell_variable> > Diag_DX_FE_var_t Cell_Variable  a  ) 
 

Definition at line 360 of file op_conv.cc.

DExpr<DiagonalDiff_Op_convar<Cell_Variable, dxdx_FE_cell_variable> > Diag_DxDx_FE_var Cell_Variable  a  ) 
 

Definition at line 251 of file op_conv.cc.

DExpr<DiagonalDiff_Op_convar<Cell_Variable, dxdy_FE_cell_variable> > Diag_DxDy_FE_var Cell_Variable  a  ) 
 

Definition at line 287 of file op_conv.cc.

DExpr<DiagonalDiff_Op_convar<Cell_Variable, dxdz_FE_cell_variable> > Diag_DxDz_FE_var Cell_Variable  a  ) 
 

Definition at line 304 of file op_conv.cc.

DExpr<DiagonalDiff_Op_convar<Cell_Variable, dyhelm_FE_cell_variable> > Diag_DY_FE_var Cell_Variable  a  ) 
 

Definition at line 344 of file op_conv.cc.

DExpr<DiagonalDiff_Op_convar<Cell_Variable, helmdy_FE_cell_variable> > Diag_DY_FE_var_t Cell_Variable  a  ) 
 

Definition at line 368 of file op_conv.cc.

DExpr<DiagonalDiff_Op_convar<Cell_Variable, dydx_FE_cell_variable> > Diag_DyDx_FE_var Cell_Variable  a  ) 
 

Definition at line 295 of file op_conv.cc.

DExpr<DiagonalDiff_Op_convar<Cell_Variable, dydy_FE_cell_variable> > Diag_DyDy_FE_var Cell_Variable  a  ) 
 

Definition at line 259 of file op_conv.cc.

DExpr<DiagonalDiff_Op_convar<Cell_Variable, dydz_FE_cell_variable> > Diag_DyDz_FE_var Cell_Variable  a  ) 
 

Definition at line 320 of file op_conv.cc.

DExpr<DiagonalDiff_Op_convar<Cell_Variable, dzhelm_FE_cell_variable> > Diag_DZ_FE_var Cell_Variable  a  ) 
 

Definition at line 352 of file op_conv.cc.

DExpr<DiagonalDiff_Op_convar<Cell_Variable, helmdz_FE_cell_variable> > Diag_DZ_FE_var_t Cell_Variable  a  ) 
 

Definition at line 376 of file op_conv.cc.

DExpr<DiagonalDiff_Op_convar<Cell_Variable, dzdx_FE_cell_variable> > Diag_DzDx_FE_var Cell_Variable  a  ) 
 

Definition at line 312 of file op_conv.cc.

DExpr<DiagonalDiff_Op_convar<Cell_Variable, dzdy_FE_cell_variable> > Diag_DzDy_FE_var Cell_Variable  a  ) 
 

Definition at line 328 of file op_conv.cc.

DExpr<DiagonalDiff_Op_convar<Cell_Variable, dzdz_FE_cell_variable> > Diag_DzDz_FE_var Cell_Variable  a  ) 
 

Definition at line 267 of file op_conv.cc.

DExpr<DiagonalDiff_Op_convar<Cell_Variable, helm_FE_cell_variable> > Diag_Helm_FE_var Cell_Variable  a  ) 
 

Definition at line 275 of file op_conv.cc.

DExpr<DiagonalDiff_Op_convar<Cell_Variable, laplace_FE_cell_variable> > Diag_Laplace_FE_var Cell_Variable  a  ) 
 

Definition at line 243 of file op_conv.cc.

DExpr<DVarDiff_25S_Op_convar<Cell_Variable, dxhelm_FE_cell_variable> > DX_FE_var Cell_Variable  a,
Variable  v
 

Definition at line 185 of file op_conv.cc.

References a.

DExpr<DVarDiff_25S_Op_convar<Cell_Variable, helmdx_FE_cell_variable> > DX_FE_var_t Cell_Variable  a,
Variable  v
 

Definition at line 206 of file op_conv.cc.

References a.

DExpr<DVarDiff_25S_Op_convar<Cell_Variable, dxdx_FE_cell_variable> > DxDx_FE_var Cell_Variable  a,
Variable  v
 

Definition at line 109 of file op_conv.cc.

References a.

DExpr<DVarDiff_25S_Op_convar<Cell_Variable, dxdy_FE_cell_variable> > DxDy_FE_var Cell_Variable  a,
Variable  v
 

Definition at line 141 of file op_conv.cc.

References a.

DExpr<DVarDiff_25S_Op_convar<Cell_Variable, dxdz_FE_cell_variable> > DxDz_FE_var Cell_Variable  a,
Variable  v
 

Definition at line 155 of file op_conv.cc.

References a.

DExpr<DVarDiff_25S_Op_convar<Cell_Variable, dyhelm_FE_cell_variable> > DY_FE_var Cell_Variable  a,
Variable  v
 

Definition at line 192 of file op_conv.cc.

References a.

DExpr<DVarDiff_25S_Op_convar<Cell_Variable, helmdy_FE_cell_variable> > DY_FE_var_t Cell_Variable  a,
Variable  v
 

Definition at line 213 of file op_conv.cc.

References a.

DExpr<DVarDiff_25S_Op_convar<Cell_Variable, dydx_FE_cell_variable> > DyDx_FE_var Cell_Variable  a,
Variable  v
 

Definition at line 148 of file op_conv.cc.

References a.

DExpr<DVarDiff_25S_Op_convar<Cell_Variable, dydy_FE_cell_variable> > DyDy_FE_var Cell_Variable  a,
Variable  v
 

Definition at line 116 of file op_conv.cc.

References a.

DExpr<DVarDiff_25S_Op_convar<Cell_Variable, dydz_FE_cell_variable> > DyDz_FE_var Cell_Variable  a,
Variable  v
 

Definition at line 170 of file op_conv.cc.

References a.

DExpr<DVarDiff_25S_Op_convar<Cell_Variable, dzhelm_FE_cell_variable> > DZ_FE_var Cell_Variable  a,
Variable  v
 

Definition at line 199 of file op_conv.cc.

References a.

DExpr<DVarDiff_25S_Op_convar<Cell_Variable, helmdz_FE_cell_variable> > DZ_FE_var_t Cell_Variable  a,
Variable  v
 

Definition at line 220 of file op_conv.cc.

References a.

DExpr<DVarDiff_25S_Op_convar<Cell_Variable, dzdx_FE_cell_variable> > DzDx_FE_var Cell_Variable  a,
Variable  v
 

Definition at line 162 of file op_conv.cc.

References a.

DExpr<DVarDiff_25S_Op_convar<Cell_Variable, dzdy_FE_cell_variable> > DzDy_FE_var Cell_Variable  a,
Variable  v
 

Definition at line 177 of file op_conv.cc.

References a.

DExpr<DVarDiff_25S_Op_convar<Cell_Variable, dzdz_FE_cell_variable> > DzDz_FE_var Cell_Variable  a,
Variable  v
 

Definition at line 123 of file op_conv.cc.

References a.

DExpr<DVarDiff_25S_Op_convar<Cell_Variable, helm_FE_cell_variable> > Helm_FE_var Cell_Variable  a,
Variable  v
 

Definition at line 130 of file op_conv.cc.

References a.

DExpr<DVarDiff_25S_Op_convar<Cell_Variable, laplace_FE_cell_variable> > Laplace_FE_var Cell_Variable  a,
Variable  v
 

Definition at line 101 of file op_conv.cc.

References a.


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