|
numerics 0.1.0
|
Dirichlet boundary condition: fix phi = value at grid node flat_idx. More...
#include <fields.hpp>
Public Attributes | |
| int | flat_idx |
| k*ny*nx + j*nx + i | |
| double | value |
Dirichlet boundary condition: fix phi = value at grid node flat_idx.
Definition at line 114 of file fields.hpp.
| int num::FieldSolver::DirichletBC::flat_idx |
k*ny*nx + j*nx + i
Definition at line 115 of file fields.hpp.
| double num::FieldSolver::DirichletBC::value |
Definition at line 116 of file fields.hpp.