MDStressLab++
Loading...
Searching...
No Matches
calculateStress.h
Go to the documentation of this file.
1/*
2 * calculateStress.h
3 *
4 * Created on: Nov 7, 2019
5 * Author: Nikhil
6 */
7
8#ifndef CALCULATESTRESS_H_
9#define CALCULATESTRESS_H_
10
11int process_DEDr(const void* dataObject, const double de, const double r, const double* const dx, const int i, const int j);
12#include "calculateStress.cpp"
13
91#endif /* CALCULATESTRESS_H_ */
int process_DEDr(const void *dataObject, const double de, const double r, const double *const dx, const int i, const int j)