29 lines
541 B
Markdown
29 lines
541 B
Markdown
|
1 fn mesh_position_node pos: &[f64; 3] -> Array1<f64>
|
|||
|
|
|||
|
2 fn mesh_construct_element -> fn mesh_construct_element_1pt
|
|||
|
|
|||
|
3 增加 fn mesh_construct_element_2pt
|
|||
|
|
|||
|
4 增加 fn create_point_mesh
|
|||
|
|
|||
|
5 增加 fn commit_point_mesh
|
|||
|
|
|||
|
6 mesh_copy iso:i32-> option<i32>
|
|||
|
|
|||
|
|
|||
|
mesh_construct_element_1pt
|
|||
|
elem_table elements[].elem_nodes
|
|||
|
fast 1-17
|
|||
|
rust 0-16
|
|||
|
|
|||
|
mesh_position_node
|
|||
|
对于单点网格inode 需给0 即 需要-1
|
|||
|
|
|||
|
mesh_construct_element_1pt
|
|||
|
对于单点网格nodeindex 需给0 即 需要-1
|
|||
|
|
|||
|
elem_list的定义是否正确?
|
|||
|
|
|||
|
改到与fast相同?
|
|||
|
|