Skip to content

Struct mgrid::BoundaryPoint

ClassList > mgrid > BoundaryPoint

Boundary condition point (type and value).

  • #include <types.hpp>

Public Attributes

Type Name
ConditionType conditionType = {dirichlet}
Condition type at this point.
double value = {0.0}
Condition value.

Public Attributes Documentation

variable conditionType

Condition type at this point.

ConditionType mgrid::BoundaryPoint::conditionType;


variable value

Condition value.

double mgrid::BoundaryPoint::value;



The documentation for this class was generated from the following file include/multigrid/types.hpp