proteus.default_n module
The default values for numerics modules
- proteus.default_n.stepController[source]
The step controller class derived from
proteus.StepControl.SC_base
- proteus.default_n.timeIntegration[source]
The time integration class derived from :class:`proteus.TimeIntegraction.TI_base
- proteus.default_n.rtol_u = {0: 0.0001}[source]
A dictionary of relative time integration tolerances for the components
- proteus.default_n.atol_u = {0: 0.0001}[source]
A dictionary of absolute time integration tolerances for the components
- proteus.default_n.rtol_res = {0: 0.0001}[source]
A dictionary of relative tolerances for the weak residuals
- proteus.default_n.atol_res = {0: 0.0001}[source]
A dictionary of absolute tolerances for the weak residuals
- proteus.default_n.femSpaces = {}[source]
A dictionary of the finite element classes for each component
The classes should be of type
proteus.FemTools.ParametricFiniteElementSpace
- proteus.default_n.elementBoundaryQuadrature = None[source]
A quadrature object for element boundary integrals
- proteus.default_n.triangleFlag = 0[source]
Set the diagonal direction when triangulating a quadrilateral mesh
0 - right leaning 1 - alternating ‘union jack’ 2 - left leaning
- proteus.default_n.subgridError = None[source]
The subgrid error object of a type derived from
proteus.SubgridError.SGE_base
- proteus.default_n.shockCapturing = None[source]
The shock capturing diffusion object of a type derived from
proteus.ShockCapturing.ShockCapturing_base
- proteus.default_n.numericalFluxType = None[source]
A numerical flux class of type
proteus.NumericalFlux.NF_base
- proteus.default_n.multilevelNonlinearSolver[source]
A multilevel nonlinear solver class of type
proteus.NonlinearSolvers.MultilevelNonlinearSolver
- proteus.default_n.levelNonlinearSolver[source]
A nonlinear solver class of type
proteus.NonlinearSolvers.NonlinearSolver
- proteus.default_n.nonlinearSmoother = None[source]
A nonlinear solver class of type
proteus.NonlinearSolvers.NonlinearSolver