xref: /libCEED/rust/libceed-sys/c-src/backends/cuda-gen/ceed-cuda-gen-operator-build.h (revision 241a4b83dc9c714eb4bcc90729a46be02322143a)
1*241a4b83SYohann // Copyright (c) 2017-2018, Lawrence Livermore National Security, LLC.
2*241a4b83SYohann // Produced at the Lawrence Livermore National Laboratory. LLNL-CODE-734707.
3*241a4b83SYohann // All Rights reserved. See files LICENSE and NOTICE for details.
4*241a4b83SYohann //
5*241a4b83SYohann // This file is part of CEED, a collection of benchmarks, miniapps, software
6*241a4b83SYohann // libraries and APIs for efficient high-order finite element and spectral
7*241a4b83SYohann // element discretizations for exascale applications. For more information and
8*241a4b83SYohann // source code availability see http://github.com/ceed.
9*241a4b83SYohann //
10*241a4b83SYohann // The CEED research is supported by the Exascale Computing Project 17-SC-20-SC,
11*241a4b83SYohann // a collaborative effort of two U.S. Department of Energy organizations (Office
12*241a4b83SYohann // of Science and the National Nuclear Security Administration) responsible for
13*241a4b83SYohann // the planning and preparation of a capable exascale ecosystem, including
14*241a4b83SYohann // software, applications, hardware, advanced system engineering and early
15*241a4b83SYohann // testbed platforms, in support of the nation's exascale computing imperative.
16*241a4b83SYohann 
17*241a4b83SYohann CEED_INTERN int CeedCudaGenOperatorBuild(CeedOperator op);