ceed-impl.h (791c445d41323413ee17f1c6f1595f78c25768e3) ceed-impl.h (ca5eadf8df4f5a5d6322e2e571e4886ce218945b)
1// Copyright (c) 2017-2022, Lawrence Livermore National Security, LLC and other CEED contributors.
2// All Rights Reserved. See the top-level LICENSE and NOTICE files for details.
3//
4// SPDX-License-Identifier: BSD-2-Clause
5//
6// This file is part of CEED: http://github.com/ceed
7
8/// @file

--- 238 unchanged lines hidden (view full) ---

247 int ref_count;
248 CeedInt vec_length; /* Number of quadrature points must be padded to a
249 multiple of vec_length */
250 CeedQFunctionField *input_fields;
251 CeedQFunctionField *output_fields;
252 CeedInt num_input_fields, num_output_fields;
253 CeedQFunctionUser function;
254 CeedInt user_flop_estimate;
1// Copyright (c) 2017-2022, Lawrence Livermore National Security, LLC and other CEED contributors.
2// All Rights Reserved. See the top-level LICENSE and NOTICE files for details.
3//
4// SPDX-License-Identifier: BSD-2-Clause
5//
6// This file is part of CEED: http://github.com/ceed
7
8/// @file

--- 238 unchanged lines hidden (view full) ---

247 int ref_count;
248 CeedInt vec_length; /* Number of quadrature points must be padded to a
249 multiple of vec_length */
250 CeedQFunctionField *input_fields;
251 CeedQFunctionField *output_fields;
252 CeedInt num_input_fields, num_output_fields;
253 CeedQFunctionUser function;
254 CeedInt user_flop_estimate;
255 const char *user_source;
255 const char *source_path;
256 const char *kernel_name;
257 const char *gallery_name;
258 bool is_gallery;
259 bool is_identity;
260 bool is_fortran;
261 bool is_immutable;
262 bool is_context_writable;

--- 143 unchanged lines hidden ---
256 const char *source_path;
257 const char *kernel_name;
258 const char *gallery_name;
259 bool is_gallery;
260 bool is_identity;
261 bool is_fortran;
262 bool is_immutable;
263 bool is_context_writable;

--- 143 unchanged lines hidden ---