Uses of Class
mathcomp.assemble.minimalsurface.MinimalSurfaceAssembler

Packages that use MinimalSurfaceAssembler
mathcomp.assemble.minimalsurface Minimal surface problems. 
 

Uses of MinimalSurfaceAssembler in mathcomp.assemble.minimalsurface
 

Subclasses of MinimalSurfaceAssembler in mathcomp.assemble.minimalsurface
 class FixedPointAssembler
          This assembler is used to solve the minimal suface problem using fixed point iteration.
 class L2Interpolation
          This class is used to initialize the iterative assemblers, giving the value for the first iteration
 class NewtonAssembler
          This assembler is used to solve the minimal suface problem using Newtons's iterative method.
 

Constructors in mathcomp.assemble.minimalsurface with parameters of type MinimalSurfaceAssembler
MSErrorCalculator(MinimalSurfaceAssembler ass)