Skip to content

Conversation

vickysharma0812
Copy link
Member

Minor

  • Added vscode tasks
  • Added GTKFortran in build, to enable it use DUSE_GTK:BOOL=TRUE
  • Better way to find PLPLOT libraries

Major

  • Module ExceptionHandler Removed 😄 🍺 🍾 🥳

  • A new function is added in DomanUtility to initiate DomainPointers from specifying the input file

  • GmshAPI: Partially support for Gmsh has been added 😄 🤟🏼. But, there is a lot more to do 😮‍💨.

  • See [src/modules/GmshAPI/src/GmshInterface/Gmsh.inc](src/modules/GmshAPI/src/GmshInterface/Gmsh.inc)

    • gmshInitialize
    • gmshIsInitialized
    • gmshOpen
    • gmshMerge
    • gmshWrite
    • gmshClear
  • See src/modules/GmshAPI/src/GmshInterface/GmshFLTK.inc

  • src/modules/GmshAPI/src/GmshInterface/GmshInterface.F90

  • src/modules/GmshAPI/src/GmshInterface/GmshModel.inc

  • src/modules/GmshAPI/src/GmshInterface/GmshModelGeo.inc

  • src/modules/GmshAPI/src/GmshInterface/GmshModelMesh.inc

  • src/modules/GmshAPI/src/GmshInterface/GmshOption.inc

  • src/modules/GmshAPI/src/GmshModelGeo_Class.F90

  • src/modules/GmshAPI/src/GmshModelMesh_Class.F90

  • src/modules/GmshAPI/src/GmshModelOcc_Class.F90

  • src/modules/GmshAPI/src/GmshModelOcc_Class.F90

  • src/modules/GmshAPI/src/GmshModel_Class.F90

  • src/modules/GmshAPI/src/GmshOnelab_Class.F90

  • src/modules/GmshAPI/src/GmshOption_Class.F90

  • src/modules/GmshAPI/src/GmshUtility.F90

  • src/modules/GmshAPI/src/Gmsh_Class.F90

  SUBROUTINE gmshInitialize(argc, argv, readConfigFiles, run, ierr) &
    & BIND(C, name="gmshInitialize")
    IMPORT
    _I_V_IN_ :: argc
    _CPTR_IN_ :: argv(*)
    _I_V_IN_ :: readConfigFiles
    _I_V_IN_ :: run
    _I_OUT_ :: ierr
  END SUBROUTINE

@vickysharma0812 vickysharma0812 merged commit b908d94 into master Dec 6, 2022
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

Successfully merging this pull request may close these issues.

1 participant