|
NAMD
|
#include "InfoStream.h"#include "ComputeCrossterms.h"#include "Molecule.h"#include "Parameters.h"#include "Node.h"#include "ReductionMgr.h"#include "Lattice.h"#include "PressureProfile.h"#include "Debug.h"Go to the source code of this file.
Macros | |
| #define | FASTER |
| #define | INDEX(ncols, i, j) ((i)*ncols + (j)) |
Enumerations | |
| enum | { CMAP_TABLE_DIM = 25, CMAP_SETUP_DIM = 24, CMAP_SPACING = 15, CMAP_PHI_0 = -180, CMAP_PSI_0 = -180 } |
Functions | |
| static void | lu_decomp_nopivot (double *m, int n) |
| static void | forward_back_sub (double *b, double *m, int n) |
| void | crossterm_setup (CrosstermData *table) |
| #define FASTER |
Copyright (c) 1995, 1996, 1997, 1998, 1999, 2000 by The Board of Trustees of the University of Illinois. All rights reserved.
Definition at line 17 of file ComputeCrossterms.C.
| #define INDEX | ( | ncols, | |
| i, | |||
| j | |||
| ) | ((i)*ncols + (j)) |
Definition at line 27 of file ComputeCrossterms.C.
Referenced by CrosstermElem::computeForce(), crossterm_setup(), forward_back_sub(), and lu_decomp_nopivot().
| anonymous enum |
| Enumerator | |
|---|---|
| CMAP_TABLE_DIM | |
| CMAP_SETUP_DIM | |
| CMAP_SPACING | |
| CMAP_PHI_0 | |
| CMAP_PSI_0 | |
Definition at line 19 of file ComputeCrossterms.C.
| void crossterm_setup | ( | CrosstermData * | table | ) |
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 721 of file ComputeCrossterms.C.
References INDEX.
Referenced by crossterm_setup().
|
static |
Definition at line 704 of file ComputeCrossterms.C.
References INDEX.
Referenced by crossterm_setup().
1.8.14