AlbertoBittes

Results 3 issues of AlbertoBittes

Good afternoon, Here I try to write some results with Nemesis_IO output interface: output_filename = mesh_filename_without_extension + "_out"; final_output_path = output_path / output_filename; std::ostringstream file_name; file_name

I am trying to apply periodic boundary conditions on my computational domain. I have a system with one variable defined in the whole domain and another variable defined in a...

Hello everyone, I have a D-shaped domain and I generated infinite elements on the circular boundary of my domain. I issued a mesh.find_neighbors(); after generating as shown in the examples....