![]() |
v0.15.0 |
Force scale operator for reading two columns. More...
#include "tutorials/src/TimeForceScale.hpp"
Public Member Functions | |
| TimeForceScale (string name="-my_time_data_file", bool error_if_file_not_given=false) | |
| MoFEMErrorCode | timeData () |
| MoFEMErrorCode | getForceScale (const double ts_t, double &scale) |
| MoFEMErrorCode | scaleNf (const FEMethod *fe, VectorDouble &Nf) |
| Scale force the right hand vector. | |
| TimeForceScale (string name="-my_time_data_file", bool error_if_file_not_given=false) | |
| MoFEMErrorCode | timeData () |
| MoFEMErrorCode | getForceScale (const double ts_t, double &scale) |
| MoFEMErrorCode | scaleNf (const FEMethod *fe, VectorDouble &Nf) |
| Scale force the right hand vector. | |
Public Member Functions inherited from MethodForForceScaling | |
| virtual | ~MethodForForceScaling () |
| virtual | ~MethodForForceScaling () |
Public Attributes | |
| std::map< double, double > | tSeries |
| int | readFile |
| int | debug |
| string | nAme |
| bool | errorIfFileNotGiven |
| PetscBool | fLg |
Additional Inherited Members | |
Static Public Member Functions inherited from MethodForForceScaling | |
| static MoFEMErrorCode | applyScale (const FEMethod *fe, boost::ptr_vector< MethodForForceScaling > &methods_op, VectorDouble &nf) |
| static MoFEMErrorCode | applyScale (const FEMethod *fe, boost::shared_ptr< MethodForForceScaling > method_op, VectorDouble &nf) |
| static MoFEMErrorCode | applyScale (const FEMethod *fe, boost::ptr_vector< MethodForForceScaling > &methods_op, VectorDouble &nf) |
| static MoFEMErrorCode | applyScale (const FEMethod *fe, boost::shared_ptr< MethodForForceScaling > method_op, VectorDouble &nf) |
Force scale operator for reading two columns.
Definition at line 18 of file TimeForceScale.hpp.
|
inline |
Definition at line 25 of file TimeForceScale.hpp.
|
inline |
Definition at line 25 of file TimeForceScale.hpp.
Reimplemented from MethodForForceScaling.
Definition at line 89 of file TimeForceScale.hpp.
Reimplemented from MethodForForceScaling.
Definition at line 89 of file TimeForceScale.hpp.
|
inlinevirtual |
Scale force the right hand vector.
| fe | |
| Nf |
Implements MethodForForceScaling.
Definition at line 123 of file TimeForceScale.hpp.
|
inlinevirtual |
Scale force the right hand vector.
| fe | |
| Nf |
Implements MethodForForceScaling.
Definition at line 123 of file TimeForceScale.hpp.
|
inline |
Definition at line 36 of file TimeForceScale.hpp.
|
inline |
Definition at line 36 of file TimeForceScale.hpp.
| int TimeForceScale::debug |
Definition at line 21 of file TimeForceScale.hpp.
| bool TimeForceScale::errorIfFileNotGiven |
Definition at line 23 of file TimeForceScale.hpp.
| PetscBool TimeForceScale::fLg |
Definition at line 34 of file TimeForceScale.hpp.
| string TimeForceScale::nAme |
Definition at line 22 of file TimeForceScale.hpp.
| int TimeForceScale::readFile |
Definition at line 21 of file TimeForceScale.hpp.
Definition at line 20 of file TimeForceScale.hpp.