Return to UnderWorld main page |

StgFEM Component Codex

This is a list of components available in StgFEM.

AdvDiffMulticorrector


Organisation:
VPAC
Project:
StgFEM
Location:
./StgFEM/SLE/ProvidedSystems/AdvectionDiffusion/src/
Project Web:
http://www.stgermainproject.org/StgFEM.html
Copyright:
Copyright (C) 2004-2005 VPAC.
License:
https://csd.vpac.org/twiki/bin/view/Stgermain/SoftwareLicense
Parent:
Children:

    Description:
    An explicit method to solve the equations set up in the SU/PG formulation. See Brooks and Hughes, Section 4.2, pp. 225f
    Example:
    <struct name="predictorMulticorrector"> <param name="Type">AdvDiffMulticorrector</param> </struct>
    Params
    NameTypeDefaultDescription
    gammaDouble0.5Factor used to calculate generalised mass matrix. If is 1/2, this is the trapezoidal rule.
    multiCorrectorIterationsUnsignedInt2The number of iterations of the algorithm. See Remark 2 in Brooks and Hughes, Section 4.2, p. 228
    Dependencies
    TypeEssentialDescriptionNameFallbackKey

    Back to top


    AdvDiffResidualForceTerm


    Organisation:
    VPAC
    Project:
    StgFEM
    Location:
    ./StgFEM/SLE/ProvidedSystems/AdvectionDiffusion/src/
    Project Web:
    http://www.stgermainproject.org/StgFEM.html
    Copyright:
    Copyright (C) 2004-2005 VPAC.
    License:
    https://csd.vpac.org/twiki/bin/view/Stgermain/SoftwareLicense
    Parent:
    Children:

      Description:
      The weighted residual vector for the SU/PG method.
      Example:
      <struct name="defaultResidualForceTerm"> <param name="Type">AdvDiffResidualForceTerm</param> <param name="Swarm">gaussSwarm</param> <param name="ForceVector">residual</param> <param name="ExtraInfo">EnergyEqn</param> <param name="VelocityField">VelocityField</param> <param name="defaultDiffusivity">defaultDiffusivity</param> <param name="UpwindXiFunction">DoublyAsymptoticAssumption</param> </struct>
      Params
      NameTypeDefaultDescription
      UpwindXiFunctionString"Exact"Determines the function to calculate the upwind parameter. Options are 'DoublyAsymptoticAssumption', 'CriticalAssumption' and 'Exact'. See Brooks and Hughes, Section 3.3.1, pp. 213-214
      defaultDiffusivityDouble1.0If the diffusivity isn't specified per integration point, this is the diffusivity used everywhere.
      Dependencies
      TypeEssentialDescriptionNameFallbackKey
      FeVariableTrueThe Velocity Field doing the advection.VelocityField
      VariableNoIf the diffusivity varies per integration point, this is the variable to map the integration point to the diffusivity.DiffusivityVariable

      Back to top


      AdvectionDiffusionSLE


      Organisation:
      VPAC
      Project:
      StgFEM
      Location:
      ./StgFEM/SLE/ProvidedSystems/AdvectionDiffusion/src/
      Project Web:
      http://www.stgermainproject.org/StgFEM.html
      Copyright:
      Copyright (C) 2004-2005 VPAC.
      License:
      https://csd.vpac.org/twiki/bin/view/Stgermain/SoftwareLicense
      Children:

        Description:
        An implementation of Brooks and Hughes' SU/PG advection-diffusion algorithm.
        Example:
        <struct name="EnergyEqn"> <param name="Type">AdvectionDiffusionSLE</param> <param name="SLE_Solver">predictorMulticorrector</param> <param name="Context">context</param> <param name="PhiField">TemperatureField</param> <param name="Residual">residual</param> <param name="MassMatrix">massMatrix</param> <param name="courantFactor">0.5</param> </struct>
        Params
        NameTypeDefaultDescription
        dimUnsignedInt0How many dimensions we are working in (either 2 or 3). This parameter is taken form the root dictionary.
        courantFactorDouble0.5A factor to determine the timestep. Between 0 and 1. See Brooks and Hughes, p. 227. Also: http://mathworld.wolfram.com/Courant-Friedrichs-LewyCondition.html
        Dependencies
        TypeEssentialDescriptionNameFallbackKey
        FeVariableTrueThe field, refered to as , to which the advection and diffusion is taking place.PhiField
        ForceVectorTrueThe weighted residual vector.Residual
        Stg_ComponentTrueThe Lumped Mass Matrix. See Brooks and Hughes, p. 226MassMatrix

        Back to top


        BilinearElementType


        Organisation:
        VPAC
        Project:
        StgFEM
        Location:
        ./StgFEM/Discretisation/src/
        Project Web:
        http://www.stgermainproject.org/StgFEM.html
        Copyright:
        Copyright (C) 2004-2005 VPAC.
        License:
        https://csd.vpac.org/twiki/bin/view/Stgermain/SoftwareLicense
        Parent:
        Children:

          Description:
          ...
          Example:
          ...
          Params
          NameTypeDefaultDescription
          Dependencies
          TypeEssentialDescriptionNameFallbackKey

          Back to top


          BilinearInnerElType


          Organisation:
          VPAC
          Project:
          StgFEM
          Location:
          ./StgFEM/Discretisation/src/
          Project Web:
          http://www.stgermainproject.org/StgFEM.html
          Copyright:
          Copyright (C) 2004-2005 VPAC.
          License:
          https://csd.vpac.org/twiki/bin/view/Stgermain/SoftwareLicense
          Parent:
          Children:

            Description:
            Three internal nodes with resulting shape functions being discontinuous between elements.
            Example:
            n/a
            Params
            NameTypeDefaultDescription
            Dependencies
            TypeEssentialDescriptionNameFallbackKey

            Back to top


            Biqudratic


            Organisation:
            VPAC
            Project:
            StgFEM
            Location:
            ./StgFEM/Discretisation/src/
            Project Web:
            http://www.stgermainproject.org/StgFEM.html
            Copyright:
            Copyright (C) 2004-2005 VPAC.
            License:
            https://csd.vpac.org/twiki/bin/view/Stgermain/SoftwareLicense
            Parent:
            Children:

              Description:
              ...
              Example:
              ...
              Params
              NameTypeDefaultDescription
              Dependencies
              TypeEssentialDescriptionNameFallbackKey

              Back to top


              C0Generator


              Organisation:
              VPAC
              Project:
              StgFEM
              Location:
              ./StgFEM/Discretisation/src/
              Project Web:
              http://www.stgermainproject.org/StgFEM.html
              Copyright:
              Copyright (C) 2004-2005 VPAC.
              License:
              https://csd.vpac.org/twiki/bin/view/Stgermain/SoftwareLicense
              Parent:
              Children:

                Description:
                ...
                Example:
                ...
                Params
                NameTypeDefaultDescription
                Dependencies
                TypeEssentialDescriptionNameFallbackKey

                Back to top


                C2Generator


                Organisation:
                VPAC
                Project:
                StgFEM
                Location:
                ./StgFEM/Discretisation/src/
                Project Web:
                http://www.stgermainproject.org/StgFEM.html
                Copyright:
                Copyright (C) 2004-2005 VPAC.
                License:
                https://csd.vpac.org/twiki/bin/view/Stgermain/SoftwareLicense
                Parent:
                Children:

                  Description:
                  ...
                  Example:
                  ...
                  Params
                  NameTypeDefaultDescription
                  Dependencies
                  TypeEssentialDescriptionNameFallbackKey

                  Back to top


                  CellRemesher


                  Organisation:
                  VPAC
                  Project:
                  StgFEM
                  Location:
                  ./StgFEM/SLE/src/
                  Project Web:
                  http://www.stgermainproject.org/StgDomain.html
                  Copyright:
                  Copyright (C) 2004-2005 VPAC.
                  License:
                  https://csd.vpac.org/twiki/bin/view/Stgermain/SoftwareLicense
                  Parent:
                  Children:

                    Description:
                    ...
                    Example:
                    ...
                    Params
                    NameTypeDefaultDescription
                    Dependencies
                    TypeEssentialDescriptionNameFallbackKey

                    Back to top


                    ConstantElementType


                    Organisation:
                    VPAC
                    Project:
                    StgFEM
                    Location:
                    ./StgFEM/Discretisation/src/
                    Project Web:
                    http://www.stgermainproject.org/StgFEM.html
                    Copyright:
                    Copyright (C) 2004-2005 VPAC.
                    License:
                    https://csd.vpac.org/twiki/bin/view/Stgermain/SoftwareLicense
                    Parent:
                    Children:

                      Description:
                      ...
                      Example:
                      ...
                      Params
                      NameTypeDefaultDescription
                      Dependencies
                      TypeEssentialDescriptionNameFallbackKey

                      Back to top


                      DivergenceMatrixTerm


                      Organisation:
                      VPAC
                      Project:
                      StgFEM
                      Location:
                      ./StgFEM/Assembly/src/
                      Project Web:
                      http://www.stgermainproject.org/StgFEM.html
                      Copyright:
                      Copyright (C) 2004-2005 VPAC.
                      License:
                      https://csd.vpac.org/twiki/bin/view/Stgermain/SoftwareLicense
                      Children:

                        Description:
                        ...
                        Example:
                        ...
                        Params
                        NameTypeDefaultDescription
                        Dependencies
                        TypeEssentialDescriptionNameFallbackKey

                        Back to top


                        ElementType


                        Organisation:
                        VPAC
                        Project:
                        StgFEM
                        Location:
                        ./StgFEM/Discretisation/src/
                        Project Web:
                        http://www.stgermainproject.org/StgFEM.html
                        Copyright:
                        Copyright (C) 2004-2005 VPAC.
                        License:
                        https://csd.vpac.org/twiki/bin/view/Stgermain/SoftwareLicense
                        Parent:
                        Stg_Component
                        Description:
                        Abstract parent class for the different element type implementations. Also provides generic element type functionality.
                        Example:
                        n/a
                        Params
                        NameTypeDefaultDescription
                        Dependencies
                        TypeEssentialDescriptionNameFallbackKey

                        Back to top


                        ElementType_Register


                        Organisation:
                        VPAC
                        Project:
                        StgFEM
                        Location:
                        ./StgFEM/Discretisation/src/
                        Project Web:
                        http://www.stgermainproject.org/StgFEM.html
                        Copyright:
                        Copyright (C) 2004-2005 VPAC.
                        License:
                        https://csd.vpac.org/twiki/bin/view/Stgermain/SoftwareLicense
                        Parent:
                        Stg_Component
                        Children:

                          Description:
                          ...
                          Example:
                          ...
                          Params
                          NameTypeDefaultDescription
                          Dependencies
                          TypeEssentialDescriptionNameFallbackKey

                          Back to top


                          Energy_SLE


                          Organisation:
                          VPAC
                          Project:
                          StgFEM
                          Location:
                          ./StgFEM/SLE/ProvidedSystems/Energy/src/
                          Project Web:
                          http://www.stgermainproject.org/StgFEM.html
                          Copyright:
                          Copyright (C) 2004-2005 VPAC.
                          License:
                          https://csd.vpac.org/twiki/bin/view/Stgermain/SoftwareLicense
                          Children:

                            Description:
                            ...
                            Example:
                            ...
                            Params
                            NameTypeDefaultDescription
                            Dependencies
                            TypeEssentialDescriptionNameFallbackKey
                            StiffnessMatrixTrue...StiffnessMatrix
                            SolutionVectorTrue...SolutionVector
                            ForceVectorTrue...ForceVector

                            Back to top


                            Energy_SLE_Solver


                            Organisation:
                            VPAC
                            Project:
                            StgFEM
                            Location:
                            ./StgFEM/SLE/ProvidedSystems/Energy/src/
                            Project Web:
                            http://www.stgermainproject.org/StgFEM.html
                            Copyright:
                            Copyright (C) 2004-2005 VPAC.
                            License:
                            https://csd.vpac.org/twiki/bin/view/Stgermain/SoftwareLicense
                            Parent:
                            Children:

                              Description:
                              ...
                              Example:
                              ...
                              Params
                              NameTypeDefaultDescription
                              Dependencies
                              TypeEssentialDescriptionNameFallbackKey

                              Back to top


                              FeEquationNumber


                              Organisation:
                              VPAC
                              Project:
                              StgFEM
                              Location:
                              ./StgFEM/Discretisation/src/
                              Project Web:
                              http://www.stgermainproject.org/StgFEM.html
                              Copyright:
                              Copyright (C) 2004-2005 VPAC.
                              License:
                              https://csd.vpac.org/twiki/bin/view/Stgermain/SoftwareLicense
                              Parent:
                              Stg_Component
                              Children:

                                Description:
                                ...
                                Example:
                                ...
                                Params
                                NameTypeDefaultDescription
                                Dependencies
                                TypeEssentialDescriptionNameFallbackKey

                                Back to top


                                FeMesh


                                Organisation:
                                VPAC
                                Project:
                                StgFEM
                                Location:
                                ./StgFEM/Discretisation/src/
                                Project Web:
                                http://www.stgermainproject.org/StgFEM.html
                                Copyright:
                                Copyright (C) 2004-2005 VPAC.
                                License:
                                https://csd.vpac.org/twiki/bin/view/Stgermain/SoftwareLicense
                                Parent:
                                Children:

                                  Description:
                                  ...
                                  Example:
                                  ...
                                  Params
                                  NameTypeDefaultDescription
                                  Dependencies
                                  TypeEssentialDescriptionNameFallbackKey

                                  Back to top


                                  FeSwarmVariable


                                  Organisation:
                                  VPAC
                                  Project:
                                  StgFEM
                                  Location:
                                  ./StgFEM/Discretisation/src/
                                  Project Web:
                                  http://www.stgermainproject.org/StgFEM.html
                                  Copyright:
                                  Copyright (C) 2004-2005 VPAC.
                                  License:
                                  https://csd.vpac.org/twiki/bin/view/Stgermain/SoftwareLicense
                                  Parent:
                                  Children:

                                    Description:
                                    ...
                                    Example:
                                    ...
                                    Params
                                    NameTypeDefaultDescription
                                    Dependencies
                                    TypeEssentialDescriptionNameFallbackKey
                                    FeVariableNo...FeVariable

                                    Back to top


                                    FeVariable


                                    Organisation:
                                    VPAC
                                    Project:
                                    StgFEM
                                    Location:
                                    ./StgFEM/Discretisation/src/
                                    Project Web:
                                    http://www.stgermainproject.org/StgFEM.html
                                    Copyright:
                                    Copyright (C) 2004-2005 VPAC.
                                    License:
                                    https://csd.vpac.org/twiki/bin/view/Stgermain/SoftwareLicense
                                    Parent:
                                    Description:
                                    ...
                                    Example:
                                    ...
                                    Params
                                    NameTypeDefaultDescription
                                    Dependencies
                                    TypeEssentialDescriptionNameFallbackKey
                                    MeshTrue...FEMesh
                                    DofLayoutTrue...DofLayout
                                    VariableConditionNo...IC
                                    VariableConditionNo...BC
                                    LinkedDofInfoNo...LinkedDofInfo

                                    Back to top


                                    FieldTest


                                    Organisation:
                                    VPAC
                                    Project:
                                    StgFEM
                                    Location:
                                    ./StgFEM/Discretisation/src/
                                    Project Web:
                                    http://www.stgermainproject.org/StgFEM.html
                                    Copyright:
                                    Copyright (C) 2004-2005 VPAC.
                                    License:
                                    https://csd.vpac.org/twiki/bin/view/Stgermain/SoftwareLicense
                                    Parent:
                                    Stg_Component
                                    Children:

                                      Description:
                                      Takes either a FeVariable or a Swarm and either a analytic solution plugin or a reference solution file as input and compares the numerical solution against the analytic or reference solution and determines both an element wise error field and a global error value.
                                      Example:
                                      ...
                                      Params
                                      NameTypeDefaultDescription
                                      normaliseByReferenceSolutionBoolTrueNormalise the error field against the analytic or reference solution.
                                      numericVariableNameString""Textual name of the variable to be used in the case of a swarm based variable.
                                      Dependencies
                                      TypeEssentialDescriptionNameFallbackKey
                                      MeshTrueConstant element mesh for storing the element-wise error field.ConstantElementMesh
                                      MeshTrueMesh for which the reference solution FeVariable is to be built.ReferenceMesh
                                      SwarmTrueSwarm for integration the value of the fields across an element.IntegrationSwarm
                                      FeVariableFalseFeVariable for the numeric solution.NumericVariable
                                      FeVariableFalseSwarm for the numeric solution.NumericSwarm

                                      Back to top


                                      FiniteElementContext


                                      Organisation:
                                      VPAC
                                      Project:
                                      StgFEM
                                      Location:
                                      ./StgFEM/SLE/SystemSetup/src/
                                      Project Web:
                                      http://www.stgermainproject.org/StgFEM.html
                                      Copyright:
                                      Copyright (C) 2004-2005 VPAC.
                                      License:
                                      http://www.opensource.org/licenses/bsd-license.php
                                      Parent:
                                      Description:
                                      Builds on the DomainContext to allow a FEM problem to be constructed and solved
                                      Example:
                                      n/a
                                      Params
                                      NameTypeDefaultDescription
                                      limitTimeStepIncreaseRateBoolFalseDetermines whether the increase in Dt should be limited
                                      maxTimeStepIncreasePercentageDouble10.0Sets a limit on the percentage increase in Dt per timestep (requires limitTimeStepIncreaseRate to be True)
                                      saveCoordsWithFieldsBoolFalseDetermines whether coordinates are output with field values in checkpoint files
                                      Dependencies
                                      TypeEssentialDescriptionNameFallbackKey

                                      Back to top


                                      ForceTerm


                                      Organisation:
                                      VPAC
                                      Project:
                                      StgFEM
                                      Location:
                                      ./StgFEM/SLE/SystemSetup/src/
                                      Project Web:
                                      http://www.stgermainproject.org/StgFEM.html
                                      Copyright:
                                      Copyright (C) 2004-2005 VPAC.
                                      License:
                                      https://csd.vpac.org/twiki/bin/view/Stgermain/SoftwareLicense
                                      Parent:
                                      Stg_Component
                                      Description:
                                      ...
                                      Example:
                                      ...
                                      Params
                                      NameTypeDefaultDescription
                                      Dependencies
                                      TypeEssentialDescriptionNameFallbackKey
                                      ForceVectorTrue...ForceVector
                                      SwarmTrue...Swarm
                                      Stg_ComponentNo...ExtraInfo

                                      Back to top


                                      ForceVector


                                      Organisation:
                                      VPAC
                                      Project:
                                      StgFEM
                                      Location:
                                      ./StgFEM/SLE/SystemSetup/src/
                                      Project Web:
                                      http://www.stgermainproject.org/StgFEM.html
                                      Copyright:
                                      Copyright (C) 2004-2005 VPAC.
                                      License:
                                      https://csd.vpac.org/twiki/bin/view/Stgermain/SoftwareLicense
                                      Parent:
                                      Children:

                                        Description:
                                        ...
                                        Example:
                                        ...
                                        Params
                                        NameTypeDefaultDescription
                                        dimUnsignedInt0...
                                        Dependencies
                                        TypeEssentialDescriptionNameFallbackKey

                                        Back to top


                                        GradientStiffnessMatrixTerm


                                        Organisation:
                                        VPAC
                                        Project:
                                        StgFEM
                                        Location:
                                        ./StgFEM/Assembly/src/
                                        Project Web:
                                        http://www.stgermainproject.org/StgFEM.html
                                        Copyright:
                                        Copyright (C) 2004-2005 VPAC.
                                        License:
                                        https://csd.vpac.org/twiki/bin/view/Stgermain/SoftwareLicense
                                        Children:

                                          Description:
                                          ...
                                          Example:
                                          ...
                                          Params
                                          NameTypeDefaultDescription
                                          Dependencies
                                          TypeEssentialDescriptionNameFallbackKey

                                          Back to top


                                          Inner2DGenerator


                                          Organisation:
                                          VPAC
                                          Project:
                                          StgFEM
                                          Location:
                                          ./StgFEM/Discretisation/src/
                                          Project Web:
                                          http://www.stgermainproject.org/StgFEM.html
                                          Copyright:
                                          Copyright (C) 2004-2005 VPAC.
                                          License:
                                          https://csd.vpac.org/twiki/bin/view/Stgermain/SoftwareLicense
                                          Parent:
                                          Children:

                                            Description:
                                            Generates a mesh with nodes situated at points internal to the element.
                                            Example:
                                            n/a
                                            Params
                                            NameTypeDefaultDescription
                                            Dependencies
                                            TypeEssentialDescriptionNameFallbackKey
                                            MeshtrueEulerian meshelementMesh

                                            Back to top


                                            IsoviscousStressTensorTerm


                                            Organisation:
                                            VPAC
                                            Project:
                                            StgFEM
                                            Location:
                                            ./StgFEM/Assembly/src/
                                            Project Web:
                                            http://www.stgermainproject.org/StgFEM.html
                                            Copyright:
                                            Copyright (C) 2004-2005 VPAC.
                                            License:
                                            https://csd.vpac.org/twiki/bin/view/Stgermain/SoftwareLicense
                                            Children:

                                              Description:
                                              ...
                                              Example:
                                              ...
                                              Params
                                              NameTypeDefaultDescription
                                              viscosityDouble1.0 )...
                                              Dependencies
                                              TypeEssentialDescriptionNameFallbackKey

                                              Back to top


                                              LaplacianStiffnessMatrixTerm


                                              Organisation:
                                              VPAC
                                              Project:
                                              StgFEM
                                              Location:
                                              ./StgFEM/Assembly/src/
                                              Project Web:
                                              http://www.stgermainproject.org/StgFEM.html
                                              Copyright:
                                              Copyright (C) 2004-2005 VPAC.
                                              License:
                                              https://csd.vpac.org/twiki/bin/view/Stgermain/SoftwareLicense
                                              Children:

                                                Description:
                                                ...
                                                Example:
                                                ...
                                                Params
                                                NameTypeDefaultDescription
                                                Dependencies
                                                TypeEssentialDescriptionNameFallbackKey

                                                Back to top


                                                LinearTriangleElementType


                                                Organisation:
                                                VPAC
                                                Project:
                                                StgFEM
                                                Location:
                                                ./StgFEM/Discretisation/src/
                                                Project Web:
                                                http://www.stgermainproject.org/StgFEM.html
                                                Copyright:
                                                Copyright (C) 2004-2005 VPAC.
                                                License:
                                                https://csd.vpac.org/twiki/bin/view/Stgermain/SoftwareLicense
                                                Parent:
                                                Children:

                                                  Description:
                                                  ...
                                                  Example:
                                                  ...
                                                  Params
                                                  NameTypeDefaultDescription
                                                  Dependencies
                                                  TypeEssentialDescriptionNameFallbackKey

                                                  Back to top


                                                  LinkedDofInfo


                                                  Organisation:
                                                  VPAC
                                                  Project:
                                                  StgFEM
                                                  Location:
                                                  ./StgFEM/Discretisation/src/
                                                  Project Web:
                                                  http://www.stgermainproject.org/StgFEM.html
                                                  Copyright:
                                                  Copyright (C) 2004-2005 VPAC.
                                                  License:
                                                  https://csd.vpac.org/twiki/bin/view/Stgermain/SoftwareLicense
                                                  Parent:
                                                  Stg_Component
                                                  Children:

                                                    Description:
                                                    ...
                                                    Example:
                                                    ...
                                                    Params
                                                    NameTypeDefaultDescription
                                                    Dependencies
                                                    TypeEssentialDescriptionNameFallbackKey
                                                    MeshTrue...Mesh
                                                    DofLayoutTrue...DofLayout
                                                    Stg_ShapeTrue...shapeStr

                                                    Back to top


                                                    LumpedMassMatrixForceTerm


                                                    Organisation:
                                                    VPAC
                                                    Project:
                                                    StgFEM
                                                    Location:
                                                    ./StgFEM/SLE/ProvidedSystems/AdvectionDiffusion/src/
                                                    Project Web:
                                                    http://www.stgermainproject.org/StgFEM.html
                                                    Copyright:
                                                    Copyright (C) 2004-2005 VPAC.
                                                    License:
                                                    https://csd.vpac.org/twiki/bin/view/Stgermain/SoftwareLicense
                                                    Parent:
                                                    Children:

                                                      Description:
                                                      Builds the Lumped Mass Matrix (as a vector) necessary for the SU/PG method
                                                      Example:
                                                      <struct name="lumpedMassMatrixForceTerm"> <param name="Type">LumpedMassMatrixForceTerm</param> <param name="Swarm">gaussSwarm</param> <param name="ForceVector">massMatrix</param> </struct>
                                                      Params
                                                      NameTypeDefaultDescription
                                                      Dependencies
                                                      TypeEssentialDescriptionNameFallbackKey

                                                      Back to top


                                                      Matrix


                                                      Organisation:
                                                      VPAC
                                                      Project:
                                                      StgFEM
                                                      Location:
                                                      StgFEM/SLE/LinearAlgebra/src/
                                                      Project Web:
                                                      http://www.stgermainproject.org/StgFEM.html
                                                      Copyright:
                                                      StGermain Framework. Copyright (C) 2003-2005 VPAC.
                                                      License:
                                                      The Gnu Lesser General Public License http://www.gnu.org/licenses/lgpl.html
                                                      Parent:
                                                      Children:

                                                        Description:
                                                        ...

                                                        Back to top


                                                        MatrixSolver


                                                        Organisation:
                                                        VPAC
                                                        Project:
                                                        StgFEM
                                                        Location:
                                                        StgFEM/SLE/LinearAlgebra/src/
                                                        Project Web:
                                                        http://www.stgermainproject.org/StgFEM.html
                                                        Copyright:
                                                        StGermain Framework. Copyright (C) 2003-2005 VPAC.
                                                        License:
                                                        The Gnu Lesser General Public License http://www.gnu.org/licenses/lgpl.html
                                                        Parent:
                                                        Children:

                                                          Description:
                                                          ...

                                                          Back to top


                                                          OperatorFeVariable


                                                          Organisation:
                                                          VPAC
                                                          Project:
                                                          StgFEM
                                                          Location:
                                                          ./StgFEM/Discretisation/src/
                                                          Project Web:
                                                          http://www.stgermainproject.org/StgFEM.html
                                                          Copyright:
                                                          Copyright (C) 2004-2005 VPAC.
                                                          License:
                                                          https://csd.vpac.org/twiki/bin/view/Stgermain/SoftwareLicense
                                                          Parent:
                                                          Children:

                                                            Description:
                                                            Field variable which is generated by the application of an Operator to a single or pair of FeVariables.
                                                            Example:
                                                            ./StgFEM/Apps/StgFEM_Components/VelocityField.xml
                                                            Params
                                                            NameTypeDefaultDescription
                                                            OperatorString""Operator to be applied to the FeVariable(s), the textual name of which is supplied through the XML.
                                                            Dependencies
                                                            TypeEssentialDescriptionNameFallbackKey
                                                            FeVariableTrueField Variable to which the Operator is to be applied. May also be applied to a pair of FeVariables supplied via a list in the case of a binary Operator.FeVariable

                                                            Back to top


                                                            P1


                                                            Organisation:
                                                            VPAC
                                                            Project:
                                                            StgFEM
                                                            Location:
                                                            ./StgFEM/Discretisation/src/
                                                            Project Web:
                                                            http://www.stgermainproject.org/StgFEM.html
                                                            Copyright:
                                                            Copyright (C) 2004-2005 VPAC.
                                                            License:
                                                            https://csd.vpac.org/twiki/bin/view/Stgermain/SoftwareLicense
                                                            Parent:
                                                            Children:

                                                              Description:
                                                              ...
                                                              Example:
                                                              ...
                                                              Params
                                                              NameTypeDefaultDescription
                                                              Dependencies
                                                              TypeEssentialDescriptionNameFallbackKey

                                                              Back to top


                                                              P1Generator


                                                              Organisation:
                                                              VPAC
                                                              Project:
                                                              StgFEM
                                                              Location:
                                                              ./StgFEM/Discretisation/src/
                                                              Project Web:
                                                              http://www.stgermainproject.org/StgFEM.html
                                                              Copyright:
                                                              Copyright (C) 2004-2005 VPAC.
                                                              License:
                                                              https://csd.vpac.org/twiki/bin/view/Stgermain/SoftwareLicense
                                                              Parent:
                                                              Children:

                                                                Description:
                                                                ...
                                                                Example:
                                                                ...
                                                                Params
                                                                NameTypeDefaultDescription
                                                                Dependencies
                                                                TypeEssentialDescriptionNameFallbackKey

                                                                Back to top


                                                                PETScMatrix


                                                                Organisation:
                                                                VPAC
                                                                Project:
                                                                StgFEM
                                                                Location:
                                                                StgFEM/SLE/LinearAlgebra/src/
                                                                Project Web:
                                                                http://www.stgermainproject.org/StgFEM.html
                                                                Copyright:
                                                                StGermain Framework. Copyright (C) 2003-2005 VPAC.
                                                                License:
                                                                The Gnu Lesser General Public License http://www.gnu.org/licenses/lgpl.html
                                                                Parent:
                                                                Children:

                                                                  Description:
                                                                  ...

                                                                  Back to top


                                                                  PETScMatrixSolver


                                                                  Organisation:
                                                                  VPAC
                                                                  Project:
                                                                  StgFEM
                                                                  Location:
                                                                  StgFEM/SLE/LinearAlgebra/src/
                                                                  Project Web:
                                                                  http://www.stgermainproject.org/StgFEM.html
                                                                  Copyright:
                                                                  StGermain Framework. Copyright (C) 2003-2005 VPAC.
                                                                  License:
                                                                  The Gnu Lesser General Public License http://www.gnu.org/licenses/lgpl.html
                                                                  Parent:
                                                                  Children:

                                                                    Description:
                                                                    ...

                                                                    Back to top


                                                                    PETScShellMatrix


                                                                    Organisation:
                                                                    VPAC
                                                                    Project:
                                                                    StgFEM
                                                                    Location:
                                                                    ./StgFEM/SLE/SystemSetup/src/
                                                                    Project Web:
                                                                    http://www.stgermainproject.org/StgFEM.html
                                                                    Copyright:
                                                                    Copyright (C) 2004-2005 VPAC.
                                                                    License:
                                                                    https://csd.vpac.org/twiki/bin/view/Stgermain/SoftwareLicense
                                                                    Parent:
                                                                    Stg_Component
                                                                    Children:

                                                                      Description:
                                                                      ...
                                                                      Example:
                                                                      ...
                                                                      Params
                                                                      NameTypeDefaultDescription
                                                                      Dependencies
                                                                      TypeEssentialDescriptionNameFallbackKey
                                                                      FeVariableTrue...FeVariable

                                                                      Back to top


                                                                      PETScVector


                                                                      Organisation:
                                                                      VPAC
                                                                      Project:
                                                                      StgFEM
                                                                      Location:
                                                                      StgFEM/SLE/LinearAlgebra/src/
                                                                      Project Web:
                                                                      http://www.stgermainproject.org/StgFEM.html
                                                                      Copyright:
                                                                      StGermain Framework. Copyright (C) 2003-2005 VPAC.
                                                                      License:
                                                                      The Gnu Lesser General Public License http://www.gnu.org/licenses/lgpl.html
                                                                      Parent:
                                                                      Children:

                                                                        Description:
                                                                        ...

                                                                        Back to top


                                                                        PressureGradForceTerm


                                                                        Organisation:
                                                                        VPAC
                                                                        Project:
                                                                        StgFEM
                                                                        Location:
                                                                        ./StgFEM/Assembly/src/
                                                                        Project Web:
                                                                        http://www.stgermainproject.org/StgFEM.html
                                                                        Copyright:
                                                                        Copyright (C) 2004-2005 VPAC.
                                                                        License:
                                                                        https://csd.vpac.org/twiki/bin/view/Stgermain/SoftwareLicense
                                                                        Children:

                                                                          Description:
                                                                          ...
                                                                          Example:
                                                                          ...
                                                                          Params
                                                                          NameTypeDefaultDescription
                                                                          Dependencies
                                                                          TypeEssentialDescriptionNameFallbackKey

                                                                          Back to top


                                                                          PressureGradMatrixTerm


                                                                          Organisation:
                                                                          VPAC
                                                                          Project:
                                                                          StgFEM
                                                                          Location:
                                                                          ./StgFEM/Assembly/src/
                                                                          Project Web:
                                                                          http://www.stgermainproject.org/StgFEM.html
                                                                          Copyright:
                                                                          Copyright (C) 2004-2005 VPAC.
                                                                          License:
                                                                          https://csd.vpac.org/twiki/bin/view/Stgermain/SoftwareLicense
                                                                          Children:

                                                                            Description:
                                                                            ...
                                                                            Example:
                                                                            ...
                                                                            Params
                                                                            NameTypeDefaultDescription
                                                                            Dependencies
                                                                            TypeEssentialDescriptionNameFallbackKey

                                                                            Back to top


                                                                            RegularRemesherCmpt


                                                                            Organisation:
                                                                            VPAC
                                                                            Project:
                                                                            StgFEM
                                                                            Location:
                                                                            ./StgFEM/SLE/src/
                                                                            Project Web:
                                                                            http://www.stgermainproject.org/StgDomain.html
                                                                            Copyright:
                                                                            Copyright (C) 2004-2005 VPAC.
                                                                            License:
                                                                            https://csd.vpac.org/twiki/bin/view/Stgermain/SoftwareLicense
                                                                            Parent:
                                                                            Children:

                                                                              Description:
                                                                              This is a wrapper component to allow the RegularRemesher class to be used as a component. This will be changed in the near future to combine the two.
                                                                              Example:

                                                                              Params
                                                                              NameTypeDefaultDescription
                                                                              Dependencies
                                                                              TypeEssentialDescriptionNameFallbackKey

                                                                              Back to top


                                                                              SLE_Solver


                                                                              Organisation:
                                                                              VPAC
                                                                              Project:
                                                                              StgFEM
                                                                              Location:
                                                                              ./StgFEM/SLE/SystemSetup/src/
                                                                              Project Web:
                                                                              http://www.stgermainproject.org/StgFEM.html
                                                                              Copyright:
                                                                              Copyright (C) 2004-2005 VPAC.
                                                                              License:
                                                                              https://csd.vpac.org/twiki/bin/view/Stgermain/SoftwareLicense
                                                                              Parent:
                                                                              Stg_Component
                                                                              Description:
                                                                              ...
                                                                              Example:
                                                                              ...
                                                                              Params
                                                                              NameTypeDefaultDescription
                                                                              statSolveBoolFalse...
                                                                              statRepsInt0...
                                                                              Dependencies
                                                                              TypeEssentialDescriptionNameFallbackKey

                                                                              Back to top


                                                                              ShapeFeVariable


                                                                              Organisation:
                                                                              VPAC
                                                                              Project:
                                                                              StgFEM
                                                                              Location:
                                                                              ./StgFEM/Discretisation/src/
                                                                              Project Web:
                                                                              http://www.stgermainproject.org/StgFEM.html
                                                                              Copyright:
                                                                              Copyright (C) 2004-2005 VPAC.
                                                                              License:
                                                                              https://csd.vpac.org/twiki/bin/view/Stgermain/SoftwareLicense
                                                                              Parent:
                                                                              Children:

                                                                                Description:
                                                                                Field variable to be defined over a particular sub domain defined by the Shape supplied.
                                                                                Example:
                                                                                n/a
                                                                                Params
                                                                                NameTypeDefaultDescription
                                                                                ShapeString""Defines the geometric sub domain over which the FeVariable is to be applied.
                                                                                Dependencies
                                                                                TypeEssentialDescriptionNameFallbackKey

                                                                                Back to top


                                                                                SolutionVector


                                                                                Organisation:
                                                                                VPAC
                                                                                Project:
                                                                                StgFEM
                                                                                Location:
                                                                                ./StgFEM/SLE/SystemSetup/src/
                                                                                Project Web:
                                                                                http://www.stgermainproject.org/StgFEM.html
                                                                                Copyright:
                                                                                Copyright (C) 2004-2005 VPAC.
                                                                                License:
                                                                                https://csd.vpac.org/twiki/bin/view/Stgermain/SoftwareLicense
                                                                                Parent:
                                                                                Stg_Component
                                                                                Children:

                                                                                Description:
                                                                                ...
                                                                                Example:
                                                                                ...
                                                                                Params
                                                                                NameTypeDefaultDescription
                                                                                Dependencies
                                                                                TypeEssentialDescriptionNameFallbackKey
                                                                                FeVariableTrue...FeVariable

                                                                                Back to top


                                                                                StiffnessMatrix


                                                                                Organisation:
                                                                                VPAC
                                                                                Project:
                                                                                StgFEM
                                                                                Location:
                                                                                ./StgFEM/SLE/SystemSetup/src/
                                                                                Project Web:
                                                                                http://www.stgermainproject.org/StgFEM.html
                                                                                Copyright:
                                                                                Copyright (C) 2004-2005 VPAC.
                                                                                License:
                                                                                https://csd.vpac.org/twiki/bin/view/Stgermain/SoftwareLicense
                                                                                Parent:
                                                                                Stg_Component
                                                                                Children:

                                                                                  Description:
                                                                                  ...
                                                                                  Example:
                                                                                  ...
                                                                                  Params
                                                                                  NameTypeDefaultDescription
                                                                                  dimUnsignedInt0...
                                                                                  isNonLinearBoolFalse...
                                                                                  Dependencies
                                                                                  TypeEssentialDescriptionNameFallbackKey
                                                                                  FeVariableTrue...RowVariable
                                                                                  FeVariableTrue...ColumnVariable
                                                                                  ForceVectorTrue...RHS
                                                                                  Stg_ComponentNo...ApplicationDepInfo

                                                                                  Back to top


                                                                                  StiffnessMatrixTerm


                                                                                  Organisation:
                                                                                  VPAC
                                                                                  Project:
                                                                                  StgFEM
                                                                                  Location:
                                                                                  ./StgFEM/SLE/SystemSetup/src/
                                                                                  Project Web:
                                                                                  http://www.stgermainproject.org/StgFEM.html
                                                                                  Copyright:
                                                                                  Copyright (C) 2004-2005 VPAC.
                                                                                  License:
                                                                                  https://csd.vpac.org/twiki/bin/view/Stgermain/SoftwareLicense
                                                                                  Parent:
                                                                                  Stg_Component
                                                                                  Description:
                                                                                  ...
                                                                                  Example:
                                                                                  ...
                                                                                  Params
                                                                                  NameTypeDefaultDescription
                                                                                  Dependencies
                                                                                  TypeEssentialDescriptionNameFallbackKey
                                                                                  StiffnessMatrixTrue...StiffnessMatrix
                                                                                  SwarmTrue...Swarm
                                                                                  Stg_ComponentNo...ExtraInfo

                                                                                  Back to top


                                                                                  Stokes_SLE


                                                                                  Organisation:
                                                                                  VPAC
                                                                                  Project:
                                                                                  StgFEM
                                                                                  Location:
                                                                                  ./StgFEM/SLE/ProvidedSystems/StokesFlow/src/
                                                                                  Project Web:
                                                                                  http://www.stgermainproject.org/StgFEM.html
                                                                                  Copyright:
                                                                                  Copyright (C) 2004-2005 VPAC.
                                                                                  License:
                                                                                  https://csd.vpac.org/twiki/bin/view/Stgermain/SoftwareLicense
                                                                                  Children:

                                                                                    Description:
                                                                                    This SLE define the Stokes system of equations given by the 2x2 block matrix [ K G ]{u} = {f} [ D C ]{p} = {h} ........................................ (1) The param names used to identify each matrix in (1) within the Stokes_SLE are provided below. K: StressTensorMatrix G: GradientMatrix D: DivergenceMatrix C: CompressibilityMatrix u: VelocityVector p: PressureVector f: ForceVector h: ContinuityForceVector:
                                                                                    Example:
                                                                                    ...
                                                                                    Params
                                                                                    NameTypeDefaultDescription
                                                                                    Dependencies
                                                                                    TypeEssentialDescriptionNameFallbackKey
                                                                                    StiffnessMatrix True Matrix which is discrete counter part of a tensor gradient. StressTensorMatrix
                                                                                    StiffnessMatrix True Matrix which is the discrete counter part of the gradient operator. GradientMatrix
                                                                                    StiffnessMatrix No Matrix which is the discrete counter part of the divergence operator. DivergenceMatrix
                                                                                    StiffnessMatrix No Matrix which is the discrete counter part of "some" operator applied to p. The form of the operator is application dependent. CompressibilityMatrix
                                                                                    SolutionVector True The discrete velocity vector. VelocityVector
                                                                                    SolutionVector True The discrete pressure vector. PressureVector
                                                                                    ForceVector True The discrete forcing term for the momentum equation. ForceVector
                                                                                    ForceVector True The discrete forcing term for the continuity equation. ContinuityForceVector

                                                                                    Back to top


                                                                                    Stokes_SLE_PenaltySolver


                                                                                    Organisation:
                                                                                    VPAC
                                                                                    Project:
                                                                                    StgFEM
                                                                                    Location:
                                                                                    ./StgFEM/SLE/ProvidedSystems/StokesFlow/src/
                                                                                    Project Web:
                                                                                    http://www.stgermainproject.org/StgFEM.html
                                                                                    Copyright:
                                                                                    Copyright (C) 2004-2005 VPAC.
                                                                                    License:
                                                                                    https://csd.vpac.org/twiki/bin/view/Stgermain/SoftwareLicense
                                                                                    Parent:
                                                                                    Children:

                                                                                      Description:
                                                                                      ...
                                                                                      Example:
                                                                                      ...
                                                                                      Params
                                                                                      NameTypeDefaultDescription
                                                                                      Dependencies
                                                                                      TypeEssentialDescriptionNameFallbackKey

                                                                                      Back to top


                                                                                      Stokes_SLE_UzawaSolver


                                                                                      Organisation:
                                                                                      VPAC
                                                                                      Project:
                                                                                      StgFEM
                                                                                      Location:
                                                                                      ./StgFEM/SLE/ProvidedSystems/StokesFlow/src/
                                                                                      Project Web:
                                                                                      http://www.stgermainproject.org/StgFEM.html
                                                                                      Copyright:
                                                                                      Copyright (C) 2004-2005 VPAC.
                                                                                      License:
                                                                                      https://csd.vpac.org/twiki/bin/view/Stgermain/SoftwareLicense
                                                                                      Parent:
                                                                                      Children:

                                                                                        Description:
                                                                                        Solves the pressure Schur complement equation [ G^T K^{-1} G - C ] p = G^T K^{-1} f - h ....................... (1) via preconditioned Conjugate Gradient (PCG). The velocity u is incrementally updated at the same time the pressure is updated. Generally S will contain a constant null space consisting of the vector {1}. Prior to any PCG iterations, we check whether the null space is present in S. If it is, at each iteration the null space is removed. If we let, f* = G^T K^{-1} f - h, then we define the following stopping condition for PCG, |r_k| < tolerance * |f*| ......................................... (2) where r_k is the residual of (1) at the k^th iteration, r_k = f* - S p_k. Eqn (2) is the default stopping condition used. When (2) is satisified, convergence of PCG is deemed to have occurred. Setting the parameter "useAbsoluteTolerance" (see below) to True will cause the following stopping condition to be used |r_k| < tolerance ................................................ (3) The iterative method used to define the action of y = K^{-1} x is defined by the parameter called "velocitySolver". By default this solver uses a tolerance, delta_K given by delta_K = 0.1 * tolerance. When using petsc to define linear solvers, this default can be changed via the usual petsc KSP command line arguements. Eg -ksp_rtol 1.0e-8.
                                                                                        Example:
                                                                                        ...
                                                                                        Params
                                                                                        NameTypeDefaultDescription
                                                                                        tolerance double 1.0e-5 Specifies the tolerance to which equation (1) will be solved.
                                                                                        maxIterations int 1000 The maximum allowable number of PCG iterations which may be performed per solve.
                                                                                        minIterations int 1 The minimum allowable number of PCG iterations which may be performed per solve.
                                                                                        useAbsoluteTolerance Bool False Selects the absolute tolerance stopping condition described above.
                                                                                        monitor Bool False Selects to display the iteration number, current residual and accumlated CPU time during at each PCG iterate.
                                                                                        Dependencies
                                                                                        TypeEssentialDescriptionNameFallbackKey
                                                                                        StiffnessMatrix No The matrix define an approximation to S. This will be used to precondition Sp=f* in the PCG algorithm. Preconditioner
                                                                                        MatrixSolver No The solver used to define the action y = K^{-1} x. velocitySolver

                                                                                        Back to top


                                                                                        StripRemesher


                                                                                        Organisation:
                                                                                        VPAC
                                                                                        Project:
                                                                                        StgFEM
                                                                                        Location:
                                                                                        ./StgFEM/SLE/src/
                                                                                        Project Web:
                                                                                        http://www.stgermainproject.org/StgDomain.html
                                                                                        Copyright:
                                                                                        Copyright (C) 2004-2005 VPAC.
                                                                                        License:
                                                                                        https://csd.vpac.org/twiki/bin/view/Stgermain/SoftwareLicense
                                                                                        Parent:
                                                                                        Children:

                                                                                          Description:
                                                                                          ...
                                                                                          Example:
                                                                                          ...
                                                                                          Params
                                                                                          NameTypeDefaultDescription
                                                                                          Dependencies
                                                                                          TypeEssentialDescriptionNameFallbackKey

                                                                                          Back to top


                                                                                          SystemLinearEquations


                                                                                          Organisation:
                                                                                          VPAC
                                                                                          Project:
                                                                                          StgFEM
                                                                                          Location:
                                                                                          ./StgFEM/SLE/SystemSetup/src/
                                                                                          Project Web:
                                                                                          http://www.stgermainproject.org/StgFEM.html
                                                                                          Copyright:
                                                                                          Copyright (C) 2004-2005 VPAC.
                                                                                          License:
                                                                                          https://csd.vpac.org/twiki/bin/view/Stgermain/SoftwareLicense
                                                                                          Parent:
                                                                                          Stg_Component
                                                                                          Description:
                                                                                          This is an Abstract Class which manages a given system of linear equation. It provides the setting up, building and initialisation of the matricies and vectors which are specified in child classes of this component. The means by which this class does this is through adding build/assembly functions onto Entry Points it creates itself. These functions are kicked off as the first part of a linearExecute statement, which can be found here - the second part of the linearExecute statement is a solve step, which is defined in a child class and is referenced here via a function pointer. Also of interest in this component is the algorithmic flow of the solve step, i.e. linear or nonlinear.
                                                                                          Example:
                                                                                          Is an Abstract Class
                                                                                          Params
                                                                                          NameTypeDefaultDescription
                                                                                          isNonLinearBoolFalseOptional flag that enforces a nonlinear behavior of the solver. If the simulation requires nonlinear solves this flag should be automatically set to true.
                                                                                          nonLinearToleranceDouble0.01A relative tolerance to which a nonlinear solve is calculated to.
                                                                                          nonLinearMaxIterationsUnsignedInt500A maximum number of nonlinear solve iterations that will be performed each time step
                                                                                          killNonConvergentBoolTrueAn essential flag, which will kill the simulation if the solver does not appear to be converging after a time step
                                                                                          makeConvergenceFileBoolFalseAn optional flag to backup infos on convergence into a Convergence.dat file
                                                                                          nonLinearMinIterationsUnsignedInt1A minimum number of nonlinear solve iterations that will be performed each time step
                                                                                          Dependencies
                                                                                          TypeEssentialDescriptionNameFallbackKey
                                                                                          SLE_SolverNoIs an optional component in charge of Solver specifics. This SLE_Solver component takes the mathematical objects held/managed by this SystemLinearEquations class and executes them accordingly
                                                                                          FiniteElementContextNoAn optional component which is the global data structure used in the simulation. Used here incase information about the simulation data structures is required

                                                                                          Back to top


                                                                                          ThermalBuoyancyForceTerm


                                                                                          Organisation:
                                                                                          VPAC
                                                                                          Project:
                                                                                          StgFEM
                                                                                          Location:
                                                                                          ./StgFEM/Assembly/src/
                                                                                          Project Web:
                                                                                          http://www.stgermainproject.org/StgFEM.html
                                                                                          Copyright:
                                                                                          Copyright (C) 2004-2005 VPAC.
                                                                                          License:
                                                                                          https://csd.vpac.org/twiki/bin/view/Stgermain/SoftwareLicense
                                                                                          Parent:
                                                                                          Children:

                                                                                            Description:
                                                                                            Temperature and Rayleigh number dependent force term for the Stokes equation.
                                                                                            Example:
                                                                                            ./StgFEM/Apps/ThermalConvection/ThermalConvection.xml
                                                                                            Params
                                                                                            NameTypeDefaultDescription
                                                                                            RaDouble0.0Rayleigh number - if small then heat transfer is conductive, if large then heat transfer is convective.
                                                                                            Dependencies
                                                                                            TypeEssentialDescriptionNameFallbackKey
                                                                                            FeVariableTrueTemperature fieldTemperatureField

                                                                                            Back to top


                                                                                            TrilinearElementType


                                                                                            Organisation:
                                                                                            VPAC
                                                                                            Project:
                                                                                            StgFEM
                                                                                            Location:
                                                                                            ./StgFEM/Discretisation/src/
                                                                                            Project Web:
                                                                                            http://www.stgermainproject.org/StgFEM.html
                                                                                            Copyright:
                                                                                            Copyright (C) 2004-2005 VPAC.
                                                                                            License:
                                                                                            https://csd.vpac.org/twiki/bin/view/Stgermain/SoftwareLicense
                                                                                            Parent:
                                                                                            Children:

                                                                                              Description:
                                                                                              ...
                                                                                              Example:
                                                                                              ...
                                                                                              Params
                                                                                              NameTypeDefaultDescription
                                                                                              Dependencies
                                                                                              TypeEssentialDescriptionNameFallbackKey

                                                                                              Back to top


                                                                                              TrilinearInnerElType


                                                                                              Organisation:
                                                                                              VPAC
                                                                                              Project:
                                                                                              StgFEM
                                                                                              Location:
                                                                                              ./StgFEM/Discretisation/src/
                                                                                              Project Web:
                                                                                              http://www.stgermainproject.org/StgFEM.html
                                                                                              Copyright:
                                                                                              Copyright (C) 2004-2005 VPAC.
                                                                                              License:
                                                                                              https://csd.vpac.org/twiki/bin/view/Stgermain/SoftwareLicense
                                                                                              Parent:
                                                                                              Children:

                                                                                                Description:
                                                                                                Four internal nodes, constituting a tetrahedron with resulting shape functions being discontinuous between elements.
                                                                                                Example:
                                                                                                n/a
                                                                                                Params
                                                                                                NameTypeDefaultDescription
                                                                                                Dependencies
                                                                                                TypeEssentialDescriptionNameFallbackKey

                                                                                                Back to top


                                                                                                Triquadratic


                                                                                                Organisation:
                                                                                                VPAC
                                                                                                Project:
                                                                                                StgFEM
                                                                                                Location:
                                                                                                ./StgFEM/Discretisation/src/
                                                                                                Project Web:
                                                                                                http://www.stgermainproject.org/StgFEM.html
                                                                                                Copyright:
                                                                                                Copyright (C) 2004-2007 VPAC.
                                                                                                License:
                                                                                                https://csd.vpac.org/twiki/bin/view/Stgermain/SoftwareLicense
                                                                                                Parent:
                                                                                                Children:

                                                                                                  Description:
                                                                                                  3D element with quadratic shape functions
                                                                                                  Example:
                                                                                                  n/a
                                                                                                  Params
                                                                                                  NameTypeDefaultDescription
                                                                                                  Dependencies
                                                                                                  TypeEssentialDescriptionNameFallbackKey

                                                                                                  Back to top


                                                                                                  UzawaPreconditionerTerm


                                                                                                  Organisation:
                                                                                                  VPAC
                                                                                                  Project:
                                                                                                  StgFEM
                                                                                                  Location:
                                                                                                  ./StgFEM/SLE/ProvidedSystems/StokesFlow/src/
                                                                                                  Project Web:
                                                                                                  http://www.stgermainproject.org/StgFEM.html
                                                                                                  Copyright:
                                                                                                  Copyright (C) 2004-2005 VPAC.
                                                                                                  License:
                                                                                                  https://csd.vpac.org/twiki/bin/view/Stgermain/SoftwareLicense
                                                                                                  Children:

                                                                                                    Description:
                                                                                                    ...
                                                                                                    Example:
                                                                                                    ...
                                                                                                    Params
                                                                                                    NameTypeDefaultDescription
                                                                                                    Dependencies
                                                                                                    TypeEssentialDescriptionNameFallbackKey

                                                                                                    Back to top


                                                                                                    Vector


                                                                                                    Organisation:
                                                                                                    VPAC
                                                                                                    Project:
                                                                                                    StgFEM
                                                                                                    Location:
                                                                                                    StgFEM/SLE/LinearAlgebra/src/
                                                                                                    Project Web:
                                                                                                    http://www.stgermainproject.org/StgFEM.html
                                                                                                    Copyright:
                                                                                                    StGermain Framework. Copyright (C) 2003-2005 VPAC.
                                                                                                    License:
                                                                                                    The Gnu Lesser General Public License http://www.gnu.org/licenses/lgpl.html
                                                                                                    Parent:
                                                                                                    Children:

                                                                                                      Description:
                                                                                                      ...

                                                                                                      Back to top