![]() |
NLMech
0.1.0
|
Provides geometrical methods such as point inside rectangle. More...
Functions | |
| std::string | getTabS (int nt) |
| Generate a string contaning nt tabs. More... | |
| template<class T > | |
| void | print (const std::vector< std::vector< T >> &list, int nt=0) |
| Concatenates the elements of the vector separated with a comma. More... | |
| template<class T > | |
| void | print (const std::vector< T > &list, int nt=0) |
| Concatenates the elements of the vector separated with a comma and prints them to the standard output stream. More... | |
| void | printBox (const std::pair< std::vector< double >, std::vector< double >> &box, int nt=0) |
| Prints the corner points of the to the output stream. More... | |
| void | printBox (const std::pair< util::Point3, util::Point3 > &box, int nt=0) |
| Prints the corner points of the to the output stream. More... | |
| std::string | printBoxStr (const std::pair< std::vector< double >, std::vector< double >> &box, int nt=0) |
| Prints the corner points of the output stream. More... | |
| std::string | printBoxStr (const std::pair< util::Point3, util::Point3 > &box, int nt=0) |
| Prints the corner points of the to the output stream. More... | |
| template<class T > | |
| std::string | printStr (const std::vector< std::vector< T >> &list, int nt=0) |
| Concatenates the elements of the vector separated with a comma. More... | |
| template<class T > | |
| std::string | printStr (const std::vector< T > &list, int nt=0) |
| Concatenates the elements of the vector separated with a comma. More... | |
| template<> | |
| std::string | printStr (const std::vector< util::Point3 > &list, int nt) |
| Concatenates the elements of the vector separated with a comma. More... | |
Provides geometrical methods such as point inside rectangle.
|
inline |
Generate a string contaning nt tabs.
| nt | Number of tabs |
Referenced by printBoxStr(), printStr(), material::pd::BaseInfluenceFn::printStr(), material::pd::ConstInfluenceFn::printStr(), material::pd::LinearInfluenceFn::printStr(), material::pd::GaussianInfluenceFn::printStr(), data::DataManager::printStr(), fe::BaseElem::printStr(), fe::LineElem::printStr(), fe::MassMatrix::printStr(), fe::Mesh::printStr(), fe::QuadData::printStr(), fe::QuadElem::printStr(), fe::TetElem::printStr(), fe::TriElem::printStr(), geometry::DampingGeom::printStr(), geometry::Fracture::printStr(), geometry::BaseInterior::printStr(), geometry::ComputeInterior::printStr(), geometry::DataInterior::printStr(), geometry::InteriorFlags::printStr(), geometry::Neighbor::printStr(), geometry::VolumeCorrection::printStr(), inp::DampingGeomData::printStr(), inp::AbsorbingCondDeck::printStr(), inp::EdgeCrack::printStr(), inp::FractureDeck::printStr(), inp::ICData::printStr(), inp::InitialConditionDeck::printStr(), inp::InteriorFlagsDeck::printStr(), inp::BCData::printStr(), inp::LoadingDeck::printStr(), inp::MassMatrixDeck::printStr(), inp::MatData::printStr(), inp::MaterialDeck::printStr(), inp::MeshDeck::printStr(), inp::ModelDeck::printStr(), inp::NeighborDeck::printStr(), inp::OutputDeck::printStr(), inp::PolicyDeck::printStr(), inp::QuadratureDeck::printStr(), inp::RestartDeck::printStr(), inp::SolverDeck::printStr(), inp::Input::printStr(), loading::FLoading::printStr(), loading::InitialCondition::printStr(), and loading::ULoading::printStr().

|
inline |
Concatenates the elements of the vector separated with a comma.
| list | The vector with the elements |
| nt | Number of tabs prepend to the concatenated vector |

|
inline |
Concatenates the elements of the vector separated with a comma and prints them to the standard output stream.
| list | The vector with the elements |
| nt | Number of tabs prepend to the concatenated vector |

|
inline |
Prints the corner points of the to the output stream.
| box | Corner point of the box |
| nt | Number of tabs at the beginning of the string |

|
inline |
Prints the corner points of the to the output stream.
| box | Corner point of the box |
| nt | Number of tabs at the beginning of the string |

|
inline |
Prints the corner points of the output stream.
| box | Corner point of the box |
| nt | Number of tabs at the beginning of the string |

|
inline |
Prints the corner points of the to the output stream.
| box | Corner point of the box |
| nt | Number of tabs at the beginning of the string |
Referenced by printBox(), fe::Mesh::printStr(), geometry::BaseInterior::printStr(), geometry::ComputeInterior::printStr(), and geometry::DataInterior::printStr().


|
inline |
Concatenates the elements of the vector separated with a comma.
| list | The vector with the elements |
| nt | Number of tabs prepend to the concatenated vector |

|
inline |
Concatenates the elements of the vector separated with a comma.
| list | The vector with the elements |
| nt | Number of tabs prepend to the concatenated vector |
Referenced by fe::Mesh::computeVol(), print(), fe::QuadData::printStr(), inp::BCData::printStr(), inp::OutputDeck::printStr(), and test::testTetElem().


|
inline |
Concatenates the elements of the vector separated with a comma.
| list | The vector with the elements |
| nt | NUmber of tabs prepend to the concatenated vector |
