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
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
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
You can’t perform that action at this time.
0 commit comments