AMR-Solver  1.0
Block-based Octree AMR grid flow solver
boundary.cpp File Reference
#include <iostream>
#include "boundary.h"
#include "octree.h"
#include "direction.h"

Go to the source code of this file.

Namespaces

 myOctree
 AMR grid stuff.
 

Functions

void myOctree::set_FieldBc_FieldBcVal (int number, std::string name, FieldBc **bc, double **bcval)
 
void myOctree::set_VecFieldBc_VecFieldBcVal (int number, std::string name, FieldBc **xbc, FieldBc **ybc, FieldBc **zbc, double **xbcval, double **ybcval, double **zbcval)