![]() |
OpenPFC
0.1.4
Phase Field Crystal simulation framework
|
Common type aliases used throughout OpenPFC. More...
#include <array>#include <complex>#include <unordered_map>#include <vector>

Go to the source code of this file.
Typedefs | |
| template<class T > | |
| using | pfc::Vec3 = std::array< T, 3 > |
| using | pfc::Field = std::vector< double > |
| using | pfc::RealField = std::vector< double > |
| using | pfc::RealFieldSet = std::unordered_map< std::string, RealField & > |
| using | pfc::ComplexField = std::vector< std::complex< double > > |
| using | pfc::ComplexFieldSet = std::unordered_map< std::string, ComplexField & > |
Common type aliases used throughout OpenPFC.
This file defines standard type aliases for field data and containers:
These aliases provide consistent types across the codebase and simplify template instantiations.