|
NAMD
|
#include <stdio.h>#include <stdlib.h>#include <string.h>#include <vector>#include <strings.h>#include "InfoStream.h"#include <charm++.h>#include "Parameters.h"#include "Communicate.h"#include "ConfigList.h"#include "SimParameters.h"#include "Debug.h"Go to the source code of this file.
Classes | |
| struct | bond_params |
| struct | angle_params |
| struct | dihedral_params |
| struct | improper_params |
| struct | crossterm_params |
| struct | vdw_params |
| struct | vdw_pair_params |
| struct | table_pair_params |
| struct | nbthole_pair_params |
Macros | |
| #define | MIN_DEBUG_LEVEL 3 |
| #define | INDEX(ncols, i, j) ((i)*ncols + (j)) |
| #define | ENABLETABLES |
Functions | |
| void | crossterm_setup (CrosstermData *) |
Variables | |
| static char ** | table_types |
| #define ENABLETABLES |
Definition at line 37 of file Parameters.C.
| #define INDEX | ( | ncols, | |
| i, | |||
| j | |||
| ) | ((i)*ncols + (j)) |
Definition at line 35 of file Parameters.C.
Referenced by Parameters::read_energy_type_bothcubspline(), and Parameters::read_energy_type_cubspline().
| #define MIN_DEBUG_LEVEL 3 |
Copyright (c) 1995, 1996, 1997, 1998, 1999, 2000 by The Board of Trustees of the University of Illinois. All rights reserved.
Definition at line 31 of file Parameters.C.
| void crossterm_setup | ( | CrosstermData * | ) |
Definition at line 589 of file ComputeCrossterms.C.
References CMAP_SETUP_DIM, CMAP_SPACING, CMAP_TABLE_DIM, CrosstermData::d00, CrosstermData::d01, CrosstermData::d10, CrosstermData::d11, forward_back_sub(), INDEX, lu_decomp_nopivot(), and PI.
Referenced by Parameters::read_parm().
|
static |
Definition at line 39 of file Parameters.C.
Referenced by Parameters::get_int_table_type(), and Parameters::read_ener_table().
1.8.14