dune.xt.grid package#

Submodules#

_grid_boundaryinfo_alldirichlet module#


class dune.xt.grid._grid_boundaryinfo_alldirichlet.AllDirichletBoundaryInfo1dSimplexOnedgrid[source]#

Bases: dune.xt.grid._grid_boundaryinfo_interfaces.BoundaryInfo1dSimplexOnedgrid


class dune.xt.grid._grid_boundaryinfo_alldirichlet.AllDirichletBoundaryInfo2dCubeYaspgrid[source]#

Bases: dune.xt.grid._grid_boundaryinfo_interfaces.BoundaryInfo2dCubeYaspgrid


class dune.xt.grid._grid_boundaryinfo_alldirichlet.AllDirichletBoundaryInfo2dSimplexAluconformgrid[source]#

Bases: dune.xt.grid._grid_boundaryinfo_interfaces.BoundaryInfo2dSimplexAluconformgrid


class dune.xt.grid._grid_boundaryinfo_alldirichlet.AllDirichletBoundaryInfo3dCubeYaspgrid[source]#

Bases: dune.xt.grid._grid_boundaryinfo_interfaces.BoundaryInfo3dCubeYaspgrid


class dune.xt.grid._grid_boundaryinfo_alldirichlet.AllDirichletBoundaryInfo3dSimplexAluconformgrid[source]#

Bases: dune.xt.grid._grid_boundaryinfo_interfaces.BoundaryInfo3dSimplexAluconformgrid

_grid_boundaryinfo_allneumann module#


class dune.xt.grid._grid_boundaryinfo_allneumann.AllNeumannBoundaryInfo1dSimplexOnedgrid[source]#

Bases: dune.xt.grid._grid_boundaryinfo_interfaces.BoundaryInfo1dSimplexOnedgrid


class dune.xt.grid._grid_boundaryinfo_allneumann.AllNeumannBoundaryInfo2dCubeYaspgrid[source]#

Bases: dune.xt.grid._grid_boundaryinfo_interfaces.BoundaryInfo2dCubeYaspgrid


class dune.xt.grid._grid_boundaryinfo_allneumann.AllNeumannBoundaryInfo2dSimplexAluconformgrid[source]#

Bases: dune.xt.grid._grid_boundaryinfo_interfaces.BoundaryInfo2dSimplexAluconformgrid


class dune.xt.grid._grid_boundaryinfo_allneumann.AllNeumannBoundaryInfo3dCubeYaspgrid[source]#

Bases: dune.xt.grid._grid_boundaryinfo_interfaces.BoundaryInfo3dCubeYaspgrid


class dune.xt.grid._grid_boundaryinfo_allneumann.AllNeumannBoundaryInfo3dSimplexAluconformgrid[source]#

Bases: dune.xt.grid._grid_boundaryinfo_interfaces.BoundaryInfo3dSimplexAluconformgrid

_grid_boundaryinfo_allreflecting module#


class dune.xt.grid._grid_boundaryinfo_allreflecting.AllReflectingBoundaryInfo1dSimplexOnedgrid[source]#

Bases: dune.xt.grid._grid_boundaryinfo_interfaces.BoundaryInfo1dSimplexOnedgrid


class dune.xt.grid._grid_boundaryinfo_allreflecting.AllReflectingBoundaryInfo2dCubeYaspgrid[source]#

Bases: dune.xt.grid._grid_boundaryinfo_interfaces.BoundaryInfo2dCubeYaspgrid


class dune.xt.grid._grid_boundaryinfo_allreflecting.AllReflectingBoundaryInfo2dSimplexAluconformgrid[source]#

Bases: dune.xt.grid._grid_boundaryinfo_interfaces.BoundaryInfo2dSimplexAluconformgrid


class dune.xt.grid._grid_boundaryinfo_allreflecting.AllReflectingBoundaryInfo3dCubeYaspgrid[source]#

Bases: dune.xt.grid._grid_boundaryinfo_interfaces.BoundaryInfo3dCubeYaspgrid


class dune.xt.grid._grid_boundaryinfo_allreflecting.AllReflectingBoundaryInfo3dSimplexAluconformgrid[source]#

Bases: dune.xt.grid._grid_boundaryinfo_interfaces.BoundaryInfo3dSimplexAluconformgrid

_grid_boundaryinfo_functionbased module#


class dune.xt.grid._grid_boundaryinfo_functionbased.FunctionBasedBoundaryInfo1dSimplexOnedgrid[source]#

Bases: dune.xt.grid._grid_boundaryinfo_interfaces.BoundaryInfo1dSimplexOnedgrid

register_new_function(self: dune.xt.grid._grid_boundaryinfo_functionbased.FunctionBasedBoundaryInfo1dSimplexOnedgrid, function: dune.xt.functions._functions_interfaces_grid_function_1d.GridFunctionInterface1dSimplexOnedgridTo1d, boundary_type: dune.xt.grid._grid_boundaryinfo_types.BoundaryType) None[source]#

class dune.xt.grid._grid_boundaryinfo_functionbased.FunctionBasedBoundaryInfo2dCubeYaspgrid[source]#

Bases: dune.xt.grid._grid_boundaryinfo_interfaces.BoundaryInfo2dCubeYaspgrid

register_new_function(self: dune.xt.grid._grid_boundaryinfo_functionbased.FunctionBasedBoundaryInfo2dCubeYaspgrid, function: dune.xt.functions._functions_interfaces_grid_function_2d.GridFunctionInterface2dCubeYaspgridTo1d, boundary_type: dune.xt.grid._grid_boundaryinfo_types.BoundaryType) None[source]#

class dune.xt.grid._grid_boundaryinfo_functionbased.FunctionBasedBoundaryInfo2dSimplexAluconformgrid[source]#

Bases: dune.xt.grid._grid_boundaryinfo_interfaces.BoundaryInfo2dSimplexAluconformgrid

register_new_function(self: dune.xt.grid._grid_boundaryinfo_functionbased.FunctionBasedBoundaryInfo2dSimplexAluconformgrid, function: dune.xt.functions._functions_interfaces_grid_function_2d.GridFunctionInterface2dSimplexAluconformgridTo1d, boundary_type: dune.xt.grid._grid_boundaryinfo_types.BoundaryType) None[source]#

class dune.xt.grid._grid_boundaryinfo_functionbased.FunctionBasedBoundaryInfo3dCubeYaspgrid[source]#

Bases: dune.xt.grid._grid_boundaryinfo_interfaces.BoundaryInfo3dCubeYaspgrid

register_new_function(self: dune.xt.grid._grid_boundaryinfo_functionbased.FunctionBasedBoundaryInfo3dCubeYaspgrid, function: dune.xt.functions._functions_interfaces_grid_function_3d.GridFunctionInterface3dCubeYaspgridTo1d, boundary_type: dune.xt.grid._grid_boundaryinfo_types.BoundaryType) None[source]#

class dune.xt.grid._grid_boundaryinfo_functionbased.FunctionBasedBoundaryInfo3dSimplexAluconformgrid[source]#

Bases: dune.xt.grid._grid_boundaryinfo_interfaces.BoundaryInfo3dSimplexAluconformgrid

register_new_function(self: dune.xt.grid._grid_boundaryinfo_functionbased.FunctionBasedBoundaryInfo3dSimplexAluconformgrid, function: dune.xt.functions._functions_interfaces_grid_function_3d.GridFunctionInterface3dSimplexAluconformgridTo1d, boundary_type: dune.xt.grid._grid_boundaryinfo_types.BoundaryType) None[source]#

_grid_boundaryinfo_interfaces module#


class dune.xt.grid._grid_boundaryinfo_interfaces.BoundaryInfo1dSimplexOnedgrid[source]#

Bases: pybind11_builtins.pybind11_object

__repr__(self: dune.xt.grid._grid_boundaryinfo_interfaces.BoundaryInfo1dSimplexOnedgrid) str[source]#

class dune.xt.grid._grid_boundaryinfo_interfaces.BoundaryInfo2dCubeYaspgrid[source]#

Bases: pybind11_builtins.pybind11_object

__repr__(self: dune.xt.grid._grid_boundaryinfo_interfaces.BoundaryInfo2dCubeYaspgrid) str[source]#

class dune.xt.grid._grid_boundaryinfo_interfaces.BoundaryInfo2dSimplexAluconformgrid[source]#

Bases: pybind11_builtins.pybind11_object

__repr__(self: dune.xt.grid._grid_boundaryinfo_interfaces.BoundaryInfo2dSimplexAluconformgrid) str[source]#

class dune.xt.grid._grid_boundaryinfo_interfaces.BoundaryInfo3dCubeYaspgrid[source]#

Bases: pybind11_builtins.pybind11_object

__repr__(self: dune.xt.grid._grid_boundaryinfo_interfaces.BoundaryInfo3dCubeYaspgrid) str[source]#

class dune.xt.grid._grid_boundaryinfo_interfaces.BoundaryInfo3dSimplexAluconformgrid[source]#

Bases: pybind11_builtins.pybind11_object

__repr__(self: dune.xt.grid._grid_boundaryinfo_interfaces.BoundaryInfo3dSimplexAluconformgrid) str[source]#

_grid_boundaryinfo_normalbased module#


class dune.xt.grid._grid_boundaryinfo_normalbased.NormalBasedBoundaryInfo1dSimplexOnedgrid[source]#

Bases: dune.xt.grid._grid_boundaryinfo_interfaces.BoundaryInfo1dSimplexOnedgrid

register_new_normal(self: dune.xt.grid._grid_boundaryinfo_normalbased.NormalBasedBoundaryInfo1dSimplexOnedgrid, normal: List[float[1]], boundary_type: dune.xt.grid._grid_boundaryinfo_types.BoundaryType) None[source]#

class dune.xt.grid._grid_boundaryinfo_normalbased.NormalBasedBoundaryInfo2dCubeYaspgrid[source]#

Bases: dune.xt.grid._grid_boundaryinfo_interfaces.BoundaryInfo2dCubeYaspgrid

register_new_normal(self: dune.xt.grid._grid_boundaryinfo_normalbased.NormalBasedBoundaryInfo2dCubeYaspgrid, normal: List[float[2]], boundary_type: dune.xt.grid._grid_boundaryinfo_types.BoundaryType) None[source]#

class dune.xt.grid._grid_boundaryinfo_normalbased.NormalBasedBoundaryInfo2dSimplexAluconformgrid[source]#

Bases: dune.xt.grid._grid_boundaryinfo_interfaces.BoundaryInfo2dSimplexAluconformgrid

register_new_normal(self: dune.xt.grid._grid_boundaryinfo_normalbased.NormalBasedBoundaryInfo2dSimplexAluconformgrid, normal: List[float[2]], boundary_type: dune.xt.grid._grid_boundaryinfo_types.BoundaryType) None[source]#

class dune.xt.grid._grid_boundaryinfo_normalbased.NormalBasedBoundaryInfo3dCubeYaspgrid[source]#

Bases: dune.xt.grid._grid_boundaryinfo_interfaces.BoundaryInfo3dCubeYaspgrid

register_new_normal(self: dune.xt.grid._grid_boundaryinfo_normalbased.NormalBasedBoundaryInfo3dCubeYaspgrid, normal: List[float[3]], boundary_type: dune.xt.grid._grid_boundaryinfo_types.BoundaryType) None[source]#

class dune.xt.grid._grid_boundaryinfo_normalbased.NormalBasedBoundaryInfo3dSimplexAluconformgrid[source]#

Bases: dune.xt.grid._grid_boundaryinfo_interfaces.BoundaryInfo3dSimplexAluconformgrid

register_new_normal(self: dune.xt.grid._grid_boundaryinfo_normalbased.NormalBasedBoundaryInfo3dSimplexAluconformgrid, normal: List[float[3]], boundary_type: dune.xt.grid._grid_boundaryinfo_types.BoundaryType) None[source]#

_grid_boundaryinfo_types module#


class dune.xt.grid._grid_boundaryinfo_types.AbsorbingBoundary[source]#

Bases: dune.xt.grid._grid_boundaryinfo_types.BoundaryType

__repr__(self: dune.xt.grid._grid_boundaryinfo_types.AbsorbingBoundary) str[source]#

class dune.xt.grid._grid_boundaryinfo_types.BoundaryType[source]#

Bases: pybind11_builtins.pybind11_object

__eq__(self: dune.xt.grid._grid_boundaryinfo_types.BoundaryType, arg0: dune.xt.grid._grid_boundaryinfo_types.BoundaryType) bool[source]#
__neq__(self: dune.xt.grid._grid_boundaryinfo_types.BoundaryType, arg0: dune.xt.grid._grid_boundaryinfo_types.BoundaryType) bool[source]#

class dune.xt.grid._grid_boundaryinfo_types.DirichletBoundary[source]#

Bases: dune.xt.grid._grid_boundaryinfo_types.BoundaryType

__repr__(self: dune.xt.grid._grid_boundaryinfo_types.DirichletBoundary) str[source]#

class dune.xt.grid._grid_boundaryinfo_types.ImpermeableBoundary[source]#

Bases: dune.xt.grid._grid_boundaryinfo_types.BoundaryType

__repr__(self: dune.xt.grid._grid_boundaryinfo_types.ImpermeableBoundary) str[source]#

class dune.xt.grid._grid_boundaryinfo_types.InflowBoundary[source]#

Bases: dune.xt.grid._grid_boundaryinfo_types.BoundaryType

__repr__(self: dune.xt.grid._grid_boundaryinfo_types.InflowBoundary) str[source]#

class dune.xt.grid._grid_boundaryinfo_types.InflowOutflowBoundary[source]#

Bases: dune.xt.grid._grid_boundaryinfo_types.BoundaryType

__repr__(self: dune.xt.grid._grid_boundaryinfo_types.InflowOutflowBoundary) str[source]#

class dune.xt.grid._grid_boundaryinfo_types.NeumannBoundary[source]#

Bases: dune.xt.grid._grid_boundaryinfo_types.BoundaryType

