Back to home page

EIC code displayed by LXR

 
 

    


File indexing completed on 2025-09-17 08:53:38

0001 //------------------------------- -*- C++ -*- -------------------------------//
0002 // Copyright Celeritas contributors: see top-level COPYRIGHT file for details
0003 // SPDX-License-Identifier: (Apache-2.0 OR MIT)
0004 //---------------------------------------------------------------------------//
0005 //! \file celeritas/field/CartMapFieldData.hh
0006 //---------------------------------------------------------------------------//
0007 #pragma once
0008 
0009 #include "corecel/Config.hh"
0010 
0011 #if CELERITAS_USE_COVFIE || __DOXYGEN__
0012 #    include "CartMapFieldData.covfie.hh"
0013 #else
0014 #    include "corecel/Types.hh"
0015 
0016 #    include "FieldDriverOptions.hh"
0017 namespace celeritas
0018 {
0019 //---------------------------------------------------------------------------//
0020 template<Ownership W, MemSpace M>
0021 struct CartMapFieldParamsData
0022 {
0023     FieldDriverOptions options;
0024 };
0025 
0026 //---------------------------------------------------------------------------//
0027 }  // namespace celeritas
0028 
0029 #endif  // CELERITAS_USE_COVFIE