|
Peano
|
Class to produce restriction/prolongation matrices for multigrid tasks. More...
Public Member Functions | |
| __init__ (self, dim=2, refinement_order=1) | |
| prolongation (self) | |
| restriction (self) | |
Data Fields | |
| dim | |
| refinement_order | |
Class to produce restriction/prolongation matrices for multigrid tasks.
Definition at line 3 of file IntergridOperatorsH.py.
| mghype.api.matrixgenerators.blockmatrix.IntergridOperatorsH.IntergridOperatorsH.__init__ | ( | self, | |
| dim = 2, | |||
| refinement_order = 1 ) |
Definition at line 9 of file IntergridOperatorsH.py.
| mghype.api.matrixgenerators.blockmatrix.IntergridOperatorsH.IntergridOperatorsH.prolongation | ( | self | ) |
Definition at line 16 of file IntergridOperatorsH.py.
References peano4.datamodel.Patch.Patch.dim, mghype.api.matrixgenerators.blockmatrix.BlockMatrix.BlockMatrix.dim, mghype.api.matrixgenerators.blockmatrix.finiteelement.DGScalarElement.dim, mghype.api.matrixgenerators.blockmatrix.finiteelement.DGFacetElement.dim, mghype.api.matrixgenerators.blockmatrix.IntergridOperatorsH.IntergridOperatorsH.dim, and mghype.api.matrixgenerators.blockmatrix.nodal_basis.NodalBasis.dim.
Referenced by mghype.api.matrixgenerators.blockmatrix.IntergridOperators.IntergridOperators.restriction(), and mghype.api.matrixgenerators.blockmatrix.IntergridOperatorsH.IntergridOperatorsH.restriction().

| mghype.api.matrixgenerators.blockmatrix.IntergridOperatorsH.IntergridOperatorsH.restriction | ( | self | ) |
Definition at line 29 of file IntergridOperatorsH.py.
References mghype.api.matrixgenerators.blockmatrix.IntergridOperators.IntergridOperators.prolongation(), and mghype.api.matrixgenerators.blockmatrix.IntergridOperatorsH.IntergridOperatorsH.prolongation().

| mghype.api.matrixgenerators.blockmatrix.IntergridOperatorsH.IntergridOperatorsH.dim |
Definition at line 10 of file IntergridOperatorsH.py.
Referenced by peano4.datamodel.Patch.Patch.__str__(), mghype.api.matrixgenerators.blockmatrix.BlockMatrix.BlockMatrix.n_C(), mghype.api.matrixgenerators.blockmatrix.BlockMatrix.BlockMatrix.n_F(), mghype.api.matrixgenerators.blockmatrix.finiteelement.DGScalarElement.ndof(), mghype.api.matrixgenerators.blockmatrix.finiteelement.DGFacetElement.ndof(), mghype.api.matrixgenerators.blockmatrix.finiteelement.DGScalarElement.nodes(), and mghype.api.matrixgenerators.blockmatrix.IntergridOperatorsH.IntergridOperatorsH.prolongation().
| mghype.api.matrixgenerators.blockmatrix.IntergridOperatorsH.IntergridOperatorsH.refinement_order |
Definition at line 11 of file IntergridOperatorsH.py.