mirror of
https://github.com/NGSolve/netgen.git
synced 2024-12-24 21:10:33 +05:00
translate to NGSolve node type in ReadCGNSFile
This commit is contained in:
parent
88674cd99b
commit
7da5cfd3de
@ -235,7 +235,7 @@ namespace netgen::cg
|
||||
cg_field_read(fn, base, zone, sol.solution, sol.field_names[fi].c_str(), RealDouble, &imin, &size, &values[0]);
|
||||
sol_names.push_back(sol.field_names[fi]);
|
||||
sol_values.emplace_back(std::move(values));
|
||||
sol_locations.push_back(sol.location);
|
||||
sol_locations.push_back(getNodeType(sol.location));
|
||||
}
|
||||
}
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user