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