Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Installed QFunction Helpers #1037

Draft
wants to merge 1 commit into
base: main
Choose a base branch
from
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
Loading