__repr__(self: dune.xt.grid._grid_boundaryinfo_types.NeumannBoundary) str[source]#

class dune.xt.grid._grid_boundaryinfo_types.NoBoundary[source]#

Bases: dune.xt.grid._grid_boundaryinfo_types.BoundaryType

__repr__(self: dune.xt.grid._grid_boundaryinfo_types.NoBoundary) str[source]#

class dune.xt.grid._grid_boundaryinfo_types.OutflowBoundary[source]#

Bases: dune.xt.grid._grid_boundaryinfo_types.BoundaryType

__repr__(self: dune.xt.grid._grid_boundaryinfo_types.OutflowBoundary) str[source]#

class dune.xt.grid._grid_boundaryinfo_types.ReflectingBoundary[source]#

Bases: dune.xt.grid._grid_boundaryinfo_types.BoundaryType

__repr__(self: dune.xt.grid._grid_boundaryinfo_types.ReflectingBoundary) str[source]#

class dune.xt.grid._grid_boundaryinfo_types.RobinBoundary[source]#

Bases: dune.xt.grid._grid_boundaryinfo_types.BoundaryType

__repr__(self: dune.xt.grid._grid_boundaryinfo_types.RobinBoundary) str[source]#

class dune.xt.grid._grid_boundaryinfo_types.UnknownBoundary[source]#

Bases: dune.xt.grid._grid_boundaryinfo_types.BoundaryType

__repr__(self: dune.xt.grid._grid_boundaryinfo_types.UnknownBoundary) str[source]#

_grid_element module#


class dune.xt.grid._grid_element.Element1dSimplexOnedgrid[source]#

Bases: pybind11_builtins.pybind11_object

__eq__(self: dune.xt.grid._grid_element.Element1dSimplexOnedgrid, arg0: dune.xt.grid._grid_element.Element1dSimplexOnedgrid) bool[source]#
__neq__(self: dune.xt.grid._grid_element.Element1dSimplexOnedgrid, arg0: dune.xt.grid._grid_element.Element1dSimplexOnedgrid) bool[source]#
__repr__(self: dune.xt.grid._grid_element.Element1dSimplexOnedgrid) str[source]#
__str__(self: dune.xt.grid._grid_element.Element1dSimplexOnedgrid) str[source]#
integration_element(self: dune.xt.grid._grid_element.Element1dSimplexOnedgrid, x_local: numpy.ndarray[float64]) numpy.ndarray[float64][source]#
jacobian_inverse_transposed(self: dune.xt.grid._grid_element.Element1dSimplexOnedgrid, x_local: numpy.ndarray[float64]) numpy.ndarray[float64][source]#
jacobian_transposed(self: dune.xt.grid._grid_element.Element1dSimplexOnedgrid, x_local: numpy.ndarray[float64]) numpy.ndarray[float64][source]#
sub_entities(self: dune.xt.grid._grid_element.Element1dSimplexOnedgrid, codim: int) int[source]#
to_global(self: dune.xt.grid._grid_element.Element1dSimplexOnedgrid, x_local: numpy.ndarray[float64]) numpy.ndarray[float64][source]#
to_local(self: dune.xt.grid._grid_element.Element1dSimplexOnedgrid, x_global: numpy.ndarray[float64]) numpy.ndarray[float64][source]#

class dune.xt.grid._grid_element.Element2dCubeYaspgrid[source]#

Bases: pybind11_builtins.pybind11_object

__eq__(self: dune.xt.grid._grid_element.Element2dCubeYaspgrid, arg0: dune.xt.grid._grid_element.Element2dCubeYaspgrid) bool[source]#
__neq__(self: dune.xt.grid._grid_element.Element2dCubeYaspgrid, arg0: dune.xt.grid._grid_element.Element2dCubeYaspgrid) bool[source]#
__repr__(self: dune.xt.grid._grid_element.Element2dCubeYaspgrid) str[source]#
__str__(self: dune.xt.grid._grid_element.Element2dCubeYaspgrid) str[source]#
integration_element(self: dune.xt.grid._grid_element.Element2dCubeYaspgrid, x_local: numpy.ndarray[float64]) numpy.ndarray[float64][source]#
jacobian_inverse_transposed(self: dune.xt.grid._grid_element.Element2dCubeYaspgrid, x_local: numpy.ndarray[float64]) numpy.ndarray[float64][source]#
jacobian_transposed(self: dune.xt.grid._grid_element.Element2dCubeYaspgrid, x_local: numpy.ndarray[float64]) numpy.ndarray[float64][source]#
sub_entities(self: dune.xt.grid._grid_element.Element2dCubeYaspgrid, codim: int) int[source]#
to_global(self: dune.xt.grid._grid_element.Element2dCubeYaspgrid, x_local: numpy.ndarray[float64]) numpy.ndarray[float64][source]#
to_local(self: dune.xt.grid._grid_element.Element2dCubeYaspgrid, x_global: numpy.ndarray[float64]) numpy.ndarray[float64][source]#

class dune.xt.grid._grid_element.Element2dSimplexAluconformgrid[source]#

Bases: pybind11_builtins.pybind11_object

__eq__(self: dune.xt.grid._grid_element.Element2dSimplexAluconformgrid, arg0: dune.xt.grid._grid_element.Element2dSimplexAluconformgrid) bool[source]#
__neq__(self: dune.xt.grid._grid_element.Element2dSimplexAluconformgrid, arg0: dune.xt.grid._grid_element.Element2dSimplexAluconformgrid) bool[source]#
__repr__(self: dune.xt.grid._grid_element.Element2dSimplexAluconformgrid) str[source]#
__str__(self: dune.xt.grid._grid_element.Element2dSimplexAluconformgrid) str[source]#
integration_element(self: dune.xt.grid._grid_element.Element2dSimplexAluconformgrid, x_local: numpy.ndarray[float64]) numpy.ndarray[float64][source]#
jacobian_inverse_transposed(self: dune.xt.grid._grid_element.Element2dSimplexAluconformgrid, x_local: numpy.ndarray[float64]) numpy.ndarray[float64][source]#
jacobian_transposed(self: dune.xt.grid._grid_element.Element2dSimplexAluconformgrid, x_local: numpy.ndarray[float64]) numpy.ndarray[float64][source]#
sub_entities(self: dune.xt.grid._grid_element.Element2dSimplexAluconformgrid, codim: int) int[source]#
to_global(self: dune.xt.grid._grid_element.Element2dSimplexAluconformgrid, x_local: numpy.ndarray[float64]) numpy.ndarray[float64][source]#
to_local(self: dune.xt.grid._grid_element.Element2dSimplexAluconformgrid, x_global: numpy.ndarray[float64]) numpy.ndarray[float64][source]#

class dune.xt.grid._grid_element.Element3dCubeYaspgrid[source]#

Bases: pybind11_builtins.pybind11_object

__eq__(self: dune.xt.grid._grid_element.Element3dCubeYaspgrid, arg0: dune.xt.grid._grid_element.Element3dCubeYaspgrid) bool[source]#
__neq__(self: dune.xt.grid._grid_element.Element3dCubeYaspgrid, arg0: dune.xt.grid._grid_element.Element3dCubeYaspgrid) bool[source]#
__repr__(self: dune.xt.grid._grid_element.Element3dCubeYaspgrid) str[source]#
__str__(self: dune.xt.grid._grid_element.Element3dCubeYaspgrid) str[source]#
integration_element(self: dune.xt.grid._grid_element.Element3dCubeYaspgrid, x_local: numpy.ndarray[float64]) numpy.ndarray[float64][source]#
jacobian_inverse_transposed(self: dune.xt.grid._grid_element.Element3dCubeYaspgrid, x_local: numpy.ndarray[float64]) numpy.ndarray[float64][source]#
jacobian_transposed(self: dune.xt.grid._grid_element.Element3dCubeYaspgrid, x_local: numpy.ndarray[float64]) numpy.ndarray[float64][source]#
sub_entities(self: dune.xt.grid._grid_element.Element3dCubeYaspgrid, codim: int) int[source]#
to_global(self: dune.xt.grid._grid_element.Element3dCubeYaspgrid, x_local: numpy.ndarray[float64]) numpy.ndarray[float64][source]#
to_local(self: dune.xt.grid._grid_element.Element3dCubeYaspgrid, x_global: numpy.ndarray[float64]) numpy.ndarray[float64][source]#

class dune.xt.grid._grid_element.Element3dSimplexAluconformgrid[source]#

Bases: pybind11_builtins.pybind11_object

__eq__(self: dune.xt.grid._grid_element.Element3dSimplexAluconformgrid, arg0: dune.xt.grid._grid_element.Element3dSimplexAluconformgrid) bool[source]#
__neq__(self: dune.xt.grid._grid_element.Element3dSimplexAluconformgrid, arg0: dune.xt.grid._grid_element.Element3dSimplexAluconformgrid) bool[source]#
__repr__(self: dune.xt.grid._grid_element.Element3dSimplexAluconformgrid) str[source]#
__str__(self: dune.xt.grid._grid_element.Element3dSimplexAluconformgrid) str[source]#
integration_element(self: dune.xt.grid._grid_element.Element3dSimplexAluconformgrid, x_local: numpy.ndarray[float64]) numpy.ndarray[float64][source]#
jacobian_inverse_transposed(self: dune.xt.grid._grid_element.Element3dSimplexAluconformgrid, x_local: numpy.ndarray[float64]) numpy.ndarray[float64][source]#
jacobian_transposed(self: dune.xt.grid._grid_element.Element3dSimplexAluconformgrid, x_local: numpy.ndarray[float64]) numpy.ndarray[float64][source]#
sub_entities(self: dune.xt.grid._grid_element.Element3dSimplexAluconformgrid, codim: int) int[source]#
to_global(self: dune.xt.grid._grid_element.Element3dSimplexAluconformgrid, x_local: numpy.ndarray[float64]) numpy.ndarray[float64][source]#
to_local(self: dune.xt.grid._grid_element.Element3dSimplexAluconformgrid, x_global: numpy.ndarray[float64]) numpy.ndarray[float64][source]#

_grid_filters_base module#


class dune.xt.grid._grid_filters_base.ElementFilter1dSimplexOnedgrid[source]#

Bases: pybind11_builtins.pybind11_object

and(self: dune.xt.grid._grid_filters_base.ElementFilter1dSimplexOnedgrid, other: dune.xt.grid._grid_filters_base.ElementFilter1dSimplexOnedgrid) dune.xt.grid._grid_filters_base.ElementFilter1dSimplexOnedgrid[source]#
not(self: dune.xt.grid._grid_filters_base.ElementFilter1dSimplexOnedgrid) dune.xt.grid._grid_filters_base.ElementFilter1dSimplexOnedgrid[source]#
or(self: dune.xt.grid._grid_filters_base.ElementFilter1dSimplexOnedgrid, arg0: dune.xt.grid._grid_filters_base.ElementFilter1dSimplexOnedgrid) dune.xt.grid._grid_filters_base.ElementFilter1dSimplexOnedgrid[source]#

other_a


class dune.xt.grid._grid_filters_base.ElementFilter2dCubeYaspgrid[source]#

Bases: pybind11_builtins.pybind11_object

and(self: dune.xt.grid._grid_filters_base.ElementFilter2dCubeYaspgrid, other: dune.xt.grid._grid_filters_base.ElementFilter2dCubeYaspgrid) dune.xt.grid._grid_filters_base.ElementFilter2dCubeYaspgrid[source]#
not(self: dune.xt.grid._grid_filters_base.ElementFilter2dCubeYaspgrid) dune.xt.grid._grid_filters_base.ElementFilter2dCubeYaspgrid[source]#
or(self: dune.xt.grid._grid_filters_base.ElementFilter2dCubeYaspgrid, arg0: dune.xt.grid._grid_filters_base.ElementFilter2dCubeYaspgrid) dune.xt.grid._grid_filters_base.ElementFilter2dCubeYaspgrid[source]#

other_a


class dune.xt.grid._grid_filters_base.ElementFilter2dSimplexAluconformgrid[source]#

Bases: pybind11_builtins.pybind11_object

and(self: dune.xt.grid._grid_filters_base.ElementFilter2dSimplexAluconformgrid, other: dune.xt.grid._grid_filters_base.ElementFilter2dSimplexAluconformgrid) dune.xt.grid._grid_filters_base.ElementFilter2dSimplexAluconformgrid[source]#
not(self: dune.xt.grid._grid_filters_base.ElementFilter2dSimplexAluconformgrid) dune.xt.grid._grid_filters_base.ElementFilter2dSimplexAluconformgrid[source]#
or(self: dune.xt.grid._grid_filters_base.ElementFilter2dSimplexAluconformgrid, arg0: dune.xt.grid._grid_filters_base.ElementFilter2dSimplexAluconformgrid) dune.xt.grid._grid_filters_base.ElementFilter2dSimplexAluconformgrid[source]#

other_a


class dune.xt.grid._grid_filters_base.ElementFilter3dCubeYaspgrid[source]#

Bases: pybind11_builtins.pybind11_object

and(self: dune.xt.grid._grid_filters_base.ElementFilter3dCubeYaspgrid, other: dune.xt.grid._grid_filters_base.ElementFilter3dCubeYaspgrid) dune.xt.grid._grid_filters_base.ElementFilter3dCubeYaspgrid[source]#
not(self: dune.xt.grid._grid_filters_base.ElementFilter3dCubeYaspgrid) dune.xt.grid._grid_filters_base.ElementFilter3dCubeYaspgrid[source]#
or(self: dune.xt.grid._grid_filters_base.ElementFilter3dCubeYaspgrid, arg0: dune.xt.grid._grid_filters_base.ElementFilter3dCubeYaspgrid) dune.xt.grid._grid_filters_base.ElementFilter3dCubeYaspgrid[source]#

other_a


class dune.xt.grid._grid_filters_base.ElementFilter3dSimplexAluconformgrid[source]#

