PSCF v1.4.0
AmCompressorBase.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/*
9* Instantiated specializations of AmIteratorTmpl used as base classes
10* for specializations of Rpg::AmCompressor and Rpg::LrAmCompressor.
11*/
12
13#include "AmCompressorBase.h"
14#include <pscf/cuda/VecOp.h>
15#include <pscf/cuda/Reduce.h>
16#include <pscf/iterator/AmIteratorTmpl.tpp>
17
18// Explicit instantiation definitions
19namespace Pscf {
20 template
22 template
24 template
26}
Template for Anderson mixing iterator algorithm.
Dynamic array on the GPU device with aligned data.
Definition DeviceArray.h:96
PSCF package top-level namespace.