Skip to content

mdeutsc2/QtensorFEM

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

20 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

qtensor-fem

Finite Element Method of Q-tensor Dynamics in Nematic Liquid Crystals

Outline

  • /data contains data from simulations
  • /src contains python code to implement solvers using FEniCSx
    • fenics_qij.py uses a MixedElement space of Scalar elements to solve for elements of Q-tensor independently
    • fenics_qij2.py uses a TensorElement space to simplify number of solvers and residuals
    • hlbm_qij.py and qij.py contain from-scratch finite difference method solvers

TODO

  • module for each solver
  • functions that return forms
  • pull forms into classes the do the solving
  • small scripts for each problem

About

Finite Element Method of Q-tensor Dynamics in Nematic Liquid Crystals

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors