#include "users_modules/basic_finite_elements/src/SurfacePressure.hpp"
Definition at line 205 of file SurfacePressure.hpp.
◆ DataAtIntegrationPts()
| NeumannForcesSurface::DataAtIntegrationPts::DataAtIntegrationPts |
( |
| ) |
|
|
inline |
◆ getHMatPtr()
| boost::shared_ptr< MatrixDouble > NeumannForcesSurface::DataAtIntegrationPts::getHMatPtr |
( |
| ) |
|
|
inline |
Definition at line 221 of file SurfacePressure.hpp.
221 {
222 return boost::shared_ptr<MatrixDouble>(shared_from_this(), &
HMat);
223 }
◆ getSmallhMatPtr()
| boost::shared_ptr< MatrixDouble > NeumannForcesSurface::DataAtIntegrationPts::getSmallhMatPtr |
( |
| ) |
|
|
inline |
Definition at line 217 of file SurfacePressure.hpp.
217 {
218 return boost::shared_ptr<MatrixDouble>(shared_from_this(), &
hMat);
219 }
◆ arcLengthDof
| boost::weak_ptr<DofEntity> NeumannForcesSurface::DataAtIntegrationPts::arcLengthDof |
◆ detHVec
| VectorDouble NeumannForcesSurface::DataAtIntegrationPts::detHVec |
◆ faceRowData
| EntData* NeumannForcesSurface::DataAtIntegrationPts::faceRowData |
◆ FMat
| MatrixDouble NeumannForcesSurface::DataAtIntegrationPts::FMat |
◆ forcesOnlyOnEntitiesRow
| Range NeumannForcesSurface::DataAtIntegrationPts::forcesOnlyOnEntitiesRow |
◆ hMat
| MatrixDouble NeumannForcesSurface::DataAtIntegrationPts::hMat |
◆ HMat
| MatrixDouble NeumannForcesSurface::DataAtIntegrationPts::HMat |
◆ invHMat
| MatrixDouble NeumannForcesSurface::DataAtIntegrationPts::invHMat |
◆ tangent1
| MatrixDouble NeumannForcesSurface::DataAtIntegrationPts::tangent1 |
◆ tangent2
| MatrixDouble NeumannForcesSurface::DataAtIntegrationPts::tangent2 |
The documentation for this struct was generated from the following file: