hemocell
Loading...
Searching...
No Matches
Namespaces | Typedefs | Functions
genericFunctions.h File Reference
#include <sys/stat.h>
#include <vector>
#include <string>
#include <errno.h>
#include <math.h>
#include "multiBlock/multiBlockLattice3D.h"
#include "multiBlock/multiDataField3D.h"
#include "constant_defaults.h"
Include dependency graph for genericFunctions.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Namespaces

namespace  hemo
 

Typedefs

typedef struct stat hemo::Stat
 

Functions

void hemo::weakScaling (int Nx, int Ny, int Nz, int numberOfProcesses, vector< int > &newNxNyNz)
 
bool hemo::file_exists (const std::string &name)
 
int hemo::renameFileToDotOld (std::string fName)
 
int hemo::do_mkdir (const char *path, mode_t mode)
 
int hemo::mkpath (const char *path, mode_t mode)
 
std::string hemo::zeroPadNumber (int num, int w)
 
void hemo::printHeader ()
 
void hemo::boundaryFromFlagMatrix (plb::MultiBlockLattice3D< T, DESCRIPTOR > *fluid, plb::MultiScalarField3D< int > *flagMatrix, bool partOfpreInlet)
 
std::ostream & hemo::operator<< (std::ostream &stream, const plb::Box3D &box)
 
std::ostream & hemo::operator<< (std::ostream &stream, const plb::Dot3D &dot)