LJ_matrix.h File Reference
#include <stdio.h>
#include <cstring>
#include <string>
#include <map>
#include <vector>
#include <iostream>
#include <fstream>
#include <boost/algorithm/string.hpp>
#include "FFEA_return_codes.h"
#include "mat_vec_types.h"
#include "dimensions.h"
#include "SimulationParams.h"

Go to the source code of this file.

Data Structures

class  LJ_pair
 
class  SSINT_matrix
 

Macros

#define LJI(A, B)   ((A) * num_ssint_face_types + (B))
 
#define SSINT_TYPE_UNDEFINED   0
 
#define SSINT_TYPE_STERIC   1
 
#define SSINT_TYPE_LJSTERIC   2
 
#define SSINT_TYPE_LJ   3
 
#define SSINT_TYPE_GENSOFT   4
 

Macro Definition Documentation

◆ LJI

#define LJI (   A,
 
)    ((A) * num_ssint_face_types + (B))

◆ SSINT_TYPE_GENSOFT

#define SSINT_TYPE_GENSOFT   4

Referenced by VdW_solver::init().

◆ SSINT_TYPE_LJ

◆ SSINT_TYPE_LJSTERIC

#define SSINT_TYPE_LJSTERIC   2

◆ SSINT_TYPE_STERIC

#define SSINT_TYPE_STERIC   1

Referenced by VdW_solver::init().

◆ SSINT_TYPE_UNDEFINED

#define SSINT_TYPE_UNDEFINED   0