Bases: pybind11_builtins.pybind11_object

and(self: dune.xt.grid._grid_filters_base.ElementFilter3dSimplexAluconformgrid, other: dune.xt.grid._grid_filters_base.ElementFilter3dSimplexAluconformgrid) dune.xt.grid._grid_filters_base.ElementFilter3dSimplexAluconformgrid[source]#
not(self: dune.xt.grid._grid_filters_base.ElementFilter3dSimplexAluconformgrid) dune.xt.grid._grid_filters_base.ElementFilter3dSimplexAluconformgrid[source]#
or(self: dune.xt.grid._grid_filters_base.ElementFilter3dSimplexAluconformgrid, arg0: dune.xt.grid._grid_filters_base.ElementFilter3dSimplexAluconformgrid) dune.xt.grid._grid_filters_base.ElementFilter3dSimplexAluconformgrid[source]#

other_a


class dune.xt.grid._grid_filters_base.IntersectionFilter1dSimplexOnedgrid[source]#

Bases: pybind11_builtins.pybind11_object

and(self: dune.xt.grid._grid_filters_base.IntersectionFilter1dSimplexOnedgrid, other: dune.xt.grid._grid_filters_base.IntersectionFilter1dSimplexOnedgrid) dune.xt.grid._grid_filters_base.IntersectionFilter1dSimplexOnedgrid[source]#
not(self: dune.xt.grid._grid_filters_base.IntersectionFilter1dSimplexOnedgrid) dune.xt.grid._grid_filters_base.IntersectionFilter1dSimplexOnedgrid[source]#
or(self: dune.xt.grid._grid_filters_base.IntersectionFilter1dSimplexOnedgrid, arg0: dune.xt.grid._grid_filters_base.IntersectionFilter1dSimplexOnedgrid) dune.xt.grid._grid_filters_base.IntersectionFilter1dSimplexOnedgrid[source]#

other_a


class dune.xt.grid._grid_filters_base.IntersectionFilter2dCubeYaspgrid[source]#

Bases: pybind11_builtins.pybind11_object

and(self: dune.xt.grid._grid_filters_base.IntersectionFilter2dCubeYaspgrid, other: dune.xt.grid._grid_filters_base.IntersectionFilter2dCubeYaspgrid) dune.xt.grid._grid_filters_base.IntersectionFilter2dCubeYaspgrid[source]#
not(self: dune.xt.grid._grid_filters_base.IntersectionFilter2dCubeYaspgrid) dune.xt.grid._grid_filters_base.IntersectionFilter2dCubeYaspgrid[source]#
or(self: dune.xt.grid._grid_filters_base.IntersectionFilter2dCubeYaspgrid, arg0: dune.xt.grid._grid_filters_base.IntersectionFilter2dCubeYaspgrid) dune.xt.grid._grid_filters_base.IntersectionFilter2dCubeYaspgrid[source]#

other_a


class dune.xt.grid._grid_filters_base.IntersectionFilter2dSimplexAluconformgrid[source]#

Bases: pybind11_builtins.pybind11_object

and(self: dune.xt.grid._grid_filters_base.IntersectionFilter2dSimplexAluconformgrid, other: dune.xt.grid._grid_filters_base.IntersectionFilter2dSimplexAluconformgrid) dune.xt.grid._grid_filters_base.IntersectionFilter2dSimplexAluconformgrid[source]#
not(self: dune.xt.grid._grid_filters_base.IntersectionFilter2dSimplexAluconformgrid) dune.xt.grid._grid_filters_base.IntersectionFilter2dSimplexAluconformgrid[source]#
or(self: dune.xt.grid._grid_filters_base.IntersectionFilter2dSimplexAluconformgrid, arg0: dune.xt.grid._grid_filters_base.IntersectionFilter2dSimplexAluconformgrid) dune.xt.grid._grid_filters_base.IntersectionFilter2dSimplexAluconformgrid[source]#

other_a


class dune.xt.grid._grid_filters_base.IntersectionFilter3dCubeYaspgrid[source]#

Bases: pybind11_builtins.pybind11_object

and(self: dune.xt.grid._grid_filters_base.IntersectionFilter3dCubeYaspgrid, other: dune.xt.grid._grid_filters_base.IntersectionFilter3dCubeYaspgrid) dune.xt.grid._grid_filters_base.IntersectionFilter3dCubeYaspgrid[source]#
not(self: dune.xt.grid._grid_filters_base.IntersectionFilter3dCubeYaspgrid) dune.xt.grid._grid_filters_base.IntersectionFilter3dCubeYaspgrid[source]#
or(self: dune.xt.grid._grid_filters_base.IntersectionFilter3dCubeYaspgrid, arg0: dune.xt.grid._grid_filters_base.IntersectionFilter3dCubeYaspgrid) dune.xt.grid._grid_filters_base.IntersectionFilter3dCubeYaspgrid[source]#

other_a


class dune.xt.grid._grid_filters_base.IntersectionFilter3dSimplexAluconformgrid[source]#

Bases: pybind11_builtins.pybind11_object

and(self: dune.xt.grid._grid_filters_base.IntersectionFilter3dSimplexAluconformgrid, other: dune.xt.grid._grid_filters_base.IntersectionFilter3dSimplexAluconformgrid) dune.xt.grid._grid_filters_base.IntersectionFilter3dSimplexAluconformgrid[source]#
not(self: dune.xt.grid._grid_filters_base.IntersectionFilter3dSimplexAluconformgrid) dune.xt.grid._grid_filters_base.IntersectionFilter3dSimplexAluconformgrid[source]#
or(self: dune.xt.grid._grid_filters_base.IntersectionFilter3dSimplexAluconformgrid, arg0: dune.xt.grid._grid_filters_base.IntersectionFilter3dSimplexAluconformgrid) dune.xt.grid._grid_filters_base.IntersectionFilter3dSimplexAluconformgrid[source]#

other_a

_grid_filters_element module#


class dune.xt.grid._grid_filters_element.ApplyOnAllElements1dSimplexOnedgrid[source]#

Bases: dune.xt.grid._grid_filters_base.ElementFilter1dSimplexOnedgrid

ApplyOnAllElements( 1d_simplex_onedgrid variant)

__repr__(self: dune.xt.grid._grid_filters_element.ApplyOnAllElements1dSimplexOnedgrid) str[source]#

class dune.xt.grid._grid_filters_element.ApplyOnAllElements2dCubeYaspgrid[source]#

Bases: dune.xt.grid._grid_filters_base.ElementFilter2dCubeYaspgrid

ApplyOnAllElements( 2d_cube_yaspgrid variant)

__repr__(self: dune.xt.grid._grid_filters_element.ApplyOnAllElements2dCubeYaspgrid) str[source]#

class dune.xt.grid._grid_filters_element.ApplyOnAllElements2dSimplexAluconformgrid[source]#

Bases: dune.xt.grid._grid_filters_base.ElementFilter2dSimplexAluconformgrid

ApplyOnAllElements( 2d_simplex_aluconformgrid variant)

__repr__(self: dune.xt.grid._grid_filters_element.ApplyOnAllElements2dSimplexAluconformgrid) str[source]#

class dune.xt.grid._grid_filters_element.ApplyOnAllElements3dCubeYaspgrid[source]#

Bases: dune.xt.grid._grid_filters_base.ElementFilter3dCubeYaspgrid

ApplyOnAllElements( 3d_cube_yaspgrid variant)

__repr__(self: dune.xt.grid._grid_filters_element.ApplyOnAllElements3dCubeYaspgrid) str[source]#

class dune.xt.grid._grid_filters_element.ApplyOnAllElements3dSimplexAluconformgrid[source]#

Bases: dune.xt.grid._grid_filters_base.ElementFilter3dSimplexAluconformgrid

ApplyOnAllElements( 3d_simplex_aluconformgrid variant)

__repr__(self: dune.xt.grid._grid_filters_element.ApplyOnAllElements3dSimplexAluconformgrid) str[source]#

class dune.xt.grid._grid_filters_element.ApplyOnBoundaryElements1dSimplexOnedgrid[source]#

Bases: dune.xt.grid._grid_filters_base.ElementFilter1dSimplexOnedgrid

ApplyOnBoundaryElements( 1d_simplex_onedgrid variant)

__repr__(self: dune.xt.grid._grid_filters_element.ApplyOnBoundaryElements1dSimplexOnedgrid) str[source]#

class dune.xt.grid._grid_filters_element.ApplyOnBoundaryElements2dCubeYaspgrid[source]#

Bases: dune.xt.grid._grid_filters_base.ElementFilter2dCubeYaspgrid

ApplyOnBoundaryElements( 2d_cube_yaspgrid variant)

__repr__(self: dune.xt.grid._grid_filters_element.ApplyOnBoundaryElements2dCubeYaspgrid) str[source]#

class dune.xt.grid._grid_filters_element.ApplyOnBoundaryElements2dSimplexAluconformgrid[source]#

Bases: dune.xt.grid._grid_filters_base.ElementFilter2dSimplexAluconformgrid

ApplyOnBoundaryElements( 2d_simplex_aluconformgrid variant)

__repr__(self: dune.xt.grid._grid_filters_element.ApplyOnBoundaryElements2dSimplexAluconformgrid) str[source]#

class dune.xt.grid._grid_filters_element.ApplyOnBoundaryElements3dCubeYaspgrid[source]#

Bases: dune.xt.grid._grid_filters_base.ElementFilter3dCubeYaspgrid

ApplyOnBoundaryElements( 3d_cube_yaspgrid variant)

__repr__(self: dune.xt.grid._grid_filters_element.ApplyOnBoundaryElements3dCubeYaspgrid) str[source]#

class dune.xt.grid._grid_filters_element.ApplyOnBoundaryElements3dSimplexAluconformgrid[source]#

Bases: dune.xt.grid._grid_filters_base.ElementFilter3dSimplexAluconformgrid

ApplyOnBoundaryElements( 3d_simplex_aluconformgrid variant)

__repr__(self: dune.xt.grid._grid_filters_element.ApplyOnBoundaryElements3dSimplexAluconformgrid) str[source]#

class dune.xt.grid._grid_filters_element.ApplyOnNoElements1dSimplexOnedgrid[source]#

Bases: dune.xt.grid._grid_filters_base.ElementFilter1dSimplexOnedgrid

ApplyOnNoElements( 1d_simplex_onedgrid variant)

__repr__(self: dune.xt.grid._grid_filters_element.ApplyOnNoElements1dSimplexOnedgrid) str[source]#

class dune.xt.grid._grid_filters_element.ApplyOnNoElements2dCubeYaspgrid[source]#

Bases: dune.xt.grid._grid_filters_base.ElementFilter2dCubeYaspgrid

ApplyOnNoElements( 2d_cube_yaspgrid variant)

__repr__(self: dune.xt.grid._grid_filters_element.ApplyOnNoElements2dCubeYaspgrid) str[source]#

class dune.xt.grid._grid_filters_element.ApplyOnNoElements2dSimplexAluconformgrid[source]#

Bases: dune.xt.grid._grid_filters_base.ElementFilter2dSimplexAluconformgrid

ApplyOnNoElements( 2d_simplex_aluconformgrid variant)

__repr__(self: dune.xt.grid._grid_filters_element.ApplyOnNoElements2dSimplexAluconformgrid) str[source]#

class dune.xt.grid._grid_filters_element.ApplyOnNoElements3dCubeYaspgrid[source]#

Bases: dune.xt.grid._grid_filters_base.ElementFilter3dCubeYaspgrid

ApplyOnNoElements( 3d_cube_yaspgrid variant)

__repr__(self: dune.xt.grid._grid_filters_element.ApplyOnNoElements3dCubeYaspgrid) str[source]#

class dune.xt.grid._grid_filters_element.ApplyOnNoElements3dSimplexAluconformgrid[source]#

Bases: dune.xt.grid._grid_filters_base.ElementFilter3dSimplexAluconformgrid

ApplyOnNoElements( 3d_simplex_aluconformgrid variant)

__repr__(self: dune.xt.grid._grid_filters_element.ApplyOnNoElements3dSimplexAluconformgrid) str[source]#

_grid_functors_boundary_detector module#


class dune.xt.grid._grid_functors_boundary_detector.BoundaryDetectorFunctor1dSimplexOnedgrid[source]#

Bases: dune.xt.grid._grid_functors_interfaces.IntersectionFunctor1dSimplexOnedgrid

BoundaryDetectorFunctor( 1d_simplex_onedgrid variant)

__repr__(self: dune.xt.grid._grid_functors_boundary_detector.BoundaryDetectorFunctor1dSimplexOnedgrid) str[source]#

class dune.xt.grid._grid_functors_boundary_detector.BoundaryDetectorFunctor2dCubeYaspgrid[source]#

Bases: dune.xt.grid._grid_functors_interfaces.IntersectionFunctor2dCubeYaspgrid

BoundaryDetectorFunctor( 2d_cube_yaspgrid variant)

__repr__(self: dune.xt.grid._grid_functors_boundary_detector.BoundaryDetectorFunctor2dCubeYaspgrid) str[source]#

class dune.xt.grid._grid_functors_boundary_detector.BoundaryDetectorFunctor2dSimplexAluconformgrid[source]#

Bases: dune.xt.grid._grid_functors_interfaces.IntersectionFunctor2dSimplexAluconformgrid

BoundaryDetectorFunctor( 2d_simplex_aluconformgrid variant)

__repr__(self: dune.xt.grid._grid_functors_boundary_detector.BoundaryDetectorFunctor2dSimplexAluconformgrid) str[source]#

class dune.xt.grid._grid_functors_boundary_detector.BoundaryDetectorFunctor3dCubeYaspgrid[source]#

Bases: dune.xt.grid._grid_functors_interfaces.IntersectionFunctor3dCubeYaspgrid

BoundaryDetectorFunctor( 3d_cube_yaspgrid variant)

__repr__(self: dune.xt.grid._grid_functors_boundary_detector.BoundaryDetectorFunctor3dCubeYaspgrid) str[source]#

