PSCF v1.4.0
FilmFieldGenExt.cu
1/*
2* PSCF - Polymer Self-Consistent Field
3*
4* Copyright 2015 - 2025, The Regents of the University of Minnesota
5* Distributed under the terms of the GNU General Public License.
6*/
7
8#include "FilmFieldGenExt.tpp"
9#include <rpg/field/Domain.cu>
10#include <rpg/field/CFields.cu>
11#include <rpg/field/WFields.cu>
12#include <rpg/field/Mask.cu>
13
14namespace Pscf {
15namespace Rpg {
16
17 template class FilmFieldGenExt<1>;
18 template class FilmFieldGenExt<2>;
19 template class FilmFieldGenExt<3>;
20
21}
22}
Field Generator for external fields in thin-film systems.
SCFT and PS-FTS with real periodic fields (GPU)
PSCF package top-level namespace.