Skip to content
Snippets Groups Projects
Commit 4f2a79f7 authored by Ruben Heinrich's avatar Ruben Heinrich
Browse files

[base] Modified to work with new class for meshes

parent 73bf8548
No related branches found
No related tags found
4 merge requests!57 vtkdiff,!47 parameter,!37 process borehole heat exchanger,!2Basic import and export functionality
...@@ -29,7 +29,7 @@ read_in_prj <- function(ogs6_obj, prj_path){ ...@@ -29,7 +29,7 @@ read_in_prj <- function(ogs6_obj, prj_path){
for(i in seq_along(vtu_ref_nodes)){ for(i in seq_along(vtu_ref_nodes)){
vtu_ref <- xml2::xml_text(vtu_ref_nodes[[i]]) vtu_ref <- xml2::xml_text(vtu_ref_nodes[[i]])
ogs6_obj$add_mesh(vtu_ref) ogs6_obj$add_mesh(r2ogs6_mesh(vtu_ref))
if(from_other_path){ if(from_other_path){
#Copy file into ogs6_obj$sim_path folder #Copy file into ogs6_obj$sim_path folder
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment