Seismo-VLAB  1.3
An Open-Source Finite Element Software for Meso-Scale Simulations
Utilities.hpp File Reference

Sets of functions used to parse command line information and to display SeismoVLAB information. More...

#include <ctime>
#include <string>
#include <iostream>
#include <stdlib.h>
#include "Definitions.hpp"
Include dependency graph for Utilities.hpp:

Go to the source code of this file.

Functions

void printHelp (bool &help)
 Prints out Command Line help. More...
 
void printLogo ()
 Prints Seismo-VLAB software header. More...
 
void CommandLine (int argc, char **argv)
 Parse Command Line Inputs. More...
 

Detailed Description

Sets of functions used to parse command line information and to display SeismoVLAB information.

Author
Danilo S. Kusanovic (dkusa.nosp@m.nov@.nosp@m.calte.nosp@m.ch.e.nosp@m.du)
Date
December 18, 2018
Version
1.0
See also
main.cpp

Function Documentation

◆ CommandLine()

void CommandLine ( int  argc,
char **  argv 
)

Parse Command Line Inputs.

◆ printHelp()

void printHelp ( bool &  help)

Prints out Command Line help.

◆ printLogo()

void printLogo ( )

Prints Seismo-VLAB software header.