PSCF v1.4.0
FilmFieldGenMask.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 "FilmFieldGenMask.tpp"
9#include <rpg/field/Domain.h>
10#include <rpg/field/CFields.h>
11#include <rpg/field/WFields.h>
12#include <rpg/field/Mask.h>
13
14namespace Pscf {
15namespace Rpg {
16
17 // Class declarations
18 template class FilmFieldGenMask<1>;
19 template class FilmFieldGenMask<2>;
20 template class FilmFieldGenMask<3>;
21
22}
23}
Field Generator for thin-film masks.
SCFT and PS-FTS with real periodic fields (GPU)
PSCF package top-level namespace.