| 471 | } |
| 472 | |
| 473 | shared_ptr<CF> GetNormalVectorCF (int dim) |
| 474 | { |
| 475 | return NormalVectorCF(dim); |
| 476 | } |
| 477 | shared_ptr<CF> GetNormalVectorCF (ngcomp::Region& region) |
| 478 | { |
| 479 | const auto& boundaries = region.GetNeighbours(BND); |
nothing calls this directly
no test coverage detected