| Home | Trees | Index | Help |
|---|
| Package esys :: Package escript :: Module test_linearPDEs :: Class Test_LinearPDE |
|
object--+ |TestCase--+ |Test_linearPDEs--+ | Test_LinearPDE
| Method Summary | |
|---|---|
test_attemptToChangeOrderAfterDefinedCoefficient(self)
| |
test_BICGSTAB_ILU0(self)
| |
test_BICGSTAB_JACOBI(self)
| |
test_Constrained_Lumping(self)
| |
test_Constrained_Lumping_System(self)
| |
test_DIRECT(self)
| |
test_GMRES_ILU0(self)
| |
test_GMRES_JACOBI(self)
| |
test_GMRES_truncation_restart_ILU0(self)
| |
test_GMRES_truncation_restart_JACOBI(self)
| |
test_GMRESnoRestart_ILU0(self)
| |
test_GMRESnoRestart_JACOBI(self)
| |
test_Lumping(self)
| |
test_Lumping_attemptToSetA(self)
| |
test_Lumping_attemptToSetB(self)
| |
test_Lumping_attemptToSetC(self)
| |
test_Lumping_System(self)
| |
test_Lumping_updateOperator(self)
| |
test_Lumping_updateRHS(self)
| |
test_PCG_ILU0(self)
| |
test_PCG_JACOBI(self)
| |
test_PRES20_ILU0(self)
| |
test_PRES20_JACOBI(self)
| |
test_reducedOn(self)
| |
test_reducedOnConfig(self)
| |
test_resetCoefficient_HomogeneousConstraint(self)
| |
test_resetCoefficient_InHomogeneousConstraint(self)
| |
test_resetCoefficient_WithWrongShape(self)
| |
test_setCoefficient_A_Scalar(self)
| |
test_setCoefficient_A_System(self)
| |
test_setCoefficient_B_Scalar(self)
| |
test_setCoefficient_B_System(self)
| |
test_setCoefficient_C_Scalar(self)
| |
test_setCoefficient_C_System(self)
| |
test_setCoefficient_d_contact_Scalar(self)
| |
test_setCoefficient_d_contact_System(self)
| |
test_setCoefficient_D_Scalar(self)
| |
test_setCoefficient_d_Scalar(self)
| |
test_setCoefficient_D_System(self)
| |
test_setCoefficient_d_System(self)
| |
test_setCoefficient_q_Scalar(self)
| |
test_setCoefficient_q_Scalar_reducedOn(self)
| |
test_setCoefficient_q_System(self)
| |
test_setCoefficient_q_System_reducedOn(self)
| |
test_setCoefficient_r_Scalar(self)
| |
test_setCoefficient_r_Scalar_reducedOn(self)
| |
test_setCoefficient_r_System(self)
| |
test_setCoefficient_r_System_reducedOn(self)
| |
test_setCoefficient_WithIllegalFunctionSpace(self)
| |
test_setCoefficient_X_Scalar(self)
| |
test_setCoefficient_X_System(self)
| |
test_setCoefficient_y_contact_Scalar(self)
| |
test_setCoefficient_y_contact_System(self)
| |
test_setCoefficient_Y_Scalar(self)
| |
test_setCoefficient_y_Scalar(self)
| |
test_setCoefficient_Y_System(self)
| |
test_setCoefficient_y_System(self)
| |
test_symmetryCheckFalse_A_Scalar(self)
| |
test_symmetryCheckFalse_A_System(self)
| |
test_symmetryCheckFalse_BC_Scalar(self)
| |
test_symmetryCheckFalse_BC_System(self)
| |
test_symmetryCheckFalse_d_contact_System(self)
| |
test_symmetryCheckFalse_D_System(self)
| |
test_symmetryCheckFalse_d_System(self)
| |
test_symmetryCheckTrue_Scalar(self)
| |
test_symmetryCheckTrue_System(self)
| |
test_symmetryOnDirect(self)
| |
test_symmetryOnIterative(self)
| |
| Inherited from Test_linearPDEs | |
checks if arg and ref_arg are nearly identical using the Lsup | |
| Inherited from TestCase | |
Create an instance of the class that will use the named test method when executed. | |
| |
| |
| |
Fail the test unless the expression is true. | |
Fail if the two objects are unequal as determined by their difference rounded to the given number of decimal places (default 7) and comparing to zero. | |
Fail if the two objects are unequal as determined by their difference rounded to the given number of decimal places (default 7) and comparing to zero. | |
Fail if the two objects are unequal as determined by the '==' operator. | |
Fail if the two objects are unequal as determined by the '==' operator. | |
Fail if the two objects are equal as determined by their difference rounded to the given number of decimal places (default 7) and comparing to zero. | |
Fail if the two objects are equal as determined by their difference rounded to the given number of decimal places (default 7) and comparing to zero. | |
Fail if the two objects are equal as determined by the '==' operator. | |
Fail if the two objects are equal as determined by the '==' operator. | |
Fail unless an exception of class excClass is thrown by callableObj when invoked with arguments args and keyword arguments kwargs. | |
| |
Run the test without collecting errors in a TestResult | |
| |
Fail immediately, with the given message. | |
Fail the test if the expression is true. | |
Fail if the two objects are equal as determined by their difference rounded to the given number of decimal places (default 7) and comparing to zero. | |
Fail if the two objects are equal as determined by the '==' operator. | |
Fail the test unless the expression is true. | |
Fail if the two objects are unequal as determined by their difference rounded to the given number of decimal places (default 7) and comparing to zero. | |
Fail if the two objects are unequal as determined by the '==' operator. | |
Fail unless an exception of class excClass is thrown by callableObj when invoked with arguments args and keyword arguments kwargs. | |
| |
| |
Hook method for setting up the test fixture before exercising it. | |
Returns a one-line description of the test, or None if no description has been provided. | |
Hook method for deconstructing the test fixture after testing it. | |
| Inherited from object | |
x.__delattr__('name') <==> del x.name | |
x.__getattribute__('name') <==> x.name | |
x.__hash__() <==> hash(x) | |
T.__new__(S, ...) -> a new object with type S, a subtype of T | |
helper for pickle | |
helper for pickle | |
x.__setattr__('name', value) <==> x.name = value | |
| Class Variable Summary | |
|---|---|
int |
N = 4 |
| Inherited from Test_linearPDEs | |
bool |
DEBUG = False
|
float |
SOLVER_TOL = 1e-10 |
float |
TOL = 9.9999999999999995e-07 |
bool |
VERBOSE = False
|
| Class Variable Details |
|---|
N
|
| Home | Trees | Index | Help |
|---|
| Generated by Epydoc 2.1 on Thu Apr 27 11:16:25 2006 | http://epydoc.sf.net |