PRISMS-PF Manual
v3.0-pre
Loading...
Searching...
No Matches
nucleus.h
1
/*
2
* nucleus.h
3
*
4
* Created on: Mar 6, 2017
5
* Author: stephendewitt
6
*/
7
8
#ifndef APPLICATIONS__NUCLEATIONMODEL_NUCLEUS_H_
9
#define APPLICATIONS__NUCLEATIONMODEL_NUCLEUS_H_
10
11
#include <deal.II/base/point.h>
12
13
#include <vector>
14
15
// Structure representing each nucleus
16
template
<
int
dim>
17
struct
nucleus
18
{
19
unsigned
int
index;
20
dealii::Point<dim> center;
21
double
radius;
22
std::vector<double> semiaxes;
23
double
seededTime, seedingTime;
24
unsigned
int
seedingTimestep;
25
unsigned
int
orderParameterIndex;
26
};
27
28
#endif
/* APPLICATIONS__NUCLEATIONMODEL_NUCLEUS_H_ */
nucleus
Definition
nucleus.h:18
include
nucleation
nucleus.h
Generated by
1.9.8