Skip to content

Commit a017a52

Browse files
Merge pull request #241 from arcaneframework/dev/mab-rename-matrix-vector
FixedMatrix -> RealMatrix
2 parents f11a74f + 5f72044 commit a017a52

37 files changed

+548
-466
lines changed

doc/BSRFormat.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -106,7 +106,7 @@ namespace ax = Arcane::Accelerator;
106106

107107
// ...
108108

109-
ARCCORE_HOST_DEVICE FixedMatrix<3, 3> computeElementMatrixTria3(CellLocalId cell_lid, const IndexedCellNodeConnectivityView& cn_cv, const ax::VariableNodeReal3InView& in_node_coord) { ... }
109+
ARCCORE_HOST_DEVICE RealMatrix<3, 3> computeElementMatrixTria3(CellLocalId cell_lid, const IndexedCellNodeConnectivityView& cn_cv, const ax::VariableNodeReal3InView& in_node_coord) { ... }
110110

111111
void FemModule::compute() {
112112
// ...
@@ -144,7 +144,7 @@ namespace ax = Arcane::Accelerator;
144144

145145
// ...
146146

147-
ARCCORE_HOST_DEVICE FixedMatrix<3, 3> computeElementMatrixTria3(CellLocalId cell_lid, const IndexedCellNodeConnectivityView& cn_cv, const ax::VariableNodeReal3InView& in_node_coord) { ... }
147+
ARCCORE_HOST_DEVICE RealMatrix<3, 3> computeElementMatrixTria3(CellLocalId cell_lid, const IndexedCellNodeConnectivityView& cn_cv, const ax::VariableNodeReal3InView& in_node_coord) { ... }
148148

149149
void FemModule::compute() {
150150
// ...

0 commit comments

Comments
 (0)