TransportMaps.DOLFIN.SolverBase

Module Contents

Classes

Solver

[Abstract] Generic class for a PDE solver

class TransportMaps.DOLFIN.SolverBase.Solver(**kwargs)[source]

Bases: TransportMaps.ObjectBase.TMO

[Abstract] Generic class for a PDE solver

It offers only stub functions and a function to convert degrees of freedom to fenics functions defined on the prescribed approximation space.

init_mpi()[source]
__getstate__()[source]
__setstate__(state)[source]
set_up(**kwargs)[source]
abstract solve(*args, **kwargs)[source]
abstract solve_adjoint(*args, **kwargs)[source]
abstract solve_action_hess_adjoint(*args, **kwargs)[source]
new_function()[source]
dof_to_fun(x)[source]