File tree 3 files changed +39
-0
lines changed
include/ceed/jit-source/utils
3 files changed +39
-0
lines changed Original file line number Diff line number Diff line change
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
Original file line number Diff line number Diff line change
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
Original file line number Diff line number Diff line change
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
You can’t perform that action at this time.
0 commit comments