Skip to content

Conversation

@thelfer
Copy link
Owner

@thelfer thelfer commented Jan 18, 2026

No description provided.

@thelfer thelfer added this to the 3.2 milestone Jan 18, 2026
@thelfer thelfer self-assigned this Jan 18, 2026
@thelfer thelfer added the enhancement New feature or request label Jan 18, 2026
@trsxvz trsxvz self-requested a review January 19, 2026 17:07
Copy link
Collaborator

@trsxvz trsxvz left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

3 typos + 1 forgotten definition

std::span<real>);
/*!
* \return the data associated with an integration point
* \param[in] o: offset associated wNith the integration point
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

typo "wNith"

Copy link
Owner Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

done

};

/*!
* \brief a srided coalescence view which acts as a tensorial function
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

typo "srided"

Copy link
Owner Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

done

@@ -0,0 +1,111 @@
/*!
* \file MGIS/Function/Tensors/CoalescedMemoryAccessCompositeTensorsView.ixx
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

bad \file name : forgot to add "Strided" at its beginning

Copy link
Owner Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

done

const size_type) const
requires(LinearQuadratureSpaceConcept<Space>);
//! \return the underlying quadrature space
[[nodiscard]] constexpr const Space& getSpace() const noexcept;
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

declared but never defined. build passes because it is not tested yet, but implementing a test for it makes the build crash with error :

       91 |     [[nodiscard]] constexpr const Space& getSpace() const noexcept;                                                                                                                                                                                                                                                              
          |                                          ^~~~~~~~                                                                                                                                                                                                                                                                                
    [100%] Linking CXX executable StridedCoalescedMemoryAccessFunctionViewTest                                                                                                                                                                                                                                                               
    /usr/bin/ld : CMakeFiles/StridedCoalescedMemoryAccessFunctionViewTest.dir/StridedCoalescedMemoryAccessFunctionViewTest.cxx.o : dans la fonction « StridedCoalescedMemoryAccessFunctionViewBaseTest::test2() » :                                                                                                                          
    StridedCoalescedMemoryAccessFunctionViewTest.cxx:(.text._ZN48StridedCoalescedMemoryAccessFunctionViewBaseTest5test2Ev[_ZN48StridedCoalescedMemoryAccessFunctionViewBaseTest5test2Ev]+0x91) : référence indéfinie vers « mgis::function::StridedCoalescedMemoryAccessFunctionViewBase<mgis::function::BasicLinearSpace, 2ul,              
    true>::getSpace() const »   ```

Copy link
Owner Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

done

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

enhancement New feature or request

Projects

None yet

Development

Successfully merging this pull request may close these issues.

[MGIS/Function] Add function view with strided coalesent memory access

3 participants