fipy.terms

Discretizations of partial differential equation expressions

Exceptions

AbstractBaseClassError([s])

ExplicitVariableError([s])

IncorrectSolutionVariable([s])

SolutionVariableNumberError([s])

SolutionVariableRequiredError([s])

TermMultiplyError([s])

TransientTermError([s])

VectorCoeffError([s])

exception fipy.terms.AbstractBaseClassError(s="can't instantiate abstract base class")

Bases: NotImplementedError

__cause__

exception cause

__context__

exception context

__delattr__(name, /)

Implement delattr(self, name).

__getattribute__(name, /)

Return getattr(self, name).

__reduce__()

Helper for pickle.

__repr__()

Return repr(self).

__setattr__(name, value, /)

Implement setattr(self, name, value).

__str__()

Return str(self).

add_note()

Exception.add_note(note) – add a note to the exception

with_traceback()

Exception.with_traceback(tb) – set self.__traceback__ to tb and return self.

exception fipy.terms.ExplicitVariableError(s='Terms with explicit Variables cannot mix with Terms with implicit Variables.')

Bases: Exception

__cause__

exception cause

__context__

exception context

__delattr__(name, /)

Implement delattr(self, name).

__getattribute__(name, /)

Return getattr(self, name).

__reduce__()

Helper for pickle.

__repr__()

Return repr(self).

__setattr__(name, value, /)

Implement setattr(self, name, value).

__str__()

Return str(self).

add_note()

Exception.add_note(note) – add a note to the exception

with_traceback()

Exception.with_traceback(tb) – set self.__traceback__ to tb and return self.

exception fipy.terms.IncorrectSolutionVariable(s='The solution variable is incorrect.')

Bases: Exception

__cause__

exception cause

__context__

exception context

__delattr__(name, /)

Implement delattr(self, name).

__getattribute__(name, /)

Return getattr(self, name).

__reduce__()

Helper for pickle.

__repr__()

Return repr(self).

__setattr__(name, value, /)

Implement setattr(self, name, value).

__str__()

Return str(self).

add_note()

Exception.add_note(note) – add a note to the exception

with_traceback()

Exception.with_traceback(tb) – set self.__traceback__ to tb and return self.

exception fipy.terms.SolutionVariableNumberError(s='Different number of solution variables and equations.')

Bases: Exception

__cause__

exception cause

__context__

exception context

__delattr__(name, /)

Implement delattr(self, name).

__getattribute__(name, /)

Return getattr(self, name).

__reduce__()

Helper for pickle.

__repr__()

Return repr(self).

__setattr__(name, value, /)

Implement setattr(self, name, value).

__str__()

Return str(self).

add_note()

Exception.add_note(note) – add a note to the exception

with_traceback()

Exception.with_traceback(tb) – set self.__traceback__ to tb and return self.

exception fipy.terms.SolutionVariableRequiredError(s='The solution variable needs to be specified.')

Bases: Exception

__cause__

exception cause

__context__

exception context

__delattr__(name, /)

Implement delattr(self, name).

__getattribute__(name, /)

Return getattr(self, name).

__reduce__()

Helper for pickle.

__repr__()

Return repr(self).

__setattr__(name, value, /)

Implement setattr(self, name, value).

__str__()

Return str(self).

add_note()

Exception.add_note(note) – add a note to the exception

with_traceback()

Exception.with_traceback(tb) – set self.__traceback__ to tb and return self.

exception fipy.terms.TermMultiplyError(s='Must multiply terms by int or float.')

Bases: Exception

__cause__

exception cause

__context__

exception context

__delattr__(name, /)

Implement delattr(self, name).

__getattribute__(name, /)

Return getattr(self, name).

__reduce__()

Helper for pickle.

__repr__()

Return repr(self).

__setattr__(name, value, /)

Implement setattr(self, name, value).

__str__()

Return str(self).

add_note()

Exception.add_note(note) – add a note to the exception

with_traceback()

Exception.with_traceback(tb) – set self.__traceback__ to tb and return self.

exception fipy.terms.TransientTermError(s='The equation requires a TransientTerm with explicit convection.')

Bases: Exception

__cause__

exception cause

__context__

exception context

__delattr__(name, /)

Implement delattr(self, name).

__getattribute__(name, /)

Return getattr(self, name).

__reduce__()

Helper for pickle.

__repr__()

Return repr(self).

__setattr__(name, value, /)

Implement setattr(self, name, value).

__str__()

Return str(self).

add_note()

Exception.add_note(note) – add a note to the exception

with_traceback()

Exception.with_traceback(tb) – set self.__traceback__ to tb and return self.

exception fipy.terms.VectorCoeffError(s='The coefficient must be a vector value.')

Bases: TypeError

__cause__

exception cause

__context__

exception context

__delattr__(name, /)

Implement delattr(self, name).

__getattribute__(name, /)

Return getattr(self, name).

__reduce__()

Helper for pickle.

__repr__()

Return repr(self).

__setattr__(name, value, /)

Implement setattr(self, name, value).

__str__()

Return str(self).

add_note()

Exception.add_note(note) – add a note to the exception

with_traceback()

Exception.with_traceback(tb) – set self.__traceback__ to tb and return self.

Modules

fipy.terms.abstractBinaryTerm

fipy.terms.abstractConvectionTerm

fipy.terms.abstractDiffusionTerm

fipy.terms.abstractUpwindConvectionTerm

fipy.terms.advectionTerm

fipy.terms.asymmetricConvectionTerm

fipy.terms.binaryTerm

fipy.terms.cellTerm

fipy.terms.centralDiffConvectionTerm

fipy.terms.coupledBinaryTerm

fipy.terms.diffusionTerm

fipy.terms.diffusionTermCorrection

fipy.terms.diffusionTermNoCorrection

fipy.terms.explicitDiffusionTerm

fipy.terms.explicitSourceTerm

fipy.terms.explicitUpwindConvectionTerm

fipy.terms.exponentialConvectionTerm

fipy.terms.faceTerm

fipy.terms.firstOrderAdvectionTerm

fipy.terms.hybridConvectionTerm

fipy.terms.implicitDiffusionTerm

fipy.terms.implicitSourceTerm

fipy.terms.nonDiffusionTerm

fipy.terms.powerLawConvectionTerm

fipy.terms.residualTerm

fipy.terms.sourceTerm

fipy.terms.term

fipy.terms.test

fipy.terms.transientTerm

fipy.terms.unaryTerm

fipy.terms.upwindConvectionTerm

fipy.terms.vanLeerConvectionTerm

Last updated on Jun 26, 2024. Created using Sphinx 7.1.2.