#include "b2solution.H"


Public Member Functions | |
| virtual void | set_model (Model &model)=0 |
| virtual void | set_case (Case &case_)=0 |
| virtual void | set_subcase_id (int subcase_id_)=0 |
| virtual bool | is_need_refinement () const |
| virtual void | set_need_refinement () |
| virtual gradient_container | get_gradient_container ()=0 |
| virtual void | set_value (const std::string &key, bool value) |
| virtual void | set_system_null_space (const b2linalg::Matrix< double, b2linalg::Mrectangle_constref > &nks, bool normalize=true, const std::string suffix="NS") |
| virtual void | set_system_null_space (const b2linalg::Matrix< b2000::csda< double >, b2linalg::Mrectangle_constref > &nks, bool normalize=true, const std::string suffix="NS") |
| virtual void | set_system_null_space (const b2linalg::Matrix< std::complex< double >, b2linalg::Mrectangle_constref > &nks, bool normalize=true, const std::string suffix="NS") |
Public Member Functions inherited from b2000::Object | |
| virtual const std::string & | get_object_name () const |
| virtual | ~Object () |
Additional Inherited Members | |
Static Public Attributes inherited from b2000::Object | |
| static ObjectType | type |
Abstract base class to hold all solution data of an analysis step of a complete FE model, computed by the Solver instance.
|
pure virtual |
Return a shared_ptr to the GradientContainer object that is contained within the Solution object.
|
inlinevirtual |
|
inlinevirtual |
Set the need refinement flag for the solution.
|
pure virtual |
Set the subcase ID.
|
inlinevirtual |
Store the null kernel space of the system of linear (or linearized) complex-valued equations if the system is under-constrained.
| nks | the null kernel space (or a part of it). |
|
inlinevirtual |
Store the null kernel space of the system of linear (or linearized) real-valued equations if the system is under-constrained.
| nks | the null kernel space (or a part of it). |
|
inlinevirtual |
Store the null kernel space of the system of linear (or linearized) complex-valued equations if the system is under-constrained.
| nks | the null kernel space (or a part of it). |
|
inlinevirtual |
Set a (key,value) pair as part of the solution.