Skip to content

Commit 4ba5837

Browse files
authored
Merge pull request #3488 from dschwen/elem_info_3487
Add subdomain_id to elem info output
2 parents c025e36 + 2cb3d1d commit 4ba5837

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/geom/elem.C

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2484,6 +2484,7 @@ std::string Elem::get_info () const
24842484
oss << "invalid";
24852485
#endif
24862486

2487+
oss << ", subdomain_id()=" << this->subdomain_id();
24872488
oss << ", processor_id()=" << this->processor_id() << '\n';
24882489

24892490
oss << " type()=" << Utility::enum_to_string(this->type()) << '\n'

0 commit comments

Comments
 (0)