#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 "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/SSten.h"
#include "grid/input.h"
#include "evpar/evpar.h"
#include "extemp/variable.h"
#include "extemp/varcon.h"
#include "extemp/variabl2.h"
Include dependency graph for partint.h:
This graph shows which files directly or indirectly include this file:
Go to the source code of this file.
Functions | |
void | partHelm_FE (Variable *f, double x, double y, double z, double q) |
void | partInterp (Variable *f, double x, double y, double z, double *q) |
|
Definition at line 79 of file partint.cc. References back_coordinate(), Grid_base::back_transform_coord(), Grid_base::Give_finest_mesh_size(), Variable::Give_grid(), h, Grid_base::Max_level(), Set_tets(), x1DCoord(), y1DCoord(), and z1DCoord(). Here is the call graph for this function: ![]() |
|
Definition at line 226 of file partint.cc. References back_coordinate(), Grid_base::back_transform_coord(), Grid_base::Give_cell_typ(), Grid_base::Give_finest_mesh_size(), Variable::Give_grid(), Grid_base::Give_variable(), h, int_cell, Grid_base::Max_level(), Index3D::neighbour(), Variable::Number_variable(), Grid_base::transform_coord(), weight(), WSDd, D3vector::x, x1DCoord(), D3vector::y, y1DCoord(), D3vector::z, and z1DCoord(). Here is the call graph for this function: ![]() |