- Author
- Norihiro Watanabe
- Date
- 2013-08-13
- Copyright
- Copyright (c) 2012-2024, OpenGeoSys Community (http://www.opengeosys.org) Distributed under a Modified BSD License. See accompanying file LICENSE.txt or http://www.opengeosys.org/project/license
Definition in file ShapeMatrices-impl.h.
|
template<class T > |
void | NumLib::detail::setMatrixZero (T &mat) |
|
template<class T > |
void | NumLib::detail::setVectorZero (T &vec) |
|
template<class T_N , class T_DNDR , class T_J , class T_DNDX > |
void | NumLib::detail::setZero (ShapeMatrices< T_N, T_DNDR, T_J, T_DNDX > &shape, ShapeDataFieldType< ShapeMatrixType::N >) |
|
template<class T_N , class T_DNDR , class T_J , class T_DNDX > |
void | NumLib::detail::setZero (ShapeMatrices< T_N, T_DNDR, T_J, T_DNDX > &shape, ShapeDataFieldType< ShapeMatrixType::DNDR >) |
|
template<class T_N , class T_DNDR , class T_J , class T_DNDX > |
void | NumLib::detail::setZero (ShapeMatrices< T_N, T_DNDR, T_J, T_DNDX > &shape, ShapeDataFieldType< ShapeMatrixType::DNDR_J >) |
|
template<class T_N , class T_DNDR , class T_J , class T_DNDX > |
void | NumLib::detail::setZero (ShapeMatrices< T_N, T_DNDR, T_J, T_DNDX > &shape, ShapeDataFieldType< ShapeMatrixType::N_J >) |
|
template<class T_N , class T_DNDR , class T_J , class T_DNDX > |
void | NumLib::detail::setZero (ShapeMatrices< T_N, T_DNDR, T_J, T_DNDX > &shape, ShapeDataFieldType< ShapeMatrixType::DNDX >) |
|
template<class T_N , class T_DNDR , class T_J , class T_DNDX > |
void | NumLib::detail::setZero (ShapeMatrices< T_N, T_DNDR, T_J, T_DNDX > &shape, ShapeDataFieldType< ShapeMatrixType::ALL >) |
|
template<class T_N , class T_DNDR , class T_J , class T_DNDX > |
std::ostream & | NumLib::operator<< (std::ostream &os, const ShapeMatrices< T_N, T_DNDR, T_J, T_DNDX > &shape) |
|