Lines Matching +full:format +full:- +full:c

1 // Copyright (c) 2017-2026, Lawrence Livermore National Security, LLC and other CEED contributors.
2 // All Rights Reserved. See the top-level LICENSE and NOTICE files for details.
4 // SPDX-License-Identifier: BSD-2-Clause
10 // Interpolation matrices for cell-to-face of Q1 hexahedral element onto it's "5" face (in PETSc)
11 // Nodes are at Gauss-Lobatto points and quadrature points are Gauss, all over [-1,1] domain range
19 …{{-0.31100423396407312, 0.31100423396407312, -0.083333333333333343, 0.083333333333333343, -0.08333…
20 -0.022329099369260232, 0.022329099369260232},
21 …{-0.083333333333333343, 0.083333333333333343, -0.31100423396407312, 0.31100423396407312, -0.022329…
22 -0.083333333333333343, 0.083333333333333343},
23 …{-0.083333333333333343, 0.083333333333333343, -0.022329099369260232, 0.022329099369260232, -0.3110…
24 -0.083333333333333343, 0.083333333333333343},
25 …{-0.022329099369260232, 0.022329099369260232, -0.083333333333333343, 0.083333333333333343, -0.0833…
26-0.31100423396407312, 0.31100423396407312} },
27 …{{-0.39433756729740643, 0, 0.39433756729740643, 0, -0.10566243270259357, 0, 0.10566243270259357, 0…
28 …{-0.39433756729740643, 0, 0.39433756729740643, 0, -0.10566243270259357, 0, 0.10566243270259357, 0},
29 …{-0.10566243270259357, 0, 0.10566243270259357, 0, -0.39433756729740643, 0, 0.39433756729740643, 0},
30 …{-0.10566243270259357, 0, 0.10566243270259357, 0, -0.39433756729740643, 0, 0.39433756729740643, 0}…
31 …{{-0.39433756729740643, 0, -0.10566243270259357, 0, 0.39433756729740643, 0, 0.10566243270259357, 0…
32 …{-0.10566243270259357, 0, -0.39433756729740643, 0, 0.10566243270259357, 0, 0.39433756729740643, 0},
33 …{-0.39433756729740643, 0, -0.10566243270259357, 0, 0.39433756729740643, 0, 0.10566243270259357, 0},
34 …{-0.10566243270259357, 0, -0.39433756729740643, 0, 0.10566243270259357, 0, 0.39433756729740643, 0}}
43 /* clang-format off */
45 {{-0.5, 0.5, 0, 0, 0, 0, 0, 0},
46 {0, 0, -0.5, 0.5, 0, 0, 0, 0},
47 {0, 0, 0, 0, -0.5, 0.5, 0, 0},
48 {0, 0, 0, 0, 0, 0, -0.5, 0.5}},
49 {{-0.5, 0, 0.5, 0, 0, 0, 0, 0},
50 {-0.5, 0, 0.5, 0, 0, 0, 0, 0},
51 {0, 0, 0, 0, -0.5, 0, 0.5, 0},
52 {0, 0, 0, 0, -0.5, 0, 0.5, 0}},
53 {{-0.5, 0, 0, 0, 0.5, 0, 0, 0},
54 {0, 0, -0.5, 0, 0, 0, 0.5, 0},
55 {-0.5, 0, 0, 0, 0.5, 0, 0, 0},
56 {0, 0, -0.5, 0, 0, 0, 0.5, 0}}
58 /* clang-format on */