Uses of Interface
mathcomp.run.IteratedAssembler

Packages that use IteratedAssembler
mathcomp.assemble.cfd Provides the assembly of Stokes and Navier-Stokes equations using Mini-Elements. 
mathcomp.assemble.filament Combines the Immersed Boundary Method with FEM to treat filaments in fluid flow. 
mathcomp.assemble.minimalsurface Minimal surface problems. 
 

Uses of IteratedAssembler in mathcomp.assemble.cfd
 

Classes in mathcomp.assemble.cfd that implement IteratedAssembler
 class NSMini_BUCanal
           
 class NSMiniFPIAssembler
           
 class NSMiniHomogen
           
 class NSMiniOseen
           
 class NSMiniOseenBUH
           
 class NSMiniOseenDH
           
 class NSMiniOseenLH
           
 class NSMiniOseenTesterA
           
 class NSMiniOseenTesterC
           
 class NSMiniOseenTesterD
           
 class NSMiniTube
           
 

Uses of IteratedAssembler in mathcomp.assemble.filament
 

Classes in mathcomp.assemble.filament that implement IteratedAssembler
 class FilamentAssembler
           
 class FilamentAssemblerEmpty
           
 

Uses of IteratedAssembler in mathcomp.assemble.minimalsurface
 

Classes in mathcomp.assemble.minimalsurface that implement IteratedAssembler
 class FixedPointAssembler
          This assembler is used to solve the minimal suface problem using fixed point iteration.
 class NewtonAssembler
          This assembler is used to solve the minimal suface problem using Newtons's iterative method.