CRAN

AdvDif4 0.4.18

Solving 1D Advection Bi-Flux Diffusion Equation

Released Dec 15, 2018 by Jader Lugon Junior

This package can be loaded by Renjin but 1 out 2 tests failed.

This software solves an Advection Bi-Flux Diffusive Problem using the Finite Difference Method FDM. Vasconcellos, J.F.V., Marinho, G.M., Zanni, J.H., 2016, Numerical analysis of an anomalous diffusion with a bimodal flux distribution. . Silva, L.G., Knupp, D.C., Bevilacqua, L., Galeao, A.C.N.R., Silva Neto, A.J., 2014, Formulation and solution of an Inverse Anomalous Diffusion Problem with Stochastic Techniques. . In this version, it is possible to include a source as a function depending on space and time, that is, s(x,t).

Installation

Maven

This package can be included as a dependency from a Java or Scala project by including the following your project's pom.xml file. Read more about embedding Renjin in JVM-based projects.

<dependencies>
  <dependency>
    <groupId>org.renjin.cran</groupId>
    <artifactId>AdvDif4</artifactId>
    <version>0.4.18-b1</version>
  </dependency>
</dependencies>
<repositories>
  <repository>
    <id>bedatadriven</id>
    <name>bedatadriven public repo</name>
    <url>https://nexus.bedatadriven.com/content/groups/public/</url>
  </repository>
</repositories>

View build log

Renjin CLI

If you're using Renjin from the command line, you load this library by invoking:

library('org.renjin.cran:AdvDif4')

Test Results

This package was last tested against Renjin 0.9.2716 on Dec 19, 2018.

Source

R

View GitHub Mirror

Release History