class dune.xt.grid._grid_functors_boundary_detector.BoundaryDetectorFunctor3dSimplexAluconformgrid[source]#

Bases: dune.xt.grid._grid_functors_interfaces.IntersectionFunctor3dSimplexAluconformgrid

BoundaryDetectorFunctor( 3d_simplex_aluconformgrid variant)

__repr__(self: dune.xt.grid._grid_functors_boundary_detector.BoundaryDetectorFunctor3dSimplexAluconformgrid) str[source]#

_grid_functors_interfaces module#


class dune.xt.grid._grid_functors_interfaces.ElementAndIntersectionFunctor1dSimplexOnedgrid[source]#

Bases: pybind11_builtins.pybind11_object

finalize(self: dune.xt.grid._grid_functors_interfaces.ElementAndIntersectionFunctor1dSimplexOnedgrid) None[source]#
prepare(self: dune.xt.grid._grid_functors_interfaces.ElementAndIntersectionFunctor1dSimplexOnedgrid) None[source]#

class dune.xt.grid._grid_functors_interfaces.ElementAndIntersectionFunctor2dCubeYaspgrid[source]#

Bases: pybind11_builtins.pybind11_object

finalize(self: dune.xt.grid._grid_functors_interfaces.ElementAndIntersectionFunctor2dCubeYaspgrid) None[source]#
prepare(self: dune.xt.grid._grid_functors_interfaces.ElementAndIntersectionFunctor2dCubeYaspgrid) None[source]#

class dune.xt.grid._grid_functors_interfaces.ElementAndIntersectionFunctor2dSimplexAluconformgrid[source]#

Bases: pybind11_builtins.pybind11_object

finalize(self: dune.xt.grid._grid_functors_interfaces.ElementAndIntersectionFunctor2dSimplexAluconformgrid) None[source]#
prepare(self: dune.xt.grid._grid_functors_interfaces.ElementAndIntersectionFunctor2dSimplexAluconformgrid) None[source]#

class dune.xt.grid._grid_functors_interfaces.ElementAndIntersectionFunctor3dCubeYaspgrid[source]#

Bases: pybind11_builtins.pybind11_object

finalize(self: dune.xt.grid._grid_functors_interfaces.ElementAndIntersectionFunctor3dCubeYaspgrid) None[source]#
prepare(self: dune.xt.grid._grid_functors_interfaces.ElementAndIntersectionFunctor3dCubeYaspgrid) None[source]#

class dune.xt.grid._grid_functors_interfaces.ElementAndIntersectionFunctor3dSimplexAluconformgrid[source]#

Bases: pybind11_builtins.pybind11_object

finalize(self: dune.xt.grid._grid_functors_interfaces.ElementAndIntersectionFunctor3dSimplexAluconformgrid) None[source]#
prepare(self: dune.xt.grid._grid_functors_interfaces.ElementAndIntersectionFunctor3dSimplexAluconformgrid) None[source]#

class dune.xt.grid._grid_functors_interfaces.ElementFunctor1dSimplexOnedgrid[source]#

Bases: pybind11_builtins.pybind11_object

finalize(self: dune.xt.grid._grid_functors_interfaces.ElementFunctor1dSimplexOnedgrid) None[source]#
prepare(self: dune.xt.grid._grid_functors_interfaces.ElementFunctor1dSimplexOnedgrid) None[source]#

class dune.xt.grid._grid_functors_interfaces.ElementFunctor2dCubeYaspgrid[source]#

Bases: pybind11_builtins.pybind11_object

finalize(self: dune.xt.grid._grid_functors_interfaces.ElementFunctor2dCubeYaspgrid) None[source]#
prepare(self: dune.xt.grid._grid_functors_interfaces.ElementFunctor2dCubeYaspgrid) None[source]#

class dune.xt.grid._grid_functors_interfaces.ElementFunctor2dSimplexAluconformgrid[source]#

Bases: pybind11_builtins.pybind11_object

finalize(self: dune.xt.grid._grid_functors_interfaces.ElementFunctor2dSimplexAluconformgrid) None[source]#
prepare(self: dune.xt.grid._grid_functors_interfaces.ElementFunctor2dSimplexAluconformgrid) None[source]#

class dune.xt.grid._grid_functors_interfaces.ElementFunctor3dCubeYaspgrid[source]#

Bases: pybind11_builtins.pybind11_object

finalize(self: dune.xt.grid._grid_functors_interfaces.ElementFunctor3dCubeYaspgrid) None[source]#
prepare(self: dune.xt.grid._grid_functors_interfaces.ElementFunctor3dCubeYaspgrid) None[source]#

class dune.xt.grid._grid_functors_interfaces.ElementFunctor3dSimplexAluconformgrid[source]#

Bases: pybind11_builtins.pybind11_object

finalize(self: dune.xt.grid._grid_functors_interfaces.ElementFunctor3dSimplexAluconformgrid) None[source]#
prepare(self: dune.xt.grid._grid_functors_interfaces.ElementFunctor3dSimplexAluconformgrid) None[source]#

class dune.xt.grid._grid_functors_interfaces.IntersectionFunctor1dSimplexOnedgrid[source]#

Bases: pybind11_builtins.pybind11_object

finalize(self: dune.xt.grid._grid_functors_interfaces.IntersectionFunctor1dSimplexOnedgrid) None[source]#
prepare(self: dune.xt.grid._grid_functors_interfaces.IntersectionFunctor1dSimplexOnedgrid) None[source]#

class dune.xt.grid._grid_functors_interfaces.IntersectionFunctor2dCubeYaspgrid[source]#

Bases: pybind11_builtins.pybind11_object

finalize(self: dune.xt.grid._grid_functors_interfaces.IntersectionFunctor2dCubeYaspgrid) None[source]#
prepare(self: dune.xt.grid._grid_functors_interfaces.IntersectionFunctor2dCubeYaspgrid) None[source]#

class dune.xt.grid._grid_functors_interfaces.IntersectionFunctor2dSimplexAluconformgrid[source]#

Bases: pybind11_builtins.pybind11_object

finalize(self: dune.xt.grid._grid_functors_interfaces.IntersectionFunctor2dSimplexAluconformgrid) None[source]#
prepare(self: dune.xt.grid._grid_functors_interfaces.IntersectionFunctor2dSimplexAluconformgrid) None[source]#

class dune.xt.grid._grid_functors_interfaces.IntersectionFunctor3dCubeYaspgrid[source]#

Bases: pybind11_builtins.pybind11_object

finalize(self: dune.xt.grid._grid_functors_interfaces.IntersectionFunctor3dCubeYaspgrid) None[source]#
prepare(self: dune.xt.grid._grid_functors_interfaces.IntersectionFunctor3dCubeYaspgrid) None[source]#

class dune.xt.grid._grid_functors_interfaces.IntersectionFunctor3dSimplexAluconformgrid[source]#

Bases: pybind11_builtins.pybind11_object

finalize(self: dune.xt.grid._grid_functors_interfaces.IntersectionFunctor3dSimplexAluconformgrid) None[source]#
prepare(self: dune.xt.grid._grid_functors_interfaces.IntersectionFunctor3dSimplexAluconformgrid) None[source]#

_grid_gridprovider_cube module#

_grid_gridprovider_gmsh module#

_grid_gridprovider_provider module#


class dune.xt.grid._grid_gridprovider_provider.ApplyOnAllIntersections1dSimplexOnedgrid[source]#

Bases: dune.xt.grid._grid_filters_base.IntersectionFilter1dSimplexOnedgrid

ApplyOnAllIntersections( 1d_simplex_onedgrid variant)

__repr__(self: dune.xt.grid._grid_gridprovider_provider.ApplyOnAllIntersections1dSimplexOnedgrid) str[source]#

class dune.xt.grid._grid_gridprovider_provider.ApplyOnAllIntersections2dCubeYaspgrid[source]#

Bases: dune.xt.grid._grid_filters_base.IntersectionFilter2dCubeYaspgrid

ApplyOnAllIntersections( 2d_cube_yaspgrid variant)

__repr__(self: dune.xt.grid._grid_gridprovider_provider.ApplyOnAllIntersections2dCubeYaspgrid) str[source]#

class dune.xt.grid._grid_gridprovider_provider.ApplyOnAllIntersections2dSimplexAluconformgrid[source]#

Bases: dune.xt.grid._grid_filters_base.IntersectionFilter2dSimplexAluconformgrid

ApplyOnAllIntersections( 2d_simplex_aluconformgrid variant)

__repr__(self: dune.xt.grid._grid_gridprovider_provider.ApplyOnAllIntersections2dSimplexAluconformgrid) str[source]#

class dune.xt.grid._grid_gridprovider_provider.ApplyOnAllIntersections3dCubeYaspgrid[source]#

Bases: dune.xt.grid._grid_filters_base.IntersectionFilter3dCubeYaspgrid

ApplyOnAllIntersections( 3d_cube_yaspgrid variant)

__repr__(self: dune.xt.grid._grid_gridprovider_provider.ApplyOnAllIntersections3dCubeYaspgrid) str[source]#

class dune.xt.grid._grid_gridprovider_provider.ApplyOnAllIntersections3dSimplexAluconformgrid[source]#

Bases: dune.xt.grid._grid_filters_base.IntersectionFilter3dSimplexAluconformgrid

ApplyOnAllIntersections( 3d_simplex_aluconformgrid variant)

__repr__(self: dune.xt.grid._grid_gridprovider_provider.ApplyOnAllIntersections3dSimplexAluconformgrid) str[source]#

class dune.xt.grid._grid_gridprovider_provider.ApplyOnAllIntersectionsOnce1dSimplexOnedgrid[source]#

Bases: dune.xt.grid._grid_filters_base.IntersectionFilter1dSimplexOnedgrid

ApplyOnAllIntersectionsOnce( 1d_simplex_onedgrid variant)

__repr__(self: dune.xt.grid._grid_gridprovider_provider.ApplyOnAllIntersectionsOnce1dSimplexOnedgrid) str[source]#

class dune.xt.grid._grid_gridprovider_provider.ApplyOnAllIntersectionsOnce2dCubeYaspgrid[source]#

Bases: dune.xt.grid._grid_filters_base.IntersectionFilter2dCubeYaspgrid

ApplyOnAllIntersectionsOnce( 2d_cube_yaspgrid variant)

__repr__(self: dune.xt.grid._grid_gridprovider_provider.ApplyOnAllIntersectionsOnce2dCubeYaspgrid) str[source]#

class dune.xt.grid._grid_gridprovider_provider.ApplyOnAllIntersectionsOnce2dSimplexAluconformgrid[source]#

Bases: dune.xt.grid._grid_filters_base.IntersectionFilter2dSimplexAluconformgrid

ApplyOnAllIntersectionsOnce( 2d_simplex_aluconformgrid variant)

__repr__(self: dune.xt.grid._grid_gridprovider_provider.ApplyOnAllIntersectionsOnce2dSimplexAluconformgrid) str[source]#

class dune.xt.grid._grid_gridprovider_provider.ApplyOnAllIntersectionsOnce3dCubeYaspgrid[source]#

Bases: dune.xt.grid._grid_filters_base.IntersectionFilter3dCubeYaspgrid

ApplyOnAllIntersectionsOnce( 3d_cube_yaspgrid variant)

__repr__(self: dune.xt.grid._grid_gridprovider_provider.ApplyOnAllIntersectionsOnce3dCubeYaspgrid) str[source]#

class dune.xt.grid._grid_gridprovider_provider.ApplyOnAllIntersectionsOnce3dSimplexAluconformgrid[source]#

Bases: dune.xt.grid._grid_filters_base.IntersectionFilter3dSimplexAluconformgrid

ApplyOnAllIntersectionsOnce( 3d_simplex_aluconformgrid variant)

__repr__(self: dune.xt.grid._grid_gridprovider_provider.ApplyOnAllIntersectionsOnce3dSimplexAluconformgrid) str[source]#

class dune.xt.grid._grid_gridprovider_provider.ApplyOnBoundaryIntersections1dSimplexOnedgrid[source]#

Bases: dune.xt.grid._grid_filters_base.IntersectionFilter1dSimplexOnedgrid

ApplyOnBoundaryIntersections( 1d_simplex_onedgrid variant)

__repr__(self: dune.xt.grid._grid_gridprovider_provider.ApplyOnBoundaryIntersections1dSimplexOnedgrid) str[source]#

class dune.xt.grid._grid_gridprovider_provider.ApplyOnBoundaryIntersections2dCubeYaspgrid[source]#

Bases: dune.xt.grid._grid_filters_base.IntersectionFilter2dCubeYaspgrid

ApplyOnBoundaryIntersections( 2d_cube_yaspgrid variant)

__repr__(self: dune.xt.grid._grid_gridprovider_provider.ApplyOnBoundaryIntersections2dCubeYaspgrid) str[source]#

class dune.xt.grid._grid_gridprovider_provider.ApplyOnBoundaryIntersections2dSimplexAluconformgrid[source]#

Bases: dune.xt.grid._grid_filters_base.IntersectionFilter2dSimplexAluconformgrid

ApplyOnBoundaryIntersections( 2d_simplex_aluconformgrid variant)

__repr__(self: dune.xt.grid._grid_gridprovider_provider.ApplyOnBoundaryIntersections2dSimplexAluconformgrid) str[source]#

class dune.xt.grid._grid_gridprovider_provider.ApplyOnBoundaryIntersections3dCubeYaspgrid[source]#

Bases: dune.xt.grid._grid_filters_base.IntersectionFilter3dCubeYaspgrid

ApplyOnBoundaryIntersections( 3d_cube_yaspgrid variant)

__repr__(self: dune.xt.grid._grid_gridprovider_provider.ApplyOnBoundaryIntersections3dCubeYaspgrid) str[source]#

class dune.xt.grid._grid_gridprovider_provider.ApplyOnBoundaryIntersections3dSimplexAluconformgrid[source]#

