Skip to content

Commit 32a85a1

Browse files
RealVector instead of RealMatrix
1 parent 4ba97f7 commit 32a85a1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

modules/acoustics/ElementMatrix.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ _computeElementMatrixTria3(Cell cell)
3030
{
3131
Real area = ArcaneFemFunctions::MeshOperation::computeAreaTria3(cell, m_node_coord);
3232

33-
RealMatrix<1, 3> U = { 1, 1, 1 };
33+
RealVector<3> U = { 1, 1, 1 };
3434

3535
Real3 dxU = ArcaneFemFunctions::FeOperation2D::computeGradientXTria3(cell, m_node_coord);
3636
Real3 dyU = ArcaneFemFunctions::FeOperation2D::computeGradientYTria3(cell, m_node_coord);

0 commit comments

Comments
 (0)