![]() |
AMR-Solver
1.0
Block-based Octree AMR grid flow solver
|
#include <iostream>#include <fstream>#include <stdlib.h>#include <string>#include "boundary.h"#include "octreegrid.h"#include "adapt.h"#include "direction.h"Go to the source code of this file.
Namespaces | |
| std | |
| Standard input output stuff. | |
Functions | |
| myOctree::NodeBc | std::string_to_NodeBc (string bc) |
| myOctree::FieldBc | std::string_to_FieldBc (string bc) |
| void | std::read_scalar_fields (ifstream &file) |
| void | std::read_vector_fields (ifstream &file) |
| int | std::read_blocks (ifstream &file) |
| void | std::read_scalar_field_Bc (ifstream &file, int number) |
| void | std::read_vector_field_Bc (ifstream &file, int number) |
| void | std::read_max_level (ifstream &file) |
| void | std::read_input_file () |