Searched +full:clang +full:- +full:format +full:- +full:17 (Results 1 – 3 of 3) sorted by relevance
1 # Copyright (c) 2017-2026, Lawrence Livermore National Security, LLC and other CEED contributors.2 # All Rights Reserved. See the top-level LICENSE and NOTICE files for details.4 # SPDX-License-Identifier: BSD-2-Clause8 # ------------------------------------------------------------10 # ------------------------------------------------------------14 -include $(CONFIG)18 -include $(COMMON)23 # Cancel built-in and old-fashioned implicit rules which we don't use29 @mkdir -p $(@D)35 DARWIN := $(filter Darwin,$(shell uname -s))[all …]
11 - Add `bool` field type for `CeedQFunctionContext` and related interfaces to use `bool` fields.12 - `CEED_BASIS_COLLOCATED` removed; users should only use `CEED_BASIS_NONE`.13 - Remove unneeded pointer for `CeedElemRestrictionGetELayout`.14 - Change QFunction source include file handling in JiT compilers15 …- Add `CEED_RUNNING_JIT_PASS` compiler definition for wrapping header files that device JiT compil…16 …- Users should now prefer `#include <ceed/types.h>` rather than `#include <ceed.h>` in QFunction s…17 - Require use of `Ceed*Destroy()` on Ceed objects returned from `Ceed*Get*()`.18 - Rename `CeedCompositeOperatorCreate()` to `CeedOperatorCreateComposite()` for uniformity.19 - Rename `CeedCompositeOperator*()` to `CeedOperatorComposite*()` for uniformity.23 - Add `CeedOperatorCreateAtPoints` which evaluates the `CeedQFunction` at arbitrary locations in ea…[all …]