Options
All
  • Public
  • Public/Protected
  • All
Menu

Neumann boundary condition (i.e., constant derivative) warning The value passed must not be the value of the derivative. Instead, it must be comprehensive of the grid step between the first two points--i.e., it must be the difference between f[0] and f[1]. todo generalize to time-dependent conditions.

Hierarchy

Index

Constructors

constructor

  • Parameters

    Returns NeumannBC

Properties

Private _side

_side: Side

Private _value

_value: Real

Methods

applyAfterApplying1

  • applyAfterApplying1(u: Real[]): void

applyAfterSolving

  • applyAfterSolving(u: Real[]): void

applyBeforeApplying

applyBeforeSolving

setTime

  • setTime(t: Time): void