27 skills found
ketch / PseudoSpectralPythonA short course in pseudospectral collocation methods for wave equations, with implementations in Python.
antdvid / FastAmericanOptionPricingFast American option pricing using spectral collocation method based on integral form. An independent Crank Nicolson method is included for comparison.
liuhuanyong / CausalCollocationCausalKnowledgeBase, causal knowledge base including causal pairs extracted from web text using the methods like PMI, Collocation。基于网络文本的因果知识库项目,采用PMI,搭配抽取等方法,形成因果对频繁集。
liuhuanyong / WordCollocationSelf complemented Word Collocation using MI method which is tested to be effective..基于互信息算法的词语搭配抽取
mipals / BoundaryIntegralEquations.jlA simple package for solving Boundary Integral Equations using the (collocation) Boundary Element Method.
hectornieto / Model EvaluationPython code for evaluating geophysical models using conventional and triple collocation methods
AunSiro / OptibotCollocation methods for trajectory optimization for second or higher order systems.
atantos / TextAssociations.jlNo description available
iwhoppock / Viscous BurgersTwo solutions, written in MATLAB, for solving the viscous Burger's equation. They are both spectral methods: the first is a Fourier Galerkin method, and the second is Collocation on the Tchebyshev-Gauß-Lobatto points.
gregoirepourtier / SkeelBerzins.jlSolver for 1D nonlinear partial differential equations in Julia based on the collocation method of Skeel and Berzins and providing an API similar to MATLAB's pdepe
EntekhabiLab / TripleCollocationA collection of implementations functions implementing variants of the triple collocation method
spietz / 2DNSSolver SpectralDealiased2D Navier-Stokes solver for the square cavity flow using a spectral collocation method
UW-OCP / Collocation Method With Adaptive MeshImplementation of the collocation method with adaptive mesh refinement to solve the constrained optimal control problems.
cbhua / Orthogonal Spine CollocationImplement of 1D Orthogonal Spline Collocation (OSC) Method.
miroslavfikar / Dynopt Codedynopt is a set of MATLAB functions for determination of optimal control trajectory by given description of the process, the cost to be minimised, subject to equality and inequality constraints, using orthogonal collocation on finite elements method.
vishalbhalla / AutocolevalEvaluation of automatic collocation extraction methods for language learning
ReactorModelling / SMRinFBRModelling of steame methane reforming (SMR) in a fixed bed reactor (FBR) using orthogonal collocation method
dimasad / Aviation 2019 CodeCode of article "Collocation-Based Output-Error Method for Aircraft System Identification" presented in the 2019 AIAA Aviation Forum - Flight Test Conference
raimonluna / LecturesOnSpectralMethodsThese are a set of interactive notes where I review the basics of collocation spectral methods.
omorehea / Numerical Methods Solutions Differential EquationsA collection of programs implementing numerical methods to solve ordinary and partial differential equations (ODEs and PDEs). Methods include: Finite Differences, Method of Characteristics, Lax-Wendroff, Shooting Method, and GCL Spectral Collocation. A variety of time-stepping schemes are also utilized.