Zellij
All Classes Files Functions Variables Typedefs Enumerations Enumerator Pages
Functions | Variables
Zellij.C File Reference
#include <exception>
#include <fstream>
#include <iterator>
#include <string>
#include "add_to_log.h"
#include "fmt/chrono.h"
#include "fmt/color.h"
#include "fmt/ostream.h"
#include "time_stamp.h"
#include "tokenize.h"
#include <exodusII.h>
#include <Ionit_Initializer.h>
#include <Ioss_MemoryUtils.h>
#include <Ioss_ParallelUtils.h>
#include <Ioss_SmartAssert.h>
#include <Ioss_Utils.h>
#include "Grid.h"
#include "ZE_SystemInterface.h"

Functions

template<typename INT >
double zellij (SystemInterface &interFace, INT dummy)
 
int main (int argc, char *argv[])
 

Variables

std::string tsFormat = "[{:%H:%M:%S}]"
 
unsigned int debug_level = 0
 

Function Documentation

◆ main()

int main ( int  argc,
char *  argv[] 
)

◆ zellij()

template<typename INT >
double zellij ( SystemInterface interFace,
INT  dummy 
)

Variable Documentation

◆ debug_level

unsigned int debug_level = 0

◆ tsFormat

std::string tsFormat = "[{:%H:%M:%S}]"