DSQSS
1.1
|
#include <math.h>
#include <vector>
#include "array.h"
#include "io.h"
#include "name.h"
#include "xml.h"
構成 | |
class | GENERAL |
class | SITE |
class | VERTEX |
class | SOURCE |
class | INTERACTION |
class | InitialConfiguration |
class | InitialConfigurationGroup |
class | QUANTITY |
関数 | |
void | SolveWeightEquation (int N, Array< double > &V, Array< double > &W) |
bool | testKink (int ist) |
bool | testForbidden (int ist) |
void | bubble_sort (int N, Array< double > &V, Array< int > &I) |
bool | isKink (int st) |
変数 | |
char * | HFILE |
char * | AFILE |
FileReader | H |
FILE * | FALG |
SITE * | Site |
SOURCE * | Source |
INTERACTION * | Interaction |
VERTEX * | Vertex |
QUANTITY * | Quantity |
int | NVTYPE |
int | NSTYPE |
int | NITYPE |
int | NHTYPE |
int | NQTYPE |
int | NXMAX |
bool | MON = false |
void bubble_sort | ( | int | N, |
Array< double > & | V, | ||
Array< int > & | I | ||
) |
bool isKink | ( | int | st | ) |
void SolveWeightEquation | ( | int | N, |
Array< double > & | V, | ||
Array< double > & | W | ||
) |
bool testForbidden | ( | int | ist | ) |
bool testKink | ( | int | ist | ) |