Skip to content
Draft
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
13 changes: 13 additions & 0 deletions include/ceed/jit-source/utils/ceed-mat2.h
Original file line number Diff line number Diff line change
@@ -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 // CEED_MAT2_HELPER_H
13 changes: 13 additions & 0 deletions include/ceed/jit-source/utils/ceed-mat3.h
Original file line number Diff line number Diff line change
@@ -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 // CEED_MAT3_HELPER_H
13 changes: 13 additions & 0 deletions include/ceed/jit-source/utils/ceed-vec.h
Original file line number Diff line number Diff line change
@@ -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 // CEED_VECTOR_HELPER_H