CrossIC creates a C1 continuous initial condition that looks like a cross in the middle of the domain. More...
#include <CrossIC.h>
Public Member Functions | |
| CrossIC (const InputParameters ¶meters) | |
| virtual Real | value (const Point &p) |
| virtual RealGradient | gradient (const Point &p) |
Public Attributes | |
| const Real | _x1 |
| const Real | _y1 |
| const Real | _x2 |
| const Real | _y2 |
Protected Member Functions | |
| Number | interfaceValue (Real r) |
| Number | interfaceDerivative (Real r) |
Protected Attributes | |
| Real | _average |
| Real | _amplitude |
| Real | _length |
| Real | _width |
| Real | _buffer |
| Real | _interface |
CrossIC creates a C1 continuous initial condition that looks like a cross in the middle of the domain.
| CrossIC::CrossIC | ( | const InputParameters & | parameters | ) |
|
protectedinherited |
Definition at line 71 of file C1ICBase.C.
|
protectedinherited |
|
virtual |
|
protectedinherited |
Definition at line 52 of file C1ICBase.h.
Referenced by C1ICBase::interfaceDerivative(), C1ICBase::interfaceValue(), and value().
|
protectedinherited |
Definition at line 51 of file C1ICBase.h.
Referenced by C1ICBase::interfaceValue(), and value().
|
protectedinherited |
Definition at line 55 of file C1ICBase.h.
Referenced by C1ICBase::interfaceDerivative(), C1ICBase::interfaceValue(), and value().
|
protectedinherited |
Definition at line 56 of file C1ICBase.h.
Referenced by C1ICBase::interfaceDerivative(), C1ICBase::interfaceValue(), and value().
|
protectedinherited |
Definition at line 53 of file C1ICBase.h.
Referenced by value().
|
protectedinherited |
Definition at line 54 of file C1ICBase.h.
Referenced by value().
1.8.16