#28: Combine implicit and explicit diffusion terms
----------------------+-----------------------------------------------------
Reporter: wd15 | Owner: nobody
Type: defect | Status: closed
Priority: 5 | Component: None
Version: None | Severity: Feature Requests
Resolution: wontfix | Keywords:
----------------------+-----------------------------------------------------
Changes (by guyer):
* status: assigned => closed
* type: => defect
* resolution: None => wontfix
Old description:
> {{{
> Combine implicit and explicit diffusion term and have a factor between 0
> and 1 that describes the implictness. >>> DiffusionTerm(coeff = 1,
> implicitFactor = 0.5).solve() with the default being implicitFactor = 1
> for a fully implict scheme.
> }}}
New description:
Combine implicit and explicit diffusion term and have a factor between 0
and 1 that describes the implictness.
{{{
>>> DiffusionTerm(coeff = 1, implicitFactor = 0.5).solve()
}}}
with the default being implicitFactor = 1 for a fully implict scheme.
--
Ticket URL: <https://www.matforge.org/fipy/ticket/28#comment:2>
FiPy <http://www.ctcms.nist.gov/fipy>
A Finite Volume PDE Solver Using Python