44 int initialize(
const shared_ptr<DomainBase>&)
override;
46 unique_ptr<Section>
get_copy()
override;
48 void print()
override;
A Cell3D class.
Definition Cell3D.h:34
unique_ptr< Section > get_copy() override
Definition Cell3D.cpp:40
int initialize(const shared_ptr< DomainBase > &) override
Definition Cell3D.cpp:27
void print() override
Definition Cell3D.cpp:42
A Section3D class.
Definition Section3D.h:38