37 vector<unique_ptr<Section>> fibre;
47 int initialize(
const shared_ptr<DomainBase>&)
override;
49 unique_ptr<Section>
get_copy()
override;
57 void print()
override;
A Fibre1D class.
Definition: Fibre1D.h:34
void print() override
Definition: Fibre1D.cpp:98
Fibre1D(Fibre1D &&)=delete
~Fibre1D() override=default
unique_ptr< Section > get_copy() override
Definition: Fibre1D.cpp:63
int update_trial_status(const vec &) override
Definition: Fibre1D.cpp:65
Fibre1D & operator=(Fibre1D &&)=delete
Fibre1D & operator=(const Fibre1D &)=delete
int clear_status() override
Definition: Fibre1D.cpp:80
int initialize(const shared_ptr< DomainBase > &) override
Definition: Fibre1D.cpp:34
int commit_status() override
Definition: Fibre1D.cpp:86
int reset_status() override
Definition: Fibre1D.cpp:92
A Section1D class.
Definition: Section1D.h:36