37 template class Domain<1, FFT<1>, WaveList<1>, Cpc::FieldIo<1> >;
38 template class Domain<2, FFT<2>, WaveList<2>, Cpc::FieldIo<2> >;
39 template class Domain<3, FFT<3>, WaveList<3>, Cpc::FieldIo<3> >;
Spatial domain for a periodic structure with real fields, on a CPU.