numerics 0.1.0
Loading...
Searching...
No Matches
num::FieldSolver::DirichletBC Struct Reference

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
 

Detailed Description

Dirichlet boundary condition: fix phi = value at grid node flat_idx.

Definition at line 114 of file fields.hpp.

Member Data Documentation

◆ flat_idx

int num::FieldSolver::DirichletBC::flat_idx

k*ny*nx + j*nx + i

Definition at line 115 of file fields.hpp.

◆ value

double num::FieldSolver::DirichletBC::value

Definition at line 116 of file fields.hpp.


The documentation for this struct was generated from the following file: