Manage Dirchlet boundary condition.
More...
#include <wAssign.h>
|
| Dirichlet (std::shared_ptr< tbox::MshData > _msh, int no, int dim, double alpha, double beta=0.0, bool pin=false) |
|
| Dirichlet (std::shared_ptr< tbox::MshData > _msh, std::string const &name, int dim, double alpha, double beta=0.0) |
|
virtual | ~Dirichlet () |
|
virtual void | write (std::ostream &out) const override |
|
| 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 Dirchlet boundary condition.
- Authors
- Adrien Crovato
◆ Dirichlet() [1/2]
Dirichlet::Dirichlet |
( |
std::shared_ptr< tbox::MshData > |
_msh, |
|
|
int |
no, |
|
|
int |
dim, |
|
|
double |
alpha, |
|
|
double |
beta = 0.0 , |
|
|
bool |
pin = false |
|
) |
| |
◆ Dirichlet() [2/2]
Dirichlet::Dirichlet |
( |
std::shared_ptr< tbox::MshData > |
_msh, |
|
|
std::string const & |
name, |
|
|
int |
dim, |
|
|
double |
alpha, |
|
|
double |
beta = 0.0 |
|
) |
| |
◆ ~Dirichlet()
virtual flow::Dirichlet::~Dirichlet |
( |
| ) |
|
|
inlinevirtual |
◆ write()
void Dirichlet::write |
( |
std::ostream & |
out | ) |
const |
|
overridevirtual |
The documentation for this class was generated from the following files: