1*9ba83ac0SJeremy L Thompson // Copyright (c) 2017-2026, Lawrence Livermore National Security, LLC and other CEED contributors. 27b3ff069SJeremy L Thompson // All Rights Reserved. See the top-level LICENSE and NOTICE files for details. 37b3ff069SJeremy L Thompson // 47b3ff069SJeremy L Thompson // SPDX-License-Identifier: BSD-2-Clause 57b3ff069SJeremy L Thompson // 67b3ff069SJeremy L Thompson // This file is part of CEED: http://github.com/ceed 77b3ff069SJeremy L Thompson #pragma once 87b3ff069SJeremy L Thompson 97b3ff069SJeremy L Thompson #include <ceed/types.h> 107b3ff069SJeremy L Thompson 117b3ff069SJeremy L Thompson /// A structure used to pass additional data 127b3ff069SJeremy L Thompson struct BuildContext { 137b3ff069SJeremy L Thompson CeedInt dim, space_dim; 147b3ff069SJeremy L Thompson }; 15