首页 > 其他分享 >当前完成

当前完成

时间:2024-07-01 20:31:11浏览次数:1  
标签:sizing function 当前 get py edges mesh 完成

已经完成
python

region.py
Region类
stereo_to_3d to_lat_lon 方法

geodata.py
ShoreLine类
_convert_to_array _convert_to_list _create_boubox _create_ranges _densify _poly_area _classify_shoreline//有点问题,difference方法 _chaikins_corner_cutting _smooth_shoreline _clip_polys _is_path_ccw _is_overlapping remove_dup
DEM类//正确与否未知,数据读取没问题但绘图函数未实现

edges.py
//此命名空间所有方法为gpt实现,编译通过但未测试
get_poly_edges draw_edges unique_row_view get_edges get_boundary_edges get_winded_boundary_edges

grid.py
Grid类//方法编译通过,仅数据读取部分测试过正确,由于绘图失败其余未测试

未完成
python

geodata.py
create_circle_coords get_polygon_coordinates _clip_polys_2//这函数原本库里也没用 _nth_simplify

edgefx.py
//给了定义没实现
enforce_mesh_size_bounds_elevation enforce_mesh_gradation _resample_line distance_sizing_from_line_function distance_sizing_from_point_function distance_sizing_function bathymetric_gradient_sizing_function rossby_radius_filter feature_sizing_function wavelength_sizing_function multiscale_sizing_function _earth_gradient

boundary.py
identify_ocean_boundary_sections

clean.py
make_mesh_boundaries_traversable delete_interior_faces delete_exterior_faces delete_faces_connected_to_one_face delete_boundary_faces laplacian2 mesh_clean

filterfx.py
filt2 gaussfilter

fixmesh.py
simp_qual fix_mesh unique_rows simp_vol

grid.py
compute_minimum

idw.py
Invdisttree类

mesh_generator.py
write_to_fort14 write_to_t3s plot_mesh_connectivity plot_mesh_bathy _parse_kwargs generate_multiscale_mesh generate_mesh _unpack_sizing _unpack_domain _get_bars _compute_forces _dense _remove_triangles_outside _project_points_back _stereo_distortion _stereo_distortion_dist _generate_initial_points

signed_distance_function.py
仅定义

标签:sizing,function,当前,get,py,edges,mesh,完成
From: https://www.cnblogs.com/aultcarius/p/18278706

相关文章