pymor.algorithms package ************************ .. automodule:: pymor.algorithms :show-inheritance: Submodules ========== adaptivegreedy module --------------------- .. automodule:: pymor.algorithms.adaptivegreedy :show-inheritance: --------- .. autoclass:: pymor.algorithms.adaptivegreedy.AdaptiveSampleSet :show-inheritance: :members: :special-members: :exclude-members: __init__, __weakref__ --------- .. autofunction:: pymor.algorithms.adaptivegreedy._estimate --------- .. autofunction:: pymor.algorithms.adaptivegreedy.adaptive_greedy basic module ------------ .. automodule:: pymor.algorithms.basic :show-inheritance: --------- .. autofunction:: pymor.algorithms.basic.almost_equal ei module --------- .. automodule:: pymor.algorithms.ei :show-inheritance: --------- .. autofunction:: pymor.algorithms.ei.deim --------- .. autofunction:: pymor.algorithms.ei.ei_greedy --------- .. autofunction:: pymor.algorithms.ei.interpolate_operators error module ------------ .. automodule:: pymor.algorithms.error :show-inheritance: --------- .. autofunction:: pymor.algorithms.error.reduction_error_analysis genericsolvers module --------------------- .. automodule:: pymor.algorithms.genericsolvers :show-inheritance: --------- .. autofunction:: pymor.algorithms.genericsolvers.apply_inverse --------- .. autofunction:: pymor.algorithms.genericsolvers.lgmres --------- .. autofunction:: pymor.algorithms.genericsolvers.lsmr --------- .. autofunction:: pymor.algorithms.genericsolvers.lsqr --------- .. autofunction:: pymor.algorithms.genericsolvers.solver_options gram_schmidt module ------------------- .. automodule:: pymor.algorithms.gram_schmidt :show-inheritance: --------- .. autofunction:: pymor.algorithms.gram_schmidt.gram_schmidt --------- .. autofunction:: pymor.algorithms.gram_schmidt.gram_schmidt_biorth greedy module ------------- .. automodule:: pymor.algorithms.greedy :show-inheritance: --------- .. autofunction:: pymor.algorithms.greedy.greedy image module ------------ .. automodule:: pymor.algorithms.image :show-inheritance: --------- .. autoclass:: pymor.algorithms.image.CollectOperatorRangeRules :show-inheritance: :members: :special-members: :exclude-members: __init__, __weakref__ --------- .. autoclass:: pymor.algorithms.image.CollectVectorRangeRules :show-inheritance: :members: :special-members: :exclude-members: __init__, __weakref__ --------- .. autofunction:: pymor.algorithms.image.estimate_image --------- .. autofunction:: pymor.algorithms.image.estimate_image_hierarchical newton module ------------- .. automodule:: pymor.algorithms.newton :show-inheritance: --------- .. autofunction:: pymor.algorithms.newton.newton pod module ---------- .. automodule:: pymor.algorithms.pod :show-inheritance: --------- .. autofunction:: pymor.algorithms.pod.pod preassemble module ------------------ .. automodule:: pymor.algorithms.preassemble :show-inheritance: --------- .. autoclass:: pymor.algorithms.preassemble.PreAssembleRules :show-inheritance: :members: :special-members: :exclude-members: __init__, __weakref__ --------- .. autofunction:: pymor.algorithms.preassemble.preassemble projection module ----------------- .. automodule:: pymor.algorithms.projection :show-inheritance: --------- .. autoclass:: pymor.algorithms.projection.ProjectRules :show-inheritance: :members: :special-members: :exclude-members: __init__, __weakref__ --------- .. autoclass:: pymor.algorithms.projection.ProjectToSubbasisRules :show-inheritance: :members: :special-members: :exclude-members: __init__, __weakref__ --------- .. autofunction:: pymor.algorithms.projection.project --------- .. autofunction:: pymor.algorithms.projection.project_to_subbasis rules module ------------ .. automodule:: pymor.algorithms.rules :show-inheritance: --------- .. autoclass:: pymor.algorithms.rules.RuleTable :show-inheritance: :members: :special-members: :exclude-members: __init__, __weakref__ --------- .. autoclass:: pymor.algorithms.rules.RuleTableMeta :show-inheritance: :members: :special-members: :exclude-members: __init__, __weakref__ --------- .. autoclass:: pymor.algorithms.rules.match_class :show-inheritance: :members: :special-members: :exclude-members: __init__, __weakref__ --------- .. autoclass:: pymor.algorithms.rules.match_generic :show-inheritance: :members: :special-members: :exclude-members: __init__, __weakref__ --------- .. autofunction:: pymor.algorithms.rules.print_children --------- .. autoclass:: pymor.algorithms.rules.rule :show-inheritance: :members: :special-members: :exclude-members: __init__, __weakref__ timestepping module ------------------- .. automodule:: pymor.algorithms.timestepping :show-inheritance: --------- .. autoclass:: pymor.algorithms.timestepping.ExplicitEulerTimeStepper :show-inheritance: :members: :special-members: :exclude-members: __init__, __weakref__ --------- .. autoclass:: pymor.algorithms.timestepping.ImplicitEulerTimeStepper :show-inheritance: :members: :special-members: :exclude-members: __init__, __weakref__ --------- .. autoclass:: pymor.algorithms.timestepping.TimeStepperInterface :show-inheritance: :members: :special-members: :exclude-members: __init__, __weakref__ --------- .. autofunction:: pymor.algorithms.timestepping.explicit_euler --------- .. autofunction:: pymor.algorithms.timestepping.implicit_euler to_matrix module ---------------- .. automodule:: pymor.algorithms.to_matrix :show-inheritance: --------- .. autoclass:: pymor.algorithms.to_matrix.ToMatrixRules :show-inheritance: :members: :special-members: :exclude-members: __init__, __weakref__ --------- .. autofunction:: pymor.algorithms.to_matrix.to_matrix