Functions | |
| int | ComputeDirichletBC (const std::vector< size_t > &bufferIndices, double *variable, const double &value) |
| int | ComputeSATDirichletBC (const std::vector< size_t > &bufferIndices, double *rhsVar, double *stateVar, const double &value, const double &weight) |
| int ComputeDirichletBC | ( | const std::vector< size_t > & | bufferIndices, |
| double * | variable, | ||
| const double & | value | ||
| ) |
Definition at line 11 of file MaxwellBC.C.
Referenced by TestDirichletBC().
| int ComputeSATDirichletBC | ( | const std::vector< size_t > & | bufferIndices, |
| double * | rhsVar, | ||
| double * | stateVar, | ||
| const double & | value, | ||
| const double & | weight | ||
| ) |
Definition at line 25 of file MaxwellBC.C.
Referenced by rhs< GridT, StateT, OperatorT >::HandleBoundaryConditions().