Pinned Repositories
AxisymmetricLVModel
Simulates an axisymmetric left-ventricle model coupled to a lumped-parameter representation of the circulation
CardiovascularLibrary
C++ implementations of low-order models of the cardiovascular system.
ComputationalElectromagnetics
Matlab codes that solve Maxwell's equations with some light-matter interactions using the finite difference time domain (FDTD) method
KroghCylinderModel
Solves the Krogh cylinder model of oxygen transport used in Mcguire, Secomb (2001), but without the contribution from myoglobin.
LibraryExamples
Usage examples for the computational C++ libraries
MultigridPoissonSolver
A C++ implementation of the multigrid method for solving Poisson's equation. The domain is discretized using finite differences.
NonlinearAlgebraicSolvers
Lightweight numerical methods for solving algebraic systems in an object-oriented framework
ParallelNonlinearOptimizationLibrary
Optimization library in object-oriented C++ with some parallel implementations
RecursiveSpellCheck
A recursive spell check tree in java.
VentricleAortaCoupledSystem
Computes a coupled left ventricle/aorta model system
briandaniel's Repositories
briandaniel/ComputationalElectromagnetics
Matlab codes that solve Maxwell's equations with some light-matter interactions using the finite difference time domain (FDTD) method
briandaniel/AxisymmetricLVModel
Simulates an axisymmetric left-ventricle model coupled to a lumped-parameter representation of the circulation
briandaniel/KroghCylinderModel
Solves the Krogh cylinder model of oxygen transport used in Mcguire, Secomb (2001), but without the contribution from myoglobin.
briandaniel/VentricleAortaCoupledSystem
Computes a coupled left ventricle/aorta model system
briandaniel/CardiovascularLibrary
C++ implementations of low-order models of the cardiovascular system.
briandaniel/LibraryExamples
Usage examples for the computational C++ libraries
briandaniel/MultigridPoissonSolver
A C++ implementation of the multigrid method for solving Poisson's equation. The domain is discretized using finite differences.
briandaniel/NonlinearAlgebraicSolvers
Lightweight numerical methods for solving algebraic systems in an object-oriented framework
briandaniel/ParallelNonlinearOptimizationLibrary
Optimization library in object-oriented C++ with some parallel implementations
briandaniel/RecursiveSpellCheck
A recursive spell check tree in java.
briandaniel/UtilityLibrary
Lightweight data structure and a simple matlab compatible I/O system, as well as some standard mathematical functions.
briandaniel/VTKFunctionLibrary
Functions for generating pretty surface plots (etc) using VTK