Uses of Class
mathcomp.assemble.LagrangeLinearAssembler

Packages that use LagrangeLinearAssembler
mathcomp.assemble.convdiff Convection diffusion problems. 
mathcomp.assemble.laplace Laplace problems. 
mathcomp.assemble.minimalsurface Minimal surface problems. 
 

Uses of LagrangeLinearAssembler in mathcomp.assemble.convdiff
 

Subclasses of LagrangeLinearAssembler in mathcomp.assemble.convdiff
 class AbstractCDA
          Special CDE Problem with variable velocity field b(x,y) on rect grid.
 class AbstractCDA_cV
           
 class CDH_1D
           
 class CDH_EF_Flux
           
 class CDH_HVM
           
 class CDH_RFB
           
 class CDH_Shishkin
           
 class CDH_SUPG
          This is the ConvDiffHomogen assembler expanded by SUPG stabilization.
 class CDH_WBF
           
 class CDH_Weighted
           
 class ConvDiffBoundary
          An example class that extends AbstractConvDiffModel.
 class ConvDiffHomogen
          An example class that extends AbstractConvDiffModel.
 class EV_1D_FEM
           
 class Nochetto
           
 class Raithby
           
 class Raithby_SUPG
           
 class RotFlow
           
 class RotFlow_RFB
           
 class RotFlow_SUPG
           
 class SkewAdvection
           
 class SkewAdvection_RFB
           
 class SkewAdvection_SUPG
           
 

Uses of LagrangeLinearAssembler in mathcomp.assemble.laplace
 

Subclasses of LagrangeLinearAssembler in mathcomp.assemble.laplace
 class LaplaceAssembler
          A Laplace Problem test class that uses the assemble.LagrangeLinearAssembler with homogeneous Dirichlet boundary.
 class LaplaceAssemblerBoundary
          A Laplace Problem test class that uses the assemble.LagrangeLinearAssembler with two different Dirichlet boundary segments.
 class LaplaceAssemblerLReg
           
 class LaplaceAssemblerLSing
           
 class LaplaceAssemblerNeumann
          A Laplace Problem test class that uses the assemble.LagrangeLinearAssembler with mixed Dirichlet and Neumann boundary segments.
 

Uses of LagrangeLinearAssembler in mathcomp.assemble.minimalsurface
 

Subclasses of LagrangeLinearAssembler 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 MinimalSurfaceAssembler
          This class is used to ensure that the problem of minimal surface that is being solved it's the same for the two iterative assemblers (NewtonAssembler and FixedPointAssembler) that extends this class.
 class NewtonAssembler
          This assembler is used to solve the minimal suface problem using Newtons's iterative method.