Bases: dune.xt.grid._grid_filters_base.IntersectionFilter3dSimplexAluconformgrid

ApplyOnBoundaryIntersections( 3d_simplex_aluconformgrid variant)

__repr__(self: dune.xt.grid._grid_gridprovider_provider.ApplyOnBoundaryIntersections3dSimplexAluconformgrid) str[source]#

class dune.xt.grid._grid_gridprovider_provider.ApplyOnCustomBoundaryIntersections1dSimplexOnedgrid[source]#

Bases: dune.xt.grid._grid_filters_base.IntersectionFilter1dSimplexOnedgrid

ApplyOnCustomBoundaryIntersections( 1d_simplex_onedgrid variant)

__repr__(self: dune.xt.grid._grid_gridprovider_provider.ApplyOnCustomBoundaryIntersections1dSimplexOnedgrid) str[source]#

class dune.xt.grid._grid_gridprovider_provider.ApplyOnCustomBoundaryIntersections2dCubeYaspgrid[source]#

Bases: dune.xt.grid._grid_filters_base.IntersectionFilter2dCubeYaspgrid

ApplyOnCustomBoundaryIntersections( 2d_cube_yaspgrid variant)

__repr__(self: dune.xt.grid._grid_gridprovider_provider.ApplyOnCustomBoundaryIntersections2dCubeYaspgrid) str[source]#

class dune.xt.grid._grid_gridprovider_provider.ApplyOnCustomBoundaryIntersections2dSimplexAluconformgrid[source]#

Bases: dune.xt.grid._grid_filters_base.IntersectionFilter2dSimplexAluconformgrid

ApplyOnCustomBoundaryIntersections( 2d_simplex_aluconformgrid variant)

__repr__(self: dune.xt.grid._grid_gridprovider_provider.ApplyOnCustomBoundaryIntersections2dSimplexAluconformgrid) str[source]#

class dune.xt.grid._grid_gridprovider_provider.ApplyOnCustomBoundaryIntersections3dCubeYaspgrid[source]#

Bases: dune.xt.grid._grid_filters_base.IntersectionFilter3dCubeYaspgrid

ApplyOnCustomBoundaryIntersections( 3d_cube_yaspgrid variant)

__repr__(self: dune.xt.grid._grid_gridprovider_provider.ApplyOnCustomBoundaryIntersections3dCubeYaspgrid) str[source]#

class dune.xt.grid._grid_gridprovider_provider.ApplyOnCustomBoundaryIntersections3dSimplexAluconformgrid[source]#

Bases: dune.xt.grid._grid_filters_base.IntersectionFilter3dSimplexAluconformgrid

ApplyOnCustomBoundaryIntersections( 3d_simplex_aluconformgrid variant)

__repr__(self: dune.xt.grid._grid_gridprovider_provider.ApplyOnCustomBoundaryIntersections3dSimplexAluconformgrid) str[source]#

class dune.xt.grid._grid_gridprovider_provider.ApplyOnInnerIntersections1dSimplexOnedgrid[source]#

Bases: dune.xt.grid._grid_filters_base.IntersectionFilter1dSimplexOnedgrid

ApplyOnInnerIntersections( 1d_simplex_onedgrid variant)

__repr__(self: dune.xt.grid._grid_gridprovider_provider.ApplyOnInnerIntersections1dSimplexOnedgrid) str[source]#

class dune.xt.grid._grid_gridprovider_provider.ApplyOnInnerIntersections2dCubeYaspgrid[source]#

Bases: dune.xt.grid._grid_filters_base.IntersectionFilter2dCubeYaspgrid

ApplyOnInnerIntersections( 2d_cube_yaspgrid variant)

__repr__(self: dune.xt.grid._grid_gridprovider_provider.ApplyOnInnerIntersections2dCubeYaspgrid) str[source]#

class dune.xt.grid._grid_gridprovider_provider.ApplyOnInnerIntersections2dSimplexAluconformgrid[source]#

Bases: dune.xt.grid._grid_filters_base.IntersectionFilter2dSimplexAluconformgrid

ApplyOnInnerIntersections( 2d_simplex_aluconformgrid variant)

__repr__(self: dune.xt.grid._grid_gridprovider_provider.ApplyOnInnerIntersections2dSimplexAluconformgrid) str[source]#

class dune.xt.grid._grid_gridprovider_provider.ApplyOnInnerIntersections3dCubeYaspgrid[source]#

Bases: dune.xt.grid._grid_filters_base.IntersectionFilter3dCubeYaspgrid

ApplyOnInnerIntersections( 3d_cube_yaspgrid variant)

__repr__(self: dune.xt.grid._grid_gridprovider_provider.ApplyOnInnerIntersections3dCubeYaspgrid) str[source]#

class dune.xt.grid._grid_gridprovider_provider.ApplyOnInnerIntersections3dSimplexAluconformgrid[source]#

Bases: dune.xt.grid._grid_filters_base.IntersectionFilter3dSimplexAluconformgrid

ApplyOnInnerIntersections( 3d_simplex_aluconformgrid variant)

__repr__(self: dune.xt.grid._grid_gridprovider_provider.ApplyOnInnerIntersections3dSimplexAluconformgrid) str[source]#

class dune.xt.grid._grid_gridprovider_provider.ApplyOnInnerIntersectionsOnce1dSimplexOnedgrid[source]#

Bases: dune.xt.grid._grid_filters_base.IntersectionFilter1dSimplexOnedgrid

ApplyOnInnerIntersectionsOnce( 1d_simplex_onedgrid variant)

__repr__(self: dune.xt.grid._grid_gridprovider_provider.ApplyOnInnerIntersectionsOnce1dSimplexOnedgrid) str[source]#

class dune.xt.grid._grid_gridprovider_provider.ApplyOnInnerIntersectionsOnce2dCubeYaspgrid[source]#

Bases: dune.xt.grid._grid_filters_base.IntersectionFilter2dCubeYaspgrid

ApplyOnInnerIntersectionsOnce( 2d_cube_yaspgrid variant)

__repr__(self: dune.xt.grid._grid_gridprovider_provider.ApplyOnInnerIntersectionsOnce2dCubeYaspgrid) str[source]#

class dune.xt.grid._grid_gridprovider_provider.ApplyOnInnerIntersectionsOnce2dSimplexAluconformgrid[source]#

Bases: dune.xt.grid._grid_filters_base.IntersectionFilter2dSimplexAluconformgrid

ApplyOnInnerIntersectionsOnce( 2d_simplex_aluconformgrid variant)

__repr__(self: dune.xt.grid._grid_gridprovider_provider.ApplyOnInnerIntersectionsOnce2dSimplexAluconformgrid) str[source]#

class dune.xt.grid._grid_gridprovider_provider.ApplyOnInnerIntersectionsOnce3dCubeYaspgrid[source]#

Bases: dune.xt.grid._grid_filters_base.IntersectionFilter3dCubeYaspgrid

ApplyOnInnerIntersectionsOnce( 3d_cube_yaspgrid variant)

__repr__(self: dune.xt.grid._grid_gridprovider_provider.ApplyOnInnerIntersectionsOnce3dCubeYaspgrid) str[source]#

class dune.xt.grid._grid_gridprovider_provider.ApplyOnInnerIntersectionsOnce3dSimplexAluconformgrid[source]#

Bases: dune.xt.grid._grid_filters_base.IntersectionFilter3dSimplexAluconformgrid

ApplyOnInnerIntersectionsOnce( 3d_simplex_aluconformgrid variant)

__repr__(self: dune.xt.grid._grid_gridprovider_provider.ApplyOnInnerIntersectionsOnce3dSimplexAluconformgrid) str[source]#

class dune.xt.grid._grid_gridprovider_provider.ApplyOnNoIntersections1dSimplexOnedgrid[source]#

Bases: dune.xt.grid._grid_filters_base.IntersectionFilter1dSimplexOnedgrid

ApplyOnNoIntersections( 1d_simplex_onedgrid variant)

__repr__(self: dune.xt.grid._grid_gridprovider_provider.ApplyOnNoIntersections1dSimplexOnedgrid) str[source]#

class dune.xt.grid._grid_gridprovider_provider.ApplyOnNoIntersections2dCubeYaspgrid[source]#

Bases: dune.xt.grid._grid_filters_base.IntersectionFilter2dCubeYaspgrid

ApplyOnNoIntersections( 2d_cube_yaspgrid variant)

__repr__(self: dune.xt.grid._grid_gridprovider_provider.ApplyOnNoIntersections2dCubeYaspgrid) str[source]#

class dune.xt.grid._grid_gridprovider_provider.ApplyOnNoIntersections2dSimplexAluconformgrid[source]#

Bases: dune.xt.grid._grid_filters_base.IntersectionFilter2dSimplexAluconformgrid

ApplyOnNoIntersections( 2d_simplex_aluconformgrid variant)

__repr__(self: dune.xt.grid._grid_gridprovider_provider.ApplyOnNoIntersections2dSimplexAluconformgrid) str[source]#

class dune.xt.grid._grid_gridprovider_provider.ApplyOnNoIntersections3dCubeYaspgrid[source]#

Bases: dune.xt.grid._grid_filters_base.IntersectionFilter3dCubeYaspgrid

ApplyOnNoIntersections( 3d_cube_yaspgrid variant)

__repr__(self: dune.xt.grid._grid_gridprovider_provider.ApplyOnNoIntersections3dCubeYaspgrid) str[source]#

class dune.xt.grid._grid_gridprovider_provider.ApplyOnNoIntersections3dSimplexAluconformgrid[source]#

Bases: dune.xt.grid._grid_filters_base.IntersectionFilter3dSimplexAluconformgrid

ApplyOnNoIntersections( 3d_simplex_aluconformgrid variant)

__repr__(self: dune.xt.grid._grid_gridprovider_provider.ApplyOnNoIntersections3dSimplexAluconformgrid) str[source]#

class dune.xt.grid._grid_gridprovider_provider.ApplyOnNonPeriodicBoundaryIntersections1dSimplexOnedgrid[source]#

Bases: dune.xt.grid._grid_filters_base.IntersectionFilter1dSimplexOnedgrid

ApplyOnNonPeriodicBoundaryIntersections( 1d_simplex_onedgrid variant)

__repr__(self: dune.xt.grid._grid_gridprovider_provider.ApplyOnNonPeriodicBoundaryIntersections1dSimplexOnedgrid) str[source]#

class dune.xt.grid._grid_gridprovider_provider.ApplyOnNonPeriodicBoundaryIntersections2dCubeYaspgrid[source]#

Bases: dune.xt.grid._grid_filters_base.IntersectionFilter2dCubeYaspgrid

ApplyOnNonPeriodicBoundaryIntersections( 2d_cube_yaspgrid variant)

__repr__(self: dune.xt.grid._grid_gridprovider_provider.ApplyOnNonPeriodicBoundaryIntersections2dCubeYaspgrid) str[source]#

class dune.xt.grid._grid_gridprovider_provider.ApplyOnNonPeriodicBoundaryIntersections2dSimplexAluconformgrid[source]#

Bases: dune.xt.grid._grid_filters_base.IntersectionFilter2dSimplexAluconformgrid

ApplyOnNonPeriodicBoundaryIntersections( 2d_simplex_aluconformgrid variant)

__repr__(self: dune.xt.grid._grid_gridprovider_provider.ApplyOnNonPeriodicBoundaryIntersections2dSimplexAluconformgrid) str[source]#

class dune.xt.grid._grid_gridprovider_provider.ApplyOnNonPeriodicBoundaryIntersections3dCubeYaspgrid[source]#

Bases: dune.xt.grid._grid_filters_base.IntersectionFilter3dCubeYaspgrid

ApplyOnNonPeriodicBoundaryIntersections( 3d_cube_yaspgrid variant)

__repr__(self: dune.xt.grid._grid_gridprovider_provider.ApplyOnNonPeriodicBoundaryIntersections3dCubeYaspgrid) str[source]#

class dune.xt.grid._grid_gridprovider_provider.ApplyOnNonPeriodicBoundaryIntersections3dSimplexAluconformgrid[source]#

Bases: dune.xt.grid._grid_filters_base.IntersectionFilter3dSimplexAluconformgrid

ApplyOnNonPeriodicBoundaryIntersections( 3d_simplex_aluconformgrid variant)

__repr__(self: dune.xt.grid._grid_gridprovider_provider.ApplyOnNonPeriodicBoundaryIntersections3dSimplexAluconformgrid) str[source]#

class dune.xt.grid._grid_gridprovider_provider.ApplyOnPeriodicBoundaryIntersections1dSimplexOnedgrid[source]#

Bases: dune.xt.grid._grid_filters_base.IntersectionFilter1dSimplexOnedgrid

ApplyOnPeriodicBoundaryIntersections( 1d_simplex_onedgrid variant)

__repr__(self: dune.xt.grid._grid_gridprovider_provider.ApplyOnPeriodicBoundaryIntersections1dSimplexOnedgrid) str[source]#

class dune.xt.grid._grid_gridprovider_provider.ApplyOnPeriodicBoundaryIntersections2dCubeYaspgrid[source]#

Bases: dune.xt.grid._grid_filters_base.IntersectionFilter2dCubeYaspgrid

ApplyOnPeriodicBoundaryIntersections( 2d_cube_yaspgrid variant)

__repr__(self: dune.xt.grid._grid_gridprovider_provider.ApplyOnPeriodicBoundaryIntersections2dCubeYaspgrid) str[source]#

class dune.xt.grid._grid_gridprovider_provider.ApplyOnPeriodicBoundaryIntersections2dSimplexAluconformgrid[source]#

Bases: dune.xt.grid._grid_filters_base.IntersectionFilter2dSimplexAluconformgrid

ApplyOnPeriodicBoundaryIntersections( 2d_simplex_aluconformgrid variant)

__repr__(self: dune.xt.grid._grid_gridprovider_provider.ApplyOnPeriodicBoundaryIntersections2dSimplexAluconformgrid) str[source]#

