#include <LocalVec.h>
Public Types | |
typedef StandardAVI::BCImposedType | BCImposedType |
Public Member Functions | |
LocalVec (size_t nrows=0, size_t ncols=0) | |
Public Attributes | |
MatDouble | q |
initial state as read from GlobalVec using gather | |
MatDouble | v |
MatDouble | vb |
MatDouble | ti |
MatDouble | qnew |
updated state computed using initial state | |
MatDouble | vnew |
MatDouble | vbnew |
MatDouble | vbinit |
MatDouble | tnew |
MatDouble | forcefield |
some temporaries so that we don't need to allocate memory in every iteration | |
MatDouble | funcval |
MatDouble | deltaV |
LocalVec::LocalVec | ( | size_t | nrows = 0 , |
|
size_t | ncols = 0 | |||
) | [inline] |
nrows | ||
ncols |
some temporaries so that we don't need to allocate memory in every iteration
initial state as read from GlobalVec using gather
updated state computed using initial state