![]() |
AMR-Solver
1.0
Block-based Octree AMR grid flow solver
|
#include <string>
Go to the source code of this file.
Namespaces | |
myOctree | |
AMR grid stuff. | |
Typedefs | |
typedef node_boundary_flags | myOctree::NodeBc |
typedef field_boundary_flags | myOctree::FieldBc |
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) |