Skip to content

Commit

Permalink
wip - add skeleton of helper functions
Browse files Browse the repository at this point in the history
  • Loading branch information
jeremylt committed Jul 7, 2023
1 parent b3d4ed2 commit 6f5258f
Show file tree
Hide file tree
Showing 3 changed files with 39 additions and 0 deletions.
13 changes: 13 additions & 0 deletions 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
13 changes: 13 additions & 0 deletions 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
13 changes: 13 additions & 0 deletions 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

0 comments on commit 6f5258f

Please sign in to comment.