Coder Social home page Coder Social logo

xiaochengcike / 2d_proliferation-invasion-recruitment Goto Github PK

View Code? Open in Web Editor NEW

This project forked from scmassey/2d_proliferation-invasion-recruitment

0.0 2.0 0.0 13 KB

These codes were used to generate the simulations in the paper "Simulating PDGF-driven Glioma Growth and Invasion in an Anatomically Accurate Brain Domain." submitted to the Bulletin of Mathematical Biology.

MATLAB 100.00%

2d_proliferation-invasion-recruitment's Introduction

2D_Proliferation-Invasion-Recruitment

These MATLAB codes were used to generate the simulations in the paper "Simulating PDGF-driven Glioma Growth and Invasion in an Anatomically Accurate Brain Domain." submitted to the Bulletin of Mathematical Biology in 2016.

Essentially we are solving this mathematical model using Godunov splitting to apply the diffusion and reaction operators. We also use a split to set up the problem as locally one-dimensional, solving in x- and y-directional sweeps.

File run_2dpir_sims_set_newR0.m is the code where the simulation parameters are set, and is used to call the primary simulation function, run_pir_sim_newR0.m. This function then calls the other codes, set_interfaces.m and pir_numerics_2d.m

set_interfaces.m helps set up the locally one dimensional approach to solve in x-sweeps and y-sweeps.

pir_numerics_2d.m is the main numerical solving code and runs the diffusion solves, calling diffusion_op.m, as well as the reaction solves, calling pir_reaction.m

At the end of each time step, pir_numerics_2d.m calls T2radius.m to compute the radius of the area of elevated cellular density that would be detected on T1 and T2 MRI modalities, to determine if this is a size at which we would like to save simulation solutions (if saving by size - if saving by time, this radius is recorded at the time points at which the simulation saves solution data).

2d_proliferation-invasion-recruitment's People

Contributors

scmassey avatar

Watchers

 avatar  avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.