#include "NodeFArrayBox.H"
#include "LevelData.H"
Include dependency graph for SetWarp.H:
Go to the source code of this file.
Functions | |
void | setMasked (LevelData< NodeFArrayBox > &a_phi, const LevelData< NodeFArrayBox > &a_rhs, Real a_dx) |
Sets potential at points inside conductor. | |
void | zeroMasked (Vector< LevelData< NodeFArrayBox > * > &a_vectData, const Vector< Real > &a_vectDx, const int a_numlevels) |
Zeroes potential at points inside conductor. | |
void | zeroMasked (LevelData< NodeFArrayBox > &a_phi, Real a_dx) |
Zeroes potential at points inside conductor. | |
void | zeroMasked (LevelData< NodeFArrayBox > &a_phi, const BoxLayoutData< FArrayBox > &a_coeffs) |
Zeroes potential at points inside conductor. | |
void | zeroMasked (LevelData< NodeFArrayBox > &a_phi, const BoxLayoutData< BaseFab< int > > &a_mask) |
Zeroes potential at points inside conductor. | |
void | writeResidual (LevelData< NodeFArrayBox > &a_res, Real a_dx) |
Writes out residual. |
|
Sets potential at points inside conductor. Sets potential at points inside conductor. These are points where component 0 of nodal coefficients is positive. {\bf Arguments:}\ a_phi (modified): the data.\ a_rhs (not modified): right-hand side.\ a_dx: mesh spacing |
|
Writes out residual. Writes out residual. {\bf Arguments:}\ a_res: (modified): residual.\ a_dx: mesh spacing |
|
Zeroes potential at points inside conductor. Zeroes potential at points inside conductor. These are points where component 0 of mask is zero. {\bf Arguments:}\ a_phi (modified): the data.\ a_mask: mask array |
|
Zeroes potential at points inside conductor. Zeroes potential at points inside conductor. These are points where component 0 of nodal coefficients is positive. {\bf Arguments:}\ a_phi (modified): the data.\ a_coeffs: nodal coefficients |
|
Zeroes potential at points inside conductor. Zeroes potential at points inside conductor. These are points where component 0 of nodal coefficients is positive. {\bf Arguments:}\ a_phi (modified): the data.\ a_dx: mesh spacing |
|
Zeroes potential at points inside conductor. Zeroes potential at points inside conductor. These are points where component 0 of nodal coefficients is positive. {\bf Arguments:}\ a_vectData (modified): the data.\ a_vectDx: mesh spacing a_numlevels: number of levels |