MDStressLab++
Loading...
Searching...
No Matches
SubConfiguration.h
Go to the documentation of this file.
1/*
2 * SubConfiguration.h
3 *
4 * Created on: Dec 16, 2019
5 * Author: Nikhil
6 */
7
8#ifndef SRC_SUBCONFIGURATION_H_
9#define SRC_SUBCONFIGURATION_H_
10
11#include "Configuration.h"
12#include "Stencil.h"
13
23
24#endif /* SRC_SUBCONFIGURATION_H_ */
Represents atomic configuration data including coordinates, velocities, and species.
std::map< int, int > globalLocalMap
const Configuration & parent
std::map< int, int > localGlobalMap
VectorXi particleContributing
Eigen::Matrix< int, 1, Eigen::Dynamic, Eigen::RowMajor > VectorXi
Definition typedef.h:58