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

29 lines
541 B
Markdown
Raw Permalink Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

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