Manage assign type condition.
More...
#include <wAssign.h>
|
| Assign (std::shared_ptr< tbox::MshData > _msh, int no) |
|
| Assign (std::shared_ptr< tbox::MshData > _msh, std::string const &name) |
|
virtual | ~Assign () |
|
void | apply (std::vector< double > &vec) |
| Prescribe value to all nodes (default implementation) More...
|
|
|
std::vector< tbox::Node * > | nodes |
| nodes of the boundary More...
|
|
F0Ps * | f |
| position-based function to compute the boundary value More...
|
|
Manage assign type condition.
- Authors
- Adrien Crovato
◆ Assign() [1/2]
flow::Assign::Assign |
( |
std::shared_ptr< tbox::MshData > |
_msh, |
|
|
int |
no |
|
) |
| |
◆ Assign() [2/2]
flow::Assign::Assign |
( |
std::shared_ptr< tbox::MshData > |
_msh, |
|
|
std::string const & |
name |
|
) |
| |
◆ ~Assign()
◆ apply()
void Assign::apply |
( |
std::vector< double > & |
vec | ) |
|
Prescribe value to all nodes (default implementation)
◆ getNodes()
void Assign::getNodes |
( |
| ) |
|
|
private |
Get all nodes belonging to boundary tag.
position-based function to compute the boundary value
◆ nodes
std::vector<tbox::Node *> flow::Assign::nodes |
The documentation for this class was generated from the following files: