SimulationParams.h File Reference
#include <stdio.h>
#include <stdlib.h>
#include <string>
#include <time.h>
#include <vector>
#include <map>
#include <iostream>
#include <boost/algorithm/string.hpp>
#include <boost/filesystem.hpp>
#include <boost/lexical_cast.hpp>
#include "FFEA_return_codes.h"
#include "FFEA_user_info.h"
#include "mat_vec_types.h"
#include "dimensions.h"
#include "FFEA_input_reader.h"

Go to the source code of this file.

Data Structures

struct  PreComp_params
 
class  SimulationParams
 

Macros

#define WALL_TYPE_PBC   0
 
#define WALL_TYPE_HARD   1
 
#define WALL_TYPE_STOP   2
 
#define UNSET   0
 
#define SET   1
 
#define DEFAULT   2
 

Macro Definition Documentation

◆ DEFAULT

#define DEFAULT   2

◆ SET

#define SET   1

◆ UNSET

#define UNSET   0

◆ WALL_TYPE_HARD

#define WALL_TYPE_HARD   1

◆ WALL_TYPE_PBC

#define WALL_TYPE_PBC   0

◆ WALL_TYPE_STOP

#define WALL_TYPE_STOP   2