Git Product home page Git Product logo

nnds's Introduction

Neurodevelopmental Disorder (NDD) Model

Neurodevelopmental disorders modeling using innovative isogeometric analysis, dynamic domain expansion and local refinement

Flow chart of the NDDs modeling pipeline

NDDs modeling pipelines

User Guide

This code is the implementation of the phase field model using isogeometric analysis to simulate neurodevelopmental disorders. Based on truncated T-spline with local refinements and dynamic domain expansion, the implementation uses PETSc library for MPI parallelization.

File structures

How to run (Assuming Linux environment)

  1. Installation of PETSc (and its dependents), METIS, gcc, g++, gfortran, make.

  2. Make and build THS2D, spline2D_src, and 2D_solver_XXXX that you want to run

    make clean

    make all

  3. [petsc mpirun path] -n [number of threads] ./2DNG [number of neurons] [number of iterations] [input/output path] | tee -a [log file path]

    • example:

      /.../petsc/arch-linux-c-opt/bin/mpirun -n 32 ./2DNG 1 350000 ../io2D/ | tee -a ../io2D/log.txt

    • for comparison cases, replace number of neurons with case ID:

      /.../petsc/arch-linux-c-opt/bin/mpirun -n 32 ./2DNG K 350000 ../io2D/ | tee -a ../io2D/log.txt

Reference

  1. K. Qian, G. O. Suarez, T. Nambara, T. Kanekiyo, A. S. Liao, V. A. Webster-Wood, Y. J. Zhang. Neurodevelopmental disorders modeling using innovative isogeometric analysis, dynamic domain expansion and local refinement. In preparation.
  2. K. Qian, A. Liao, S. Gu, V. Webster-Wood, Y. J. Zhang. Biomimetic IGA Neuron Growth Modeling with Neurite Morphometric Features and CNN-Based Prediction, Computer Methods in Applied Mechanics and Engineering, 116213, 2023.
  3. A. S. Liao, W. Cui, Y. J. Zhang, V. A. Webster-Wood, Semi-automated quantitative evaluation of neuron developmental morphology in vitro using the change-point test, Neuroinformatics 21:163โ€“176, 2022.
  4. K. Qian, A. Pawar, A. Liao, C. Anitescu, V. Webster-Wood, A. W. Feinberg, T. Rabczuk, Y. J. Zhang, Modeling neuron growth using isogeometric collocation based phase field method, Scientific Reports 12:8120, 2020.
  5. X. Wei, Y. J. Zhang, T. J. R. Hughes. Truncated T-splines: Fundamentals and methods, Computer Methods in Applied Mechanics and Engineering, 316:349-372, 2017.

nnds's People

Contributors

kuanrenqian 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.