Skip to content

Commit

Permalink
fix[poisson]: _computeElementMatrixTETRA4GPU prototype
Browse files Browse the repository at this point in the history
  • Loading branch information
toutane committed Oct 10, 2024
1 parent 750ed21 commit 4de221f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions poisson/FemModule.h
Original file line number Diff line number Diff line change
Expand Up @@ -260,7 +260,7 @@ class FemModule

static ARCCORE_HOST_DEVICE inline void
_computeElementMatrixTETRA4GPU(CellLocalId icell, IndexedCellNodeConnectivityView cnc,
ax::VariableNodeReal3InView in_node_coord, Real K_e[12]);
ax::VariableNodeReal3InView in_node_coord, Real K_e[16]);

private:

Expand Down Expand Up @@ -445,4 +445,4 @@ _computeElementMatrixTETRA4GPU(CellLocalId icell, IndexedCellNodeConnectivityVie
/*---------------------------------------------------------------------------*/
/*---------------------------------------------------------------------------*/

#endif
#endif

0 comments on commit 4de221f

Please sign in to comment.