mirror of
https://github.com/NGSolve/netgen.git
synced 2025-01-26 21:00:34 +05:00
quads are curved (in general)
This commit is contained in:
parent
93d16ed1c3
commit
bb85bb01a3
@ -344,6 +344,7 @@ namespace netgen
|
||||
default:
|
||||
PrintSysError ("Element2d::SetType, illegal type ", int(typ));
|
||||
}
|
||||
is_curved = (np >= 4);
|
||||
}
|
||||
///
|
||||
int GetNP() const { return np; }
|
||||
|
Loading…
Reference in New Issue
Block a user