| ceed-impl.h (033346bec78af96926a551caa7a86b7a0d097b87) | ceed-impl.h (bb229da952f7e9779ba6cb3cd1ca2ebeac5feb1f) |
|---|---|
| 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 --- 354 unchanged lines hidden (view full) --- 363 CeedOperator *sub_operators; 364 CeedInt num_suboperators; 365 void *data; 366 CeedInt num_context_labels; 367 CeedInt max_context_labels; 368 CeedContextFieldLabel *context_labels; 369}; 370 | 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 --- 354 unchanged lines hidden (view full) --- 363 CeedOperator *sub_operators; 364 CeedInt num_suboperators; 365 void *data; 366 CeedInt num_context_labels; 367 CeedInt max_context_labels; 368 CeedContextFieldLabel *context_labels; 369}; 370 |
| 371CEED_INTERN int CeedOperatorGetFallback(CeedOperator op, CeedOperator *op_fallback); 372 | |
| 373#endif | 371#endif |