Skip to content

Commit e57d8a7

Browse files
committed
wip - add skeleton of helper functions
1 parent 60ef3fe commit e57d8a7

File tree

3 files changed

+39
-0
lines changed

3 files changed

+39
-0
lines changed
Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,13 @@
1+
// Copyright (c) 2017-2022, Lawrence Livermore National Security, LLC and other CEED contributors.
2+
// All Rights Reserved. See the top-level LICENSE and NOTICE files for details.
3+
//
4+
// SPDX-License-Identifier: BSD-2-Clause
5+
//
6+
// This file is part of CEED: http://github.com/ceed
7+
8+
/// @file
9+
/// QFunction helper functions for 2x2 Matrix operations
10+
#ifndef CEED_MAT2_HELPER_H
11+
#define CEED_MAT2_HELPER_H
12+
13+
#endif // CEED_MAT2_HELPER_H
Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,13 @@
1+
// Copyright (c) 2017-2022, Lawrence Livermore National Security, LLC and other CEED contributors.
2+
// All Rights Reserved. See the top-level LICENSE and NOTICE files for details.
3+
//
4+
// SPDX-License-Identifier: BSD-2-Clause
5+
//
6+
// This file is part of CEED: http://github.com/ceed
7+
8+
/// @file
9+
/// QFunction helper functions for 3x3 Matrix operations
10+
#ifndef CEED_MAT3_HELPER_H
11+
#define CEED_MAT3_HELPER_H
12+
13+
#endif // CEED_MAT3_HELPER_H
Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,13 @@
1+
// Copyright (c) 2017-2022, Lawrence Livermore National Security, LLC and other CEED contributors.
2+
// All Rights Reserved. See the top-level LICENSE and NOTICE files for details.
3+
//
4+
// SPDX-License-Identifier: BSD-2-Clause
5+
//
6+
// This file is part of CEED: http://github.com/ceed
7+
8+
/// @file
9+
/// QFunction helper functions for vector operations
10+
#ifndef CEED_VECTOR_HELPER_H
11+
#define CEED_VECTOR_HELPER_H
12+
13+
#endif // CEED_VECTOR_HELPER_H

0 commit comments

Comments
 (0)