smelchio
smelchio
In our projects, we are implementing the scaling in the following way: ```auto mesh = gmsh::read(filename.c_str(), library.world()); auto& coords = mesh.coords(); mesh.set_coords(osh::deep_copy(coords)*scale); coords = mesh.coords(); ``` but it would be...
If the number of degree of freedoms is not the same for all tets, we can use a2ab and ab2b to store it. Can the data stored in ab2b be...
Before the section `$Nodes`, a file from gmsh typically have a section such as ``` $PhysicalNames 2 3 1 "outer" 3 2 "inner" $EndPhysicalNames ``` This is currently ignored by...