class dune.xt.grid._grid_gridprovider_provider.ApplyOnPeriodicBoundaryIntersections3dCubeYaspgrid[source]#

Bases: dune.xt.grid._grid_filters_base.IntersectionFilter3dCubeYaspgrid

ApplyOnPeriodicBoundaryIntersections( 3d_cube_yaspgrid variant)

__repr__(self: dune.xt.grid._grid_gridprovider_provider.ApplyOnPeriodicBoundaryIntersections3dCubeYaspgrid) str[source]#

class dune.xt.grid._grid_gridprovider_provider.ApplyOnPeriodicBoundaryIntersections3dSimplexAluconformgrid[source]#

Bases: dune.xt.grid._grid_filters_base.IntersectionFilter3dSimplexAluconformgrid

ApplyOnPeriodicBoundaryIntersections( 3d_simplex_aluconformgrid variant)

__repr__(self: dune.xt.grid._grid_gridprovider_provider.ApplyOnPeriodicBoundaryIntersections3dSimplexAluconformgrid) str[source]#

class dune.xt.grid._grid_gridprovider_provider.ApplyOnPeriodicBoundaryIntersectionsOnce1dSimplexOnedgrid[source]#

Bases: dune.xt.grid._grid_filters_base.IntersectionFilter1dSimplexOnedgrid

ApplyOnPeriodicBoundaryIntersectionsOnce( 1d_simplex_onedgrid variant)

__repr__(self: dune.xt.grid._grid_gridprovider_provider.ApplyOnPeriodicBoundaryIntersectionsOnce1dSimplexOnedgrid) str[source]#

class dune.xt.grid._grid_gridprovider_provider.ApplyOnPeriodicBoundaryIntersectionsOnce2dCubeYaspgrid[source]#

Bases: dune.xt.grid._grid_filters_base.IntersectionFilter2dCubeYaspgrid

ApplyOnPeriodicBoundaryIntersectionsOnce( 2d_cube_yaspgrid variant)

__repr__(self: dune.xt.grid._grid_gridprovider_provider.ApplyOnPeriodicBoundaryIntersectionsOnce2dCubeYaspgrid) str[source]#

class dune.xt.grid._grid_gridprovider_provider.ApplyOnPeriodicBoundaryIntersectionsOnce2dSimplexAluconformgrid[source]#

Bases: dune.xt.grid._grid_filters_base.IntersectionFilter2dSimplexAluconformgrid

ApplyOnPeriodicBoundaryIntersectionsOnce( 2d_simplex_aluconformgrid variant)

__repr__(self: dune.xt.grid._grid_gridprovider_provider.ApplyOnPeriodicBoundaryIntersectionsOnce2dSimplexAluconformgrid) str[source]#

class dune.xt.grid._grid_gridprovider_provider.ApplyOnPeriodicBoundaryIntersectionsOnce3dCubeYaspgrid[source]#

Bases: dune.xt.grid._grid_filters_base.IntersectionFilter3dCubeYaspgrid

ApplyOnPeriodicBoundaryIntersectionsOnce( 3d_cube_yaspgrid variant)

__repr__(self: dune.xt.grid._grid_gridprovider_provider.ApplyOnPeriodicBoundaryIntersectionsOnce3dCubeYaspgrid) str[source]#

class dune.xt.grid._grid_gridprovider_provider.ApplyOnPeriodicBoundaryIntersectionsOnce3dSimplexAluconformgrid[source]#

Bases: dune.xt.grid._grid_filters_base.IntersectionFilter3dSimplexAluconformgrid

ApplyOnPeriodicBoundaryIntersectionsOnce( 3d_simplex_aluconformgrid variant)

__repr__(self: dune.xt.grid._grid_gridprovider_provider.ApplyOnPeriodicBoundaryIntersectionsOnce3dSimplexAluconformgrid) str[source]#

class dune.xt.grid._grid_gridprovider_provider.ApplyOnProcessIntersections1dSimplexOnedgrid[source]#

Bases: dune.xt.grid._grid_filters_base.IntersectionFilter1dSimplexOnedgrid

ApplyOnProcessIntersections( 1d_simplex_onedgrid variant)

__repr__(self: dune.xt.grid._grid_gridprovider_provider.ApplyOnProcessIntersections1dSimplexOnedgrid) str[source]#

class dune.xt.grid._grid_gridprovider_provider.ApplyOnProcessIntersections2dCubeYaspgrid[source]#

Bases: dune.xt.grid._grid_filters_base.IntersectionFilter2dCubeYaspgrid

ApplyOnProcessIntersections( 2d_cube_yaspgrid variant)

__repr__(self: dune.xt.grid._grid_gridprovider_provider.ApplyOnProcessIntersections2dCubeYaspgrid) str[source]#

class dune.xt.grid._grid_gridprovider_provider.ApplyOnProcessIntersections2dSimplexAluconformgrid[source]#

Bases: dune.xt.grid._grid_filters_base.IntersectionFilter2dSimplexAluconformgrid

ApplyOnProcessIntersections( 2d_simplex_aluconformgrid variant)

__repr__(self: dune.xt.grid._grid_gridprovider_provider.ApplyOnProcessIntersections2dSimplexAluconformgrid) str[source]#

class dune.xt.grid._grid_gridprovider_provider.ApplyOnProcessIntersections3dCubeYaspgrid[source]#

Bases: dune.xt.grid._grid_filters_base.IntersectionFilter3dCubeYaspgrid

ApplyOnProcessIntersections( 3d_cube_yaspgrid variant)

__repr__(self: dune.xt.grid._grid_gridprovider_provider.ApplyOnProcessIntersections3dCubeYaspgrid) str[source]#

class dune.xt.grid._grid_gridprovider_provider.ApplyOnProcessIntersections3dSimplexAluconformgrid[source]#

Bases: dune.xt.grid._grid_filters_base.IntersectionFilter3dSimplexAluconformgrid

ApplyOnProcessIntersections( 3d_simplex_aluconformgrid variant)

__repr__(self: dune.xt.grid._grid_gridprovider_provider.ApplyOnProcessIntersections3dSimplexAluconformgrid) str[source]#

class dune.xt.grid._grid_gridprovider_provider.GridProvider1dSimplexOnedgrid[source]#

Bases: pybind11_builtins.pybind11_object

GridProvider (1d_simplex_onedgrid variant)

apply_on_each_element(self: dune.xt.grid._grid_gridprovider_provider.GridProvider1dSimplexOnedgrid, arg0: Callable[[dune.xt.grid._grid_element.Element1dSimplexOnedgrid], None]) None[source]#
apply_on_each_intersection(self: dune.xt.grid._grid_gridprovider_provider.GridProvider1dSimplexOnedgrid, arg0: Callable[[Dune::Intersection<Dune::OneDGrid const, Dune::OneDGridLeafIntersection<Dune::OneDGrid const> >], None]) None[source]#
boundary_intersection_indices(self: dune.xt.grid._grid_gridprovider_provider.GridProvider1dSimplexOnedgrid, intersection_filter: dune.xt.grid._grid_filters_base.IntersectionFilter1dSimplexOnedgrid = ApplyOnBoundaryIntersections()) dune.xt.la._la.CommonVectorSizeT[source]#
centers(self: dune.xt.grid._grid_gridprovider_provider.GridProvider1dSimplexOnedgrid, codim: int = 0) dune.xt.la._la.CommonDenseMatrix[source]#
global_refine(self: dune.xt.grid._grid_gridprovider_provider.GridProvider1dSimplexOnedgrid, count: int = 1) None[source]#
inner_intersection_indices(self: dune.xt.grid._grid_gridprovider_provider.GridProvider1dSimplexOnedgrid) dune.xt.la._la.CommonVectorSizeT[source]#
inside_element_indices(self: dune.xt.grid._grid_gridprovider_provider.GridProvider1dSimplexOnedgrid) dune.xt.la._la.CommonVectorSizeT[source]#
outside_element_indices(self: dune.xt.grid._grid_gridprovider_provider.GridProvider1dSimplexOnedgrid) dune.xt.la._la.CommonVectorSizeT[source]#
refine_steps_for_half(self: dune.xt.grid._grid_gridprovider_provider.GridProvider1dSimplexOnedgrid) int[source]#
size(self: dune.xt.grid._grid_gridprovider_provider.GridProvider1dSimplexOnedgrid, codim: int) int[source]#
visualize(self: dune.xt.grid._grid_gridprovider_provider.GridProvider1dSimplexOnedgrid, filename: str) None[source]#

class dune.xt.grid._grid_gridprovider_provider.GridProvider2dCubeYaspgrid[source]#

Bases: pybind11_builtins.pybind11_object

GridProvider (2d_cube_yaspgrid variant)

apply_on_each_element(self: dune.xt.grid._grid_gridprovider_provider.GridProvider2dCubeYaspgrid, arg0: Callable[[dune.xt.grid._grid_element.Element2dCubeYaspgrid], None]) None[source]#
apply_on_each_intersection(self: dune.xt.grid._grid_gridprovider_provider.GridProvider2dCubeYaspgrid, arg0: Callable[[Dune::Intersection<Dune::YaspGrid<2, Dune::EquidistantOffsetCoordinates<double, 2> > const, Dune::YaspIntersection<Dune::YaspGrid<2, Dune::EquidistantOffsetCoordinates<double, 2> > const> >], None]) None[source]#
boundary_intersection_indices(self: dune.xt.grid._grid_gridprovider_provider.GridProvider2dCubeYaspgrid, intersection_filter: dune.xt.grid._grid_filters_base.IntersectionFilter2dCubeYaspgrid = ApplyOnBoundaryIntersections()) dune.xt.la._la.CommonVectorSizeT[source]#
centers(self: dune.xt.grid._grid_gridprovider_provider.GridProvider2dCubeYaspgrid, codim: int = 0) dune.xt.la._la.CommonDenseMatrix[source]#
global_refine(self: dune.xt.grid._grid_gridprovider_provider.GridProvider2dCubeYaspgrid, count: int = 1) None[source]#
inner_intersection_indices(self: dune.xt.grid._grid_gridprovider_provider.GridProvider2dCubeYaspgrid) dune.xt.la._la.CommonVectorSizeT[source]#
inside_element_indices(self: dune.xt.grid._grid_gridprovider_provider.GridProvider2dCubeYaspgrid) dune.xt.la._la.CommonVectorSizeT[source]#
outside_element_indices(self: dune.xt.grid._grid_gridprovider_provider.GridProvider2dCubeYaspgrid) dune.xt.la._la.CommonVectorSizeT[source]#
refine_steps_for_half(self: dune.xt.grid._grid_gridprovider_provider.GridProvider2dCubeYaspgrid) int[source]#
size(self: dune.xt.grid._grid_gridprovider_provider.GridProvider2dCubeYaspgrid, codim: int) int[source]#
visualize(self: dune.xt.grid._grid_gridprovider_provider.GridProvider2dCubeYaspgrid, filename: str) None[source]#

class dune.xt.grid._grid_gridprovider_provider.GridProvider2dSimplexAluconformgrid[source]#

Bases: pybind11_builtins.pybind11_object

GridProvider (2d_simplex_aluconformgrid variant)

apply_on_each_element(self: dune.xt.grid._grid_gridprovider_provider.GridProvider2dSimplexAluconformgrid, arg0: Callable[[dune.xt.grid._grid_element.Element2dSimplexAluconformgrid], None]) None[source]#
apply_on_each_intersection(self: dune.xt.grid._grid_gridprovider_provider.GridProvider2dSimplexAluconformgrid, arg0: Callable[[Dune::Intersection<Dune::ALU3dGrid<2, 2, (Dune::ALU3dGridElementType)4, Dune::ALUGridNoComm> const, Dune::LeafIntersectionWrapper<Dune::ALU3dGrid<2, 2, (Dune::ALU3dGridElementType)4, Dune::ALUGridNoComm> const> >], None]) None[source]#
boundary_intersection_indices(self: dune.xt.grid._grid_gridprovider_provider.GridProvider2dSimplexAluconformgrid, intersection_filter: dune.xt.grid._grid_filters_base.IntersectionFilter2dSimplexAluconformgrid = ApplyOnBoundaryIntersections()) dune.xt.la._la.CommonVectorSizeT[source]#
centers(self: dune.xt.grid._grid_gridprovider_provider.GridProvider2dSimplexAluconformgrid, codim: int = 0) dune.xt.la._la.CommonDenseMatrix[source]#
global_refine(self: dune.xt.grid._grid_gridprovider_provider.GridProvider2dSimplexAluconformgrid, count: int = 1) None[source]#
inner_intersection_indices(self: dune.xt.grid._grid_gridprovider_provider.GridProvider2dSimplexAluconformgrid) dune.xt.la._la.CommonVectorSizeT[source]#
inside_element_indices(self: dune.xt.grid._grid_gridprovider_provider.GridProvider2dSimplexAluconformgrid) dune.xt.la._la.CommonVectorSizeT[source]#
outside_element_indices(self: dune.xt.grid._grid_gridprovider_provider.GridProvider2dSimplexAluconformgrid) dune.xt.la._la.CommonVectorSizeT[source]#
refine_steps_for_half(self: dune.xt.grid._grid_gridprovider_provider.GridProvider2dSimplexAluconformgrid) int[source]#
size(self: dune.xt.grid._grid_gridprovider_provider.GridProvider2dSimplexAluconformgrid, codim: int) int[source]#
visualize(self: dune.xt.grid._grid_gridprovider_provider.GridProvider2dSimplexAluconformgrid, filename: str) None[source]#

class dune.xt.grid._grid_gridprovider_provider.GridProvider3dCubeYaspgrid[source]#

Bases: pybind11_builtins.pybind11_object

GridProvider (3d_cube_yaspgrid variant)

apply_on_each_element(self: dune.xt.grid._grid_gridprovider_provider.GridProvider3dCubeYaspgrid, arg0: Callable[[dune.xt.grid._grid_element.Element3dCubeYaspgrid], None]) None[source]#
apply_on_each_intersection(self: dune.xt.grid._grid_gridprovider_provider.GridProvider3dCubeYaspgrid, arg0: Callable[[Dune::Intersection<Dune::YaspGrid<3, Dune::EquidistantOffsetCoordinates<double, 3> > const, Dune::YaspIntersection<Dune::YaspGrid<3, Dune::EquidistantOffsetCoordinates<double, 3> > const> >], None]) None[source]#
boundary_intersection_indices(self: dune.xt.grid._grid_gridprovider_provider.GridProvider3dCubeYaspgrid, intersection_filter: dune.xt.grid._grid_filters_base.IntersectionFilter3dCubeYaspgrid = ApplyOnBoundaryIntersections()) dune.xt.la._la.CommonVectorSizeT[source]#
centers(self: dune.xt.grid._grid_gridprovider_provider.GridProvider3dCubeYaspgrid, codim: int = 0) dune.xt.la._la.CommonDenseMatrix[source]#
global_refine(self: dune.xt.grid._grid_gridprovider_provider.GridProvider3dCubeYaspgrid, count: int = 1) None[source]#
inner_intersection_indices(self: dune.xt.grid._grid_gridprovider_provider.GridProvider3dCubeYaspgrid) dune.xt.la._la.CommonVectorSizeT[source]#
inside_element_indices(self: dune.xt.grid._grid_gridprovider_provider.GridProvider3dCubeYaspgrid) dune.xt.la._la.CommonVectorSizeT[source]#
outside_element_indices(self: dune.xt.grid._grid_gridprovider_provider.GridProvider3dCubeYaspgrid) dune.xt.la._la.CommonVectorSizeT[source]#
refine_steps_for_half(self: dune.xt.grid._grid_gridprovider_provider.GridProvider3dCubeYaspgrid) int[source]#
size(self: dune.xt.grid._grid_gridprovider_provider.GridProvider3dCubeYaspgrid, codim: int) int[source]#
visualize(self: dune.xt.grid._grid_gridprovider_provider.GridProvider3dCubeYaspgrid, filename: str) None[source]#

class dune.xt.grid._grid_gridprovider_provider.GridProvider3dSimplexAluconformgrid[source]#

Bases: pybind11_builtins.pybind11_object

GridProvider (3d_simplex_aluconformgrid variant)

apply_on_each_element(self: dune.xt.grid._grid_gridprovider_provider.GridProvider3dSimplexAluconformgrid, arg0: Callable[[dune.xt.grid._grid_element.Element3dSimplexAluconformgrid], None]) None[source]#
apply_on_each_intersection(self: dune.xt.grid._grid_gridprovider_provider.GridProvider3dSimplexAluconformgrid, arg0: Callable[[Dune::Intersection<Dune::ALU3dGrid<3, 3, (Dune::ALU3dGridElementType)4, Dune::ALUGridNoComm> const, Dune::LeafIntersectionWrapper<Dune::ALU3dGrid<3, 3, (Dune::ALU3dGridElementType)4, Dune::ALUGridNoComm> const> >], None]) None[source]#
boundary_intersection_indices(self: dune.xt.grid._grid_gridprovider_provider.GridProvider3dSimplexAluconformgrid, intersection_filter: dune.xt.grid._grid_filters_base.IntersectionFilter3dSimplexAluconformgrid = ApplyOnBoundaryIntersections()) dune.xt.la._la.CommonVectorSizeT[source]#
centers(self: dune.xt.grid._grid_gridprovider_provider.GridProvider3dSimplexAluconformgrid, codim: int = 0) dune.xt.la._la.CommonDenseMatrix[source]#
global_refine(self: dune.xt.grid._grid_gridprovider_provider.GridProvider3dSimplexAluconformgrid, count: int = 1) None[source]#
inner_intersection_indices(self: dune.xt.grid._grid_gridprovider_provider.GridProvider3dSimplexAluconformgrid) dune.xt.la._la.CommonVectorSizeT[source]#
inside_element_indices(self: dune.xt.grid._grid_gridprovider_provider.GridProvider3dSimplexAluconformgrid) dune.xt.la._la.CommonVectorSizeT[source]#
outside_element_indices(self: dune.xt.grid._grid_gridprovider_provider.GridProvider3dSimplexAluconformgrid) dune.xt.la._la.CommonVectorSizeT[source]#
refine_steps_for_half(self: dune.xt.grid._grid_gridprovider_provider.GridProvider3dSimplexAluconformgrid) int[source]#
size(self: dune.xt.grid._grid_gridprovider_provider.GridProvider3dSimplexAluconformgrid, codim: int) int[source]#
visualize(self: dune.xt.grid._grid_gridprovider_provider.GridProvider3dSimplexAluconformgrid, filename: str) None[source]#

_grid_intersection module#


class dune.xt.grid._grid_intersection.Intersection1dSimplexOnedgrid[source]#

Bases: pybind11_builtins.pybind11_object

__eq__(self: dune.xt.grid._grid_intersection.Intersection1dSimplexOnedgrid, arg0: dune.xt.grid._grid_intersection.Intersection1dSimplexOnedgrid) bool[source]#
__neq__(self: dune.xt.grid._grid_intersection.Intersection1dSimplexOnedgrid, arg0: dune.xt.grid._grid_intersection.Intersection1dSimplexOnedgrid) bool[source]#
__repr__(self: dune.xt.grid._grid_intersection.Intersection1dSimplexOnedgrid) str[source]#
__str__(self: dune.xt.grid._grid_intersection.Intersection1dSimplexOnedgrid) str[source]#
outer_normal(self: dune.xt.grid._grid_intersection.Intersection1dSimplexOnedgrid, point_in_reference_intersection: List[float[0]]) List[float[1]][source]#
to_global(self: dune.xt.grid._grid_intersection.Intersection1dSimplexOnedgrid, point_in_reference_intersection: List[float[0]]) List[float[1]][source]#
to_local(self: dune.xt.grid._grid_intersection.Intersection1dSimplexOnedgrid, point_in_physical_space: List[float[1]]) List[float[0]][source]#
unit_outer_normal(self: dune.xt.grid._grid_intersection.Intersection1dSimplexOnedgrid, point_in_reference_intersection: List[float[0]]) List[float[1]][source]#

class dune.xt.grid._grid_intersection.Intersection2dCubeYaspgrid[source]#

Bases: pybind11_builtins.pybind11_object

__eq__(self: dune.xt.grid._grid_intersection.Intersection2dCubeYaspgrid, arg0: dune.xt.grid._grid_intersection.Intersection2dCubeYaspgrid) bool[source]#
__neq__(self: dune.xt.grid._grid_intersection.Intersection2dCubeYaspgrid, arg0: dune.xt.grid._grid_intersection.Intersection2dCubeYaspgrid) bool[source]#
__repr__(self: dune.xt.grid._grid_intersection.Intersection2dCubeYaspgrid) str[source]#
__str__(self: dune.xt.grid._grid_intersection.Intersection2dCubeYaspgrid) str[source]#
outer_normal(self: dune.xt.grid._grid_intersection.Intersection2dCubeYaspgrid, point_in_reference_intersection: List[float[1]]) List[float[2]][source]#
to_global(self: dune.xt.grid._grid_intersection.Intersection2dCubeYaspgrid, point_in_reference_intersection: List[float[1]]) List[float[2]][source]#
to_local(self: dune.xt.grid._grid_intersection.Intersection2dCubeYaspgrid, point_in_physical_space: List[float[2]]) List[float[1]][source]#
unit_outer_normal(self: dune.xt.grid._grid_intersection.Intersection2dCubeYaspgrid, point_in_reference_intersection: List[float[1]]) List[float[2]][source]#

class dune.xt.grid._grid_intersection.Intersection2dSimplexAluconformgrid[source]#

Bases: pybind11_builtins.pybind11_object

__eq__(self: dune.xt.grid._grid_intersection.Intersection2dSimplexAluconformgrid, arg0: dune.xt.grid._grid_intersection.Intersection2dSimplexAluconformgrid) bool[source]#
__neq__(self: dune.xt.grid._grid_intersection.Intersection2dSimplexAluconformgrid, arg0: dune.xt.grid._grid_intersection.Intersection2dSimplexAluconformgrid) bool[source]#
__repr__(self: dune.xt.grid._grid_intersection.Intersection2dSimplexAluconformgrid) str[source]#
__str__(self: dune.xt.grid._grid_intersection.Intersection2dSimplexAluconformgrid) str[source]#
outer_normal(self: dune.xt.grid._grid_intersection.Intersection2dSimplexAluconformgrid, point_in_reference_intersection: List[float[1]]) List[float[2]][source]#
to_global(self: dune.xt.grid._grid_intersection.Intersection2dSimplexAluconformgrid, point_in_reference_intersection: List[float[1]]) List[float[2]][source]#
to_local(self: dune.xt.grid._grid_intersection.Intersection2dSimplexAluconformgrid, point_in_physical_space: List[float[2]]) List[float[1]][source]#
unit_outer_normal(self: dune.xt.grid._grid_intersection.Intersection2dSimplexAluconformgrid, point_in_reference_intersection: List[float[1]]) List[float[2]][source]#

class dune.xt.grid._grid_intersection.Intersection3dCubeYaspgrid[source]#

Bases: pybind11_builtins.pybind11_object

__eq__(self: dune.xt.grid._grid_intersection.Intersection3dCubeYaspgrid, arg0: dune.xt.grid._grid_intersection.Intersection3dCubeYaspgrid) bool[source]#
__neq__(self: dune.xt.grid._grid_intersection.Intersection3dCubeYaspgrid, arg0: dune.xt.grid._grid_intersection.Intersection3dCubeYaspgrid) bool[source]#
__repr__(self: dune.xt.grid._grid_intersection.Intersection3dCubeYaspgrid) str[source]#
__str__(self: dune.xt.grid._grid_intersection.Intersection3dCubeYaspgrid) str[source]#
outer_normal(self: dune.xt.grid._grid_intersection.Intersection3dCubeYaspgrid, point_in_reference_intersection: List[float[2]]) List[float[3]][source]#
to_global(self: dune.xt.grid._grid_intersection.Intersection3dCubeYaspgrid, point_in_reference_intersection: List[float[2]]) List[float[3]][source]#
to_local(self: dune.xt.grid._grid_intersection.Intersection3dCubeYaspgrid, point_in_physical_space: List[float[3]]) List[float[2]][source]#
unit_outer_normal(self: dune.xt.grid._grid_intersection.Intersection3dCubeYaspgrid, point_in_reference_intersection: List[float[2]]) List[float[3]][source]#

class dune.xt.grid._grid_intersection.Intersection3dSimplexAluconformgrid[source]#

Bases: pybind11_builtins.pybind11_object

__eq__(self: dune.xt.grid._grid_intersection.Intersection3dSimplexAluconformgrid, arg0: dune.xt.grid._grid_intersection.Intersection3dSimplexAluconformgrid) bool[source]#
__neq__(self: dune.xt.grid._grid_intersection.Intersection3dSimplexAluconformgrid, arg0: dune.xt.grid._grid_intersection.Intersection3dSimplexAluconformgrid) bool[source]#
__repr__(self: dune.xt.grid._grid_intersection.Intersection3dSimplexAluconformgrid) str[source]#
__str__(self: dune.xt.grid._grid_intersection.Intersection3dSimplexAluconformgrid) str[source]#
outer_normal(self: dune.xt.grid._grid_intersection.Intersection3dSimplexAluconformgrid, point_in_reference_intersection: List[float[2]]) List[float[3]][source]#
to_global(self: dune.xt.grid._grid_intersection.Intersection3dSimplexAluconformgrid, point_in_reference_intersection: List[float[2]]) List[float[3]][source]#
to_local(self: dune.xt.grid._grid_intersection.Intersection3dSimplexAluconformgrid, point_in_physical_space: List[float[3]]) List[float[2]][source]#
unit_outer_normal(self: dune.xt.grid._grid_intersection.Intersection3dSimplexAluconformgrid, point_in_reference_intersection: List[float[2]]) List[float[3]][source]#

_grid_traits module#


class dune.xt.grid._grid_traits.Cube[source]#

Bases: pybind11_builtins.pybind11_object

tag: Cube

__repr__(self: dune.xt.grid._grid_traits.Cube) str[source]#

class dune.xt.grid._grid_traits.Dimension0[source]#

Bases: pybind11_builtins.pybind11_object

tag: Dimension0

__repr__(self: dune.xt.grid._grid_traits.Dimension0) str[source]#

class dune.xt.grid._grid_traits.Dimension1[source]#

Bases: pybind11_builtins.pybind11_object

tag: Dimension1

__repr__(self: dune.xt.grid._grid_traits.Dimension1) str[source]#

class dune.xt.grid._grid_traits.Dimension2[source]#

Bases: pybind11_builtins.pybind11_object

tag: Dimension2

__repr__(self: dune.xt.grid._grid_traits.Dimension2) str[source]#

class dune.xt.grid._grid_traits.Dimension3[source]#

Bases: pybind11_builtins.pybind11_object

tag: Dimension3

__repr__(self: dune.xt.grid._grid_traits.Dimension3) str[source]#

class dune.xt.grid._grid_traits.Dimension4[source]#

Bases: pybind11_builtins.pybind11_object

tag: Dimension4

__repr__(self: dune.xt.grid._grid_traits.Dimension4) str[source]#

class dune.xt.grid._grid_traits.Dimension5[source]#

Bases: pybind11_builtins.pybind11_object

tag: Dimension5

__repr__(self: dune.xt.grid._grid_traits.Dimension5) str[source]#

class dune.xt.grid._grid_traits.Dimension6[source]#

Bases: pybind11_builtins.pybind11_object

tag: Dimension6

__repr__(self: dune.xt.grid._grid_traits.Dimension6) str[source]#

class dune.xt.grid._grid_traits.Dimension7[source]#

Bases: pybind11_builtins.pybind11_object

tag: Dimension7

__repr__(self: dune.xt.grid._grid_traits.Dimension7) str[source]#

class dune.xt.grid._grid_traits.Dimension8[source]#

Bases: pybind11_builtins.pybind11_object

tag: Dimension8

__repr__(self: dune.xt.grid._grid_traits.Dimension8) str[source]#

class dune.xt.grid._grid_traits.Dimension9[source]#

Bases: pybind11_builtins.pybind11_object

tag: Dimension9

__repr__(self: dune.xt.grid._grid_traits.Dimension9) str[source]#

class dune.xt.grid._grid_traits.Prism[source]#

Bases: pybind11_builtins.pybind11_object

tag: Prism

__repr__(self: dune.xt.grid._grid_traits.Prism) str[source]#

class dune.xt.grid._grid_traits.Pyramid[source]#

Bases: pybind11_builtins.pybind11_object

tag: Pyramid

__repr__(self: dune.xt.grid._grid_traits.Pyramid) str[source]#

class dune.xt.grid._grid_traits.Simplex[source]#

Bases: pybind11_builtins.pybind11_object

tag: Simplex

__repr__(self: dune.xt.grid._grid_traits.Simplex) str[source]#

_grid_walker module#


class dune.xt.grid._grid_walker.Walker1dSimplexOnedgrid[source]#

Bases: dune.xt.grid._grid_functors_interfaces.ElementAndIntersectionFunctor1dSimplexOnedgrid

append(*args, **kwargs)[source]#

Overloaded function.

  1. append(self: dune.xt.grid._grid_walker.Walker1dSimplexOnedgrid, element_functor: dune.xt.grid._grid_functors_interfaces.ElementFunctor1dSimplexOnedgrid, element_filter: dune.xt.grid._grid_filters_base.ElementFilter1dSimplexOnedgrid = ApplyOnAllElements()) -> None

  2. append(self: dune.xt.grid._grid_walker.Walker1dSimplexOnedgrid, generic_element_function: Callable[[dune.xt.grid._grid_element.Element1dSimplexOnedgrid], None], element_filter: dune.xt.grid._grid_filters_base.ElementFilter1dSimplexOnedgrid = ApplyOnAllElements()) -> None

  3. append(self: dune.xt.grid._grid_walker.Walker1dSimplexOnedgrid, intersection_functor: dune.xt.grid._grid_functors_interfaces.IntersectionFunctor1dSimplexOnedgrid, intersection_filter: dune.xt.grid._grid_filters_base.IntersectionFilter1dSimplexOnedgrid = ApplyOnAllIntersections()) -> None

  4. append(self: dune.xt.grid._grid_walker.Walker1dSimplexOnedgrid, generic_intersection_function: Callable[[dune.xt.grid._grid_intersection.Intersection1dSimplexOnedgrid, dune.xt.grid._grid_element.Element1dSimplexOnedgrid, dune.xt.grid._grid_element.Element1dSimplexOnedgrid], None], intersection_filter: dune.xt.grid._grid_filters_base.IntersectionFilter1dSimplexOnedgrid = ApplyOnAllIntersections()) -> None

  5. append(self: dune.xt.grid._grid_walker.Walker1dSimplexOnedgrid, element_and_intersection_functor: dune.xt.grid._grid_functors_interfaces.ElementAndIntersectionFunctor1dSimplexOnedgrid, intersection_filter: dune.xt.grid._grid_filters_base.IntersectionFilter1dSimplexOnedgrid = ApplyOnAllIntersections(), element_filter: dune.xt.grid._grid_filters_base.ElementFilter1dSimplexOnedgrid = ApplyOnAllElements()) -> None

walk(self: dune.xt.grid._grid_walker.Walker1dSimplexOnedgrid, thread_parallel: bool = False, clear_functors_after_walk: bool = True) None[source]#

class dune.xt.grid._grid_walker.Walker2dCubeYaspgrid[source]#

Bases: dune.xt.grid._grid_functors_interfaces.ElementAndIntersectionFunctor2dCubeYaspgrid

append(*args, **kwargs)[source]#

Overloaded function.

  1. append(self: dune.xt.grid._grid_walker.Walker2dCubeYaspgrid, element_functor: dune.xt.grid._grid_functors_interfaces.ElementFunctor2dCubeYaspgrid, element_filter: dune.xt.grid._grid_filters_base.ElementFilter2dCubeYaspgrid = ApplyOnAllElements()) -> None

  2. append(self: dune.xt.grid._grid_walker.Walker2dCubeYaspgrid, generic_element_function: Callable[[dune.xt.grid._grid_element.Element2dCubeYaspgrid], None], element_filter: dune.xt.grid._grid_filters_base.ElementFilter2dCubeYaspgrid = ApplyOnAllElements()) -> None

  3. append(self: dune.xt.grid._grid_walker.Walker2dCubeYaspgrid, intersection_functor: dune.xt.grid._grid_functors_interfaces.IntersectionFunctor2dCubeYaspgrid, intersection_filter: dune.xt.grid._grid_filters_base.IntersectionFilter2dCubeYaspgrid = ApplyOnAllIntersections()) -> None

  4. append(self: dune.xt.grid._grid_walker.Walker2dCubeYaspgrid, generic_intersection_function: Callable[[dune.xt.grid._grid_intersection.Intersection2dCubeYaspgrid, dune.xt.grid._grid_element.Element2dCubeYaspgrid, dune.xt.grid._grid_element.Element2dCubeYaspgrid], None], intersection_filter: dune.xt.grid._grid_filters_base.IntersectionFilter2dCubeYaspgrid = ApplyOnAllIntersections()) -> None

  5. append(self: dune.xt.grid._grid_walker.Walker2dCubeYaspgrid, element_and_intersection_functor: dune.xt.grid._grid_functors_interfaces.ElementAndIntersectionFunctor2dCubeYaspgrid, intersection_filter: dune.xt.grid._grid_filters_base.IntersectionFilter2dCubeYaspgrid = ApplyOnAllIntersections(), element_filter: dune.xt.grid._grid_filters_base.ElementFilter2dCubeYaspgrid = ApplyOnAllElements()) -> None

walk(self: dune.xt.grid._grid_walker.Walker2dCubeYaspgrid, thread_parallel: bool = False, clear_functors_after_walk: bool = True) None[source]#

class dune.xt.grid._grid_walker.Walker2dSimplexAluconformgrid[source]#

Bases: dune.xt.grid._grid_functors_interfaces.ElementAndIntersectionFunctor2dSimplexAluconformgrid

append(*args, **kwargs)[source]#

Overloaded function.

  1. append(self: dune.xt.grid._grid_walker.Walker2dSimplexAluconformgrid, element_functor: dune.xt.grid._grid_functors_interfaces.ElementFunctor2dSimplexAluconformgrid, element_filter: dune.xt.grid._grid_filters_base.ElementFilter2dSimplexAluconformgrid = ApplyOnAllElements()) -> None

  2. append(self: dune.xt.grid._grid_walker.Walker2dSimplexAluconformgrid, generic_element_function: Callable[[dune.xt.grid._grid_element.Element2dSimplexAluconformgrid], None], element_filter: dune.xt.grid._grid_filters_base.ElementFilter2dSimplexAluconformgrid = ApplyOnAllElements()) -> None

  3. append(self: dune.xt.grid._grid_walker.Walker2dSimplexAluconformgrid, intersection_functor: dune.xt.grid._grid_functors_interfaces.IntersectionFunctor2dSimplexAluconformgrid, intersection_filter: dune.xt.grid._grid_filters_base.IntersectionFilter2dSimplexAluconformgrid = ApplyOnAllIntersections()) -> None

  4. append(self: dune.xt.grid._grid_walker.Walker2dSimplexAluconformgrid, generic_intersection_function: Callable[[dune.xt.grid._grid_intersection.Intersection2dSimplexAluconformgrid, dune.xt.grid._grid_element.Element2dSimplexAluconformgrid, dune.xt.grid._grid_element.Element2dSimplexAluconformgrid], None], intersection_filter: dune.xt.grid._grid_filters_base.IntersectionFilter2dSimplexAluconformgrid = ApplyOnAllIntersections()) -> None

  5. append(self: dune.xt.grid._grid_walker.Walker2dSimplexAluconformgrid, element_and_intersection_functor: dune.xt.grid._grid_functors_interfaces.ElementAndIntersectionFunctor2dSimplexAluconformgrid, intersection_filter: dune.xt.grid._grid_filters_base.IntersectionFilter2dSimplexAluconformgrid = ApplyOnAllIntersections(), element_filter: dune.xt.grid._grid_filters_base.ElementFilter2dSimplexAluconformgrid = ApplyOnAllElements()) -> None

walk(self: dune.xt.grid._grid_walker.Walker2dSimplexAluconformgrid, thread_parallel: bool = False, clear_functors_after_walk: bool = True) None[source]#

class dune.xt.grid._grid_walker.Walker3dCubeYaspgrid[source]#

Bases: dune.xt.grid._grid_functors_interfaces.ElementAndIntersectionFunctor3dCubeYaspgrid

append(*args, **kwargs)[source]#

Overloaded function.

  1. append(self: dune.xt.grid._grid_walker.Walker3dCubeYaspgrid, element_functor: dune.xt.grid._grid_functors_interfaces.ElementFunctor3dCubeYaspgrid, element_filter: dune.xt.grid._grid_filters_base.ElementFilter3dCubeYaspgrid = ApplyOnAllElements()) -> None

  2. append(self: dune.xt.grid._grid_walker.Walker3dCubeYaspgrid, generic_element_function: Callable[[dune.xt.grid._grid_element.Element3dCubeYaspgrid], None], element_filter: dune.xt.grid._grid_filters_base.ElementFilter3dCubeYaspgrid = ApplyOnAllElements()) -> None

  3. append(self: dune.xt.grid._grid_walker.Walker3dCubeYaspgrid, intersection_functor: dune.xt.grid._grid_functors_interfaces.IntersectionFunctor3dCubeYaspgrid, intersection_filter: dune.xt.grid._grid_filters_base.IntersectionFilter3dCubeYaspgrid = ApplyOnAllIntersections()) -> None

  4. append(self: dune.xt.grid._grid_walker.Walker3dCubeYaspgrid, generic_intersection_function: Callable[[dune.xt.grid._grid_intersection.Intersection3dCubeYaspgrid, dune.xt.grid._grid_element.Element3dCubeYaspgrid, dune.xt.grid._grid_element.Element3dCubeYaspgrid], None], intersection_filter: dune.xt.grid._grid_filters_base.IntersectionFilter3dCubeYaspgrid = ApplyOnAllIntersections()) -> None

  5. append(self: dune.xt.grid._grid_walker.Walker3dCubeYaspgrid, element_and_intersection_functor: dune.xt.grid._grid_functors_interfaces.ElementAndIntersectionFunctor3dCubeYaspgrid, intersection_filter: dune.xt.grid._grid_filters_base.IntersectionFilter3dCubeYaspgrid = ApplyOnAllIntersections(), element_filter: dune.xt.grid._grid_filters_base.ElementFilter3dCubeYaspgrid = ApplyOnAllElements()) -> None

walk(self: dune.xt.grid._grid_walker.Walker3dCubeYaspgrid, thread_parallel: bool = False, clear_functors_after_walk: bool = True) None[source]#

class dune.xt.grid._grid_walker.Walker3dSimplexAluconformgrid[source]#

Bases: dune.xt.grid._grid_functors_interfaces.ElementAndIntersectionFunctor3dSimplexAluconformgrid

append(*args, **kwargs)[source]#

Overloaded function.

  1. append(self: dune.xt.grid._grid_walker.Walker3dSimplexAluconformgrid, element_functor: dune.xt.grid._grid_functors_interfaces.ElementFunctor3dSimplexAluconformgrid, element_filter: dune.xt.grid._grid_filters_base.ElementFilter3dSimplexAluconformgrid = ApplyOnAllElements()) -> None

  2. append(self: dune.xt.grid._grid_walker.Walker3dSimplexAluconformgrid, generic_element_function: Callable[[dune.xt.grid._grid_element.Element3dSimplexAluconformgrid], None], element_filter: dune.xt.grid._grid_filters_base.ElementFilter3dSimplexAluconformgrid = ApplyOnAllElements()) -> None

  3. append(self: dune.xt.grid._grid_walker.Walker3dSimplexAluconformgrid, intersection_functor: dune.xt.grid._grid_functors_interfaces.IntersectionFunctor3dSimplexAluconformgrid, intersection_filter: dune.xt.grid._grid_filters_base.IntersectionFilter3dSimplexAluconformgrid = ApplyOnAllIntersections()) -> None

  4. append(self: dune.xt.grid._grid_walker.Walker3dSimplexAluconformgrid, generic_intersection_function: Callable[[dune.xt.grid._grid_intersection.Intersection3dSimplexAluconformgrid, dune.xt.grid._grid_element.Element3dSimplexAluconformgrid, dune.xt.grid._grid_element.Element3dSimplexAluconformgrid], None], intersection_filter: dune.xt.grid._grid_filters_base.IntersectionFilter3dSimplexAluconformgrid = ApplyOnAllIntersections()) -> None

  5. append(self: dune.xt.grid._grid_walker.Walker3dSimplexAluconformgrid, element_and_intersection_functor: dune.xt.grid._grid_functors_interfaces.ElementAndIntersectionFunctor3dSimplexAluconformgrid, intersection_filter: dune.xt.grid._grid_filters_base.IntersectionFilter3dSimplexAluconformgrid = ApplyOnAllIntersections(), element_filter: dune.xt.grid._grid_filters_base.ElementFilter3dSimplexAluconformgrid = ApplyOnAllElements()) -> None

walk(self: dune.xt.grid._grid_walker.Walker3dSimplexAluconformgrid, thread_parallel: bool = False, clear_functors_after_walk: bool = True) None[source]#