|
Smith
0.1
Smith is an implicit thermal structural mechanics simulation code.
|
Constant body force model. More...
#include <solid_material.hpp>

Public Member Functions | |
| template<typename T > | |
| SMITH_HOST_DEVICE tensor< double, dim > | operator() (const tensor< T, dim > &, const double) const |
| Evaluation function for the constant body force model. More... | |
Public Attributes | |
| tensor< double, dim > | force_ |
| The constant body force. | |
Constant body force model.
Definition at line 444 of file solid_material.hpp.
|
inline |
Evaluation function for the constant body force model.
| T | Position type |
| dim | The dimension of the problem |
Definition at line 456 of file solid_material.hpp.