diff --git a/include/ceed/jit-source/utils/ceed-mat2.h b/include/ceed/jit-source/utils/ceed-mat2.h new file mode 100644 index 0000000000..058fb669f0 --- /dev/null +++ b/include/ceed/jit-source/utils/ceed-mat2.h @@ -0,0 +1,13 @@ +// Copyright (c) 2017-2022, Lawrence Livermore National Security, LLC and other CEED contributors. +// All Rights Reserved. See the top-level LICENSE and NOTICE files for details. +// +// SPDX-License-Identifier: BSD-2-Clause +// +// This file is part of CEED: http://github.com/ceed + +/// @file +/// QFunction helper functions for 2x2 Matrix operations +#ifndef _ceed_mat2_helper_h +#define _ceed_mat2_helper_h + +#endif diff --git a/include/ceed/jit-source/utils/ceed-mat3.h b/include/ceed/jit-source/utils/ceed-mat3.h new file mode 100644 index 0000000000..3ceaf67b16 --- /dev/null +++ b/include/ceed/jit-source/utils/ceed-mat3.h @@ -0,0 +1,13 @@ +// Copyright (c) 2017-2022, Lawrence Livermore National Security, LLC and other CEED contributors. +// All Rights Reserved. See the top-level LICENSE and NOTICE files for details. +// +// SPDX-License-Identifier: BSD-2-Clause +// +// This file is part of CEED: http://github.com/ceed + +/// @file +/// QFunction helper functions for 3x3 Matrix operations +#ifndef _ceed_mat3_helper_h +#define _ceed_mat3_helper_h + +#endif diff --git a/include/ceed/jit-source/utils/ceed-vec.h b/include/ceed/jit-source/utils/ceed-vec.h new file mode 100644 index 0000000000..2fd610975c --- /dev/null +++ b/include/ceed/jit-source/utils/ceed-vec.h @@ -0,0 +1,13 @@ +// Copyright (c) 2017-2022, Lawrence Livermore National Security, LLC and other CEED contributors. +// All Rights Reserved. See the top-level LICENSE and NOTICE files for details. +// +// SPDX-License-Identifier: BSD-2-Clause +// +// This file is part of CEED: http://github.com/ceed + +/// @file +/// QFunction helper functions for vector operations +#ifndef _ceed_vector_helper_h +#define _ceed_vector_helper_h + +#endif