#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.
◆ LJI
| #define LJI |
( |
|
A, |
|
|
|
B |
|
) |
| ((A) * num_ssint_face_types + (B)) |
◆ SSINT_TYPE_GENSOFT
| #define SSINT_TYPE_GENSOFT 4 |
◆ SSINT_TYPE_LJ
◆ SSINT_TYPE_LJSTERIC
| #define SSINT_TYPE_LJSTERIC 2 |
◆ SSINT_TYPE_STERIC
| #define SSINT_TYPE_STERIC 1 |
◆ SSINT_TYPE_UNDEFINED
| #define SSINT_TYPE_UNDEFINED 0 |