Skip to content

Commit

Permalink
correct gmesh to gmsh
Browse files Browse the repository at this point in the history
  • Loading branch information
GBenedett committed Oct 22, 2024
1 parent c49b889 commit 8c4fb6b
Show file tree
Hide file tree
Showing 6 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion ceasiompy/CPACS2GMSH/cpacs2gmsh.py
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
from pathlib import Path

from ceasiompy.CPACS2GMSH.func.exportbrep import export_brep
from ceasiompy.CPACS2GMSH.func.generategmesh import generate_gmsh
from ceasiompy.CPACS2GMSH.func.generategmsh import generate_gmsh
from ceasiompy.CPACS2GMSH.func.RANS_mesh_generator import (
generate_2d_mesh_for_pentagrow,
pentagrow_3d_mesh,
Expand Down
2 changes: 1 addition & 1 deletion ceasiompy/CPACS2GMSH/func/RANS_mesh_generator.py
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@
import numpy as np

import gmsh
from ceasiompy.CPACS2GMSH.func.generategmesh import (
from ceasiompy.CPACS2GMSH.func.generategmsh import (
# duplicate_disk_actuator_surfaces,
# control_disk_actuator_normal,
# get_entities_from_volume,
Expand Down
File renamed without changes.
2 changes: 1 addition & 1 deletion ceasiompy/CPACS2GMSH/tests/test_advancemeshing.py
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@
restrict_fields,
)
from ceasiompy.CPACS2GMSH.func.exportbrep import export_brep
from ceasiompy.CPACS2GMSH.func.generategmesh import generate_gmsh
from ceasiompy.CPACS2GMSH.func.generategmsh import generate_gmsh
from ceasiompy.utils.ceasiompyutils import remove_file_type_in_dir
from ceasiompy.utils.commonpaths import CPACS_FILES_PATH
from cpacspy.cpacspy import CPACS
Expand Down
2 changes: 1 addition & 1 deletion ceasiompy/CPACS2GMSH/tests/test_generatemesh.py
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@

import gmsh
from ceasiompy.CPACS2GMSH.func.exportbrep import export_brep
from ceasiompy.CPACS2GMSH.func.generategmesh import (
from ceasiompy.CPACS2GMSH.func.generategmsh import (
ModelPart,
generate_gmsh,
get_entities_from_volume,
Expand Down
2 changes: 1 addition & 1 deletion ceasiompy/CPACS2GMSH/tests/test_wingclassification.py
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
import gmsh
import pytest
from ceasiompy.CPACS2GMSH.func.exportbrep import export_brep
from ceasiompy.CPACS2GMSH.func.generategmesh import generate_gmsh
from ceasiompy.CPACS2GMSH.func.generategmsh import generate_gmsh
from ceasiompy.CPACS2GMSH.func.wingclassification import (
detect_normal_profile,
detect_truncated_profile,
Expand Down

0 comments on commit 8c4fb6b

Please sign in to comment.