obsidian_backup/多体+耦合求解器/公共Mesh模块变更.md

541 B
Raw Permalink Blame History

1 fn mesh_position_node pos: &[f64; 3] -> Array1

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

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相同