Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Study Mordicus Docs Examples and Tests #12

Open
prudhomm opened this issue Jul 11, 2022 · 1 comment
Open

Study Mordicus Docs Examples and Tests #12

prudhomm opened this issue Jul 11, 2022 · 1 comment
Assignees

Comments

@prudhomm
Copy link
Member

prudhomm commented Jul 11, 2022

@prudhomm prudhomm changed the title Study Mordicus Tests (using pytest) Study Mordicus Docs Examples and Tests Jul 11, 2022
@alielarif
Copy link

alielarif commented Jul 19, 2022

  1. EDF test doesn't work because it missed the module MEDLoader

  2. MINES test doesn't work because "SetOperatorCompressionData" is used as an attribute of "Mordicus.Core.Containers.CollectionProblemData" when it is not. This case appears in many test as "Hyperreduction.py", "NIRBOffline.py", "Visitor.py"... I only find the attribute "GetOperatorCompressionData" which doesn't have the same argument.

  3. The following test from Safran test don't work :
    . due to the missing of py3umat module :

    • IO/XDMFWriter.py
    • IO/ZsetInputReader.py
    • OperatoCompressor/Mechanical.py
    • Containers/ConstitutiveLaws/ZmatConstitutiveLaws.py
      this module need to be generated by using f2py.

    . second due to the missing of BasicTools module (https://gitlab.com/drti/basic-tools)

    • FE/FETools.py
    • Containers/Loading/PressureBC.py

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants