Expand description
Auto-generated module
๐ค Generated with SplitRS
Functionsยง
- adaptive_
convergence_ ty AdaptiveConvergence : FiniteElementSpace โ Real โ Real โ Prop- affine_
map_ ty AffineMap : ReferenceElement โ PhysicalElement โ Prop- app
- app2
- app3
- app4
- apply_
dirichlet_ bc - Apply Dirichlet boundary conditions by zeroing rows/columns of boundary nodes and setting the diagonal to 1 with rhs = 0.
- apriori_
error_ estimate_ ty AprioriErrorEstimate : FiniteElementSpace โ Nat โ Real โ Prop- arc_
length_ method_ ty ArcLengthMethod : BilinearForm โ Real โ Prop- arrow
- assemble_
p1_ stiffness - Assemble the global P1 stiffness matrix for -ฮu = f on a 2D triangular mesh with homogeneous Dirichlet boundary conditions (boundary DOFs excluded).
- aubin_
nitsche_ trick_ ty AubinNitscheTrick : Prop- bddc_
preconditioner_ ty BDDCPreconditioner : FiniteElementSpace โ Type- bdm_
space_ ty BrezziDouglasMariniSpace : Triangulation โ Nat โ Type- bilinear_
form_ base_ ty BilinearForm : Type(base declaration for a: VรV โ โ)- bool_ty
- brezzi_
splitting_ ty BrezziSplitting : MixedFEProblem โ Prop- bspline_
basis_ ty BSplineBasis : Nat โ Nat โ Type- bubnov_
galerkin_ consistency_ ty BubnovGalerkinConsistency : BilinearForm โ FiniteElementSpace โ Prop- build_
fem_ env - build_
fem_ env_ extended - Register all new FEM axioms (Sections 11-20) into
env. - bvar
- cea_
lemma_ ty CeaLemma : โ (a : BilinearForm) (ฮฑ M : Real) (Vh : FESpace) (u uh : H1),IsCoercive a ฮฑ โ IsBounded a M โ GalerkinSolution a f Vh uh โโu - uhโ_V โค (M/ฮฑ) * inf_{vh โ Vh} โu - vhโ_V- conjugate_
gradient - Solve A x = b using the conjugate gradient method. Assumes A is symmetric positive definite.
- consistent_
linearization_ ty ConsistentLinearization : BilinearForm โ H1Space โ BilinearForm- cst
- de_
rham_ complex_ ty DeRhamComplex : Triangulation โ Prop- dg_
coercivity_ ty DGCoercivity : InteriorPenaltyForm โ Real โ Prop- dg_
consistency_ ty DGConsistency : InteriorPenaltyForm โ Prop- dg_
error_ estimate_ ty DGErrorEstimate : DGSpace โ Nat โ Real โ Prop- dg_
space_ ty DGSpace : Triangulation โ Nat โ Type- dist
- domain_
decomposition_ ty DomainDecompositionMethod : FiniteElementSpace โ Nat โ Prop- dorfler_
marking_ ty DorflerMarking : ResidualEstimator โ Real โ Subset โ Prop- dot
- efficiency_
bound_ ty EfficiencyBound : ResidualEstimator โ Prop- element_
residuals_ 1d - Compute element residual error indicators for a 1D P1 FEM solution of -uโโ = f.
- exponential_
convergence_ ty ExponentialConvergence : FiniteElementSpace โ Real โ Prop- fem_
well_ posedness_ ty FEMWellPosedness : BilinearForm โ LinearForm โ FiniteElementSpace โ Prop- feti_
preconditioner_ ty FETIPreconditioner : FiniteElementSpace โ Type- finite_
element_ space_ ty FiniteElementSpace : Type(base declaration)- fluid_
structure_ interaction_ ty FluidStructureInteraction : BilinearForm โ BilinearForm โ Prop- fn_ty
- galerkin_
orthogonality_ ty GalerkinOrthogonality : BilinearForm โ H1Space โ FiniteElementSpace โ Prop- galerkin_
problem_ ty GalerkinProblem : BilinearForm โ LinearForm โ FiniteElementSpace โ Prop- global_
error_ estimator - Global a posteriori error bound: ฮท = (ฮฃ_i ฮท_iยฒ)^{1/2}.
- goal_
oriented_ estimator_ ty GoalOrientedEstimator : FiniteElementSpace โ LinearForm โ Real- h_
refinement_ ty HRefinement : Triangulation โ Triangulation โ Prop- hcurl_
conforming_ ty HCurlConforming : FiniteElementSpace โ Prop- hdiv_
conforming_ ty HDivConforming : FiniteElementSpace โ Prop- hp_
adaptivity_ ty HPAdaptivity : Triangulation โ FiniteElementSpace โ Prop- inf_
sup_ condition_ ty InfSupCondition : BilinearForm โ Real โ Prop- interior_
penalty_ form_ ty InteriorPenaltyForm : DGSpace โ Real โ BilinearForm- interpolation_
error_ ty InterpolationError : FiniteElementSpace โ Nat โ Real โ Prop- interpolation_
operator_ ty InterpolationOperator : H1Space โ FiniteElementSpace โ H1Space- is_
bounded_ ty IsBounded : BilinearForm โ Real โ Prop- is_
coercive_ ty IsCoercive : BilinearForm โ Real โ Prop- is_
conforming_ ty IsConforming : Triangulation โ Prop- is_
quasiuniform_ ty IsQuasiuniform : Triangulation โ Real โ Prop- is_
shape_ regular_ ty IsShapeRegular : Triangulation โ Real โ Prop- is_
subspace_ ty IsSubspace : FiniteElementSpace โ H1Space โ Prop- isogeometric_
convergence_ ty IsogeometricConvergence : IsogeometricSpace โ Nat โ Real โ Prop- isogeometric_
space_ ty IsogeometricSpace : NURBSSurface โ Nat โ Type- jacobian_
determinant_ ty JacobianDeterminant : AffineMap โ Real- kirchhoff_
love_ plate_ ty KirchhoffLovePlate : Triangulation โ Nat โ Type- l2_
error_ estimate_ ty L2ErrorEstimate : FiniteElementSpace โ Nat โ Real โ Prop- lagrange_
p1_ space_ ty LagrangeP1Space : Triangulation โ FiniteElementSpace- lagrange_
p2_ space_ ty LagrangeP2Space : Triangulation โ FiniteElementSpace- lax_
milgram_ discrete_ ty LaxMilgramDiscrete : โ (a : BilinearForm) (f : LinearForm) (Vh : FESpace),IsCoercive a โ IsBounded a โ โ! uh : H1Space, GalerkinSolution a f Vh uh- linear_
form_ ty LinearForm : Type(rhs functional f : V โ โ)- mass_
matrix_ ty MassMatrix : FiniteElementSpace โ Matrix- mesh_
size_ ty MeshSize : Triangulation โ Real- mesh_
vertex_ ty MeshVertex : Type- mini_
element_ ty MiniElement : Triangulation โ FiniteElementSpace- mixed_
fe_ problem_ ty MixedFEProblem : BilinearForm โ BilinearForm โ LinearForm โ LinearForm โ Prop- mixed_
fem_ error_ estimate_ ty MixedFEMErrorEstimate : BilinearForm โ BilinearForm โ FiniteElementSpace โ Prop- multigrid_
optimality_ ty MultigridOptimality : MultigridPreconditioner โ Prop- multigrid_
preconditioner_ ty MultigridPreconditioner : FiniteElementSpace โ Type- nat_ty
- nedelec_
space_ ty NedelecSpace : Triangulation โ Nat โ Type- newton_
raphson_ fem_ ty NewtonRaphsonFEM : BilinearForm โ LinearForm โ FiniteElementSpace โ Prop- nitsche_
bilinear_ form_ ty NitscheBilinearForm : BilinearForm โ Real โ BilinearForm- nitsche_
coercivity_ ty NitscheCoercivity : NitscheBilinearForm โ Real โ Prop- nitsche_
consistency_ ty NitscheConsistency : NitscheBilinearForm โ Prop- nitsche_
optimal_ convergence_ ty NitscheOptimalConvergence : FiniteElementSpace โ Nat โ Prop- num_
dof_ ty NumDOF : FiniteElementSpace โ Nat- num_
elements_ ty NumElements : Triangulation โ Nat- nurbs_
surface_ ty NURBSSurface : BSplineBasis โ BSplineBasis โ Type- operator_
splitting_ ty OperatorSplitting : CoupledProblem โ Prop- p1_grad
- Gradient of P1 shape functions on the reference triangle (constant).
- p1_
shape - The three Lagrange P1 shape functions on the reference triangle Kฬ.
- p2_
shape - Evaluate the six Lagrange P2 shape functions on the reference triangle.
- p_
refinement_ ty PRefinement : FiniteElementSpace โ Nat โ FiniteElementSpace โ Prop- parabolic_
stability_ ty ParabolicStability : SpaceTimeFESpace โ Prop- petrov_
galerkin_ problem_ ty PetrovGalerkinProblem : BilinearForm โ LinearForm โ FESpace โ FESpace โ Prop- pi
- poro_
elasticity_ biot_ ty PoroElasticityBiot : BilinearForm โ BilinearForm โ Prop- prop
- quadratic_
convergence_ newton_ ty QuadraticConvergenceNewton : NewtonRaphsonFEM โ Prop- raviart_
thomas_ space_ ty RaviartThomasSpace : Triangulation โ Nat โ Type- real_ty
- reduced_
integration_ ty ReducedIntegration : FiniteElementSpace โ Nat โ Prop- reference_
hexahedron_ ty ReferenceHexahedron : Type- reference_
tetrahedron_ ty ReferenceTetrahedron : Type- reference_
triangle_ quadrature - 3-point quadrature rule on the reference triangle (degree 2 exact).
- reference_
triangle_ ty ReferenceTriangle : Type- reissner_
mindlin_ plate_ ty ReissnerMindlinPlate : Triangulation โ Nat โ Type- reliability_
bound_ ty ReliabilityBound : ResidualEstimator โ Prop- residual_
estimator_ ty ResidualEstimator : FiniteElementSpace โ H1Space โ Real- shape_
function_ gradient_ ty ShapeFunctionGradient : ReferenceTriangle โ Nat โ (Real โ Real โ Real ร Real)- shape_
function_ ty ShapeFunction : ReferenceTriangle โ Nat โ (Real โ Real โ Real)- shear_
locking_ freedom_ ty ShearLockingFreedom : ReissnerMindlinPlate โ Prop- space_
time_ error_ estimate_ ty SpaceTimeErrorEstimate : SpaceTimeFESpace โ Nat โ Real โ Prop- space_
time_ fe_ space_ ty SpaceTimeFESpace : FiniteElementSpace โ Real โ Type- stability_
estimate_ ty StabilityEstimate : BilinearForm โ LinearForm โ Prop- stiffness_
matrix_ ty StiffnessMatrix : FiniteElementSpace โ Matrix- taylor_
hood_ element_ ty TaylorHoodElement : Triangulation โ FiniteElementSpace- thermo_
mechanical_ coupling_ ty ThermoMechanicalCoupling : BilinearForm โ BilinearForm โ LinearForm โ Prop- triangulation_
element_ ty TriangulationElement : Type- triangulation_
ty Triangulation : Nat โ Type- tspline_
space_ ty TSplineSpace : Nat โ Type- type0
- upg_
form_ ty UPGForm : DGSpace โ Real โ BilinearForm- wave_
energy_ conservation_ ty WaveEnergyConservation : SpaceTimeFESpace โ Prop- zz_
estimator_ ty ZZEstimator : FiniteElementSpace โ H1Space โ Real