#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 "../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 "opera.h"
#include "operav.h"
#include "sim.h"
#include "extra.h"
#include "res_op.h"
#include "array.h"
Include dependency graph for opoth.cc:
Go to the source code of this file.
Functions | |
DWrapSim< DExprSimLit > | operator== (Variable &a, double value) |
DWrapSim< DExprSimlocLit > | operator== (const Local_var &a, double x) |
DWrapSim< DExprSimloc< DExprVAR > > | operator== (const Local_var &a, Variable &b) |
DExpr< DVar_Extra_Op > | Extrapolate_near_boundary (Variable a) |
Schleife | For (Local_int &I, int begin, int end) |
SchleifeSum | Sum (Local_int &I, int begin, int end) |
|
Definition at line 124 of file opoth.cc. References a. |
|
Definition at line 207 of file opoth.cc. References Local_int::Give_pointer(). Here is the call graph for this function: |
|
|
|
|
|
|
|
Definition at line 211 of file opoth.cc. References Local_int::Give_pointer(). Here is the call graph for this function: |