PSCF v1.3
rpg/field/Domain.tpp
1#ifndef RPG_DOMAIN_TPP
2#define RPG_DOMAIN_TPP
3
4/*
5* PSCF - Polymer Self-Consistent Field
6*
7* Copyright 2015 - 2025, The Regents of the University of Minnesota
8* Distributed under the terms of the GNU General Public License.
9*/
10
11#include "Domain.h"
12#include <prdc/field/DomainReal.tpp>
13
14namespace Pscf {
15namespace Rpg {
16
17 using namespace Util;
18 using namespace Pscf::Prdc;
19 using namespace Pscf::Prdc::Cuda;
20
21 template <int D>
25
26} // namespace Rpg
27} // namespace Pscf
28#endif
Fourier transform wrapper.
Definition cpu/FFT.h:38
Class to calculate and store properties of wavevectors.
File input/output operations and format conversions for fields.
void setClassName(const char *className)
Set class name string.
Fields, FFTs, and utilities for periodic boundary conditions (CUDA)
Definition Reduce.cpp:14
Periodic fields and crystallography.
Definition CField.cpp:11
SCFT and PS-FTS with real periodic fields (GPU)
PSCF package top-level namespace.
Definition param_pc.dox:1