FiniteElementContainers.jl
  • Home
  • Tutorial
    • 1 Poisson Equation
    • 2 Advection-Diffusion Equation
    • 3 Coupled Problem
    • 4 Transient Problem
    • 5 Solid Mechanics
  • AppTools
  • Assemblers
  • Boundary Conditions
  • DofManager
  • Expressions
  • Fields
  • Formulations
  • Function spaces
  • Functions
  • Initial Conditions
  • Meshes
  • MPI Parallelism
  • Parameters
  • Parser
  • Physics
  • Utilities
Version
  • Parser
  • Parser
GitHub
FiniteElementContainers.InputFileParser.SimpleYAML._parse_value_after_colon — Method

Determine the value given the stripped inline remainder after a mapping colon (or after a sequence dash), plus the current block's indent level.

source
FiniteElementContainers.InputFileParser.SimpleYAML.line_indent — Method

Count leading ASCII space bytes.

source
FiniteElementContainers.InputFileParser.SimpleYAML.lstrip_ascii — Method

lstrip ASCII whitespace, returning a plain String. Only advances through single-byte ASCII space/tab characters, so the first non-whitespace byte is always a valid character boundary.

source
FiniteElementContainers.InputFileParser.SimpleYAML.peek_indent — Method

Find the indent of the next non-blank non-comment line without advancing.

source
FiniteElementContainers.InputFileParser.SimpleYAML.split_indent — Method

Return (indent::Int, content::String) for a raw line. content is the line with leading spaces removed, as a proper String.

source
FiniteElementContainers.InputFileParser.SimpleYAML.strip_inline_comment — Method

Strip trailing inline comment (' # ...') and trailing whitespace. Always returns a plain String; uses only byte-level ops.

source
FiniteElementContainers.InputFileParser.SimpleYAML.suffix_after_char — Method

Return the suffix of s starting one character after byte-position byte_pos. byte_pos must point to the start of a character (i.e. be a valid index). Uses nextind to step one character, then slices to end.

source
« ParametersPhysics »

Powered by Documenter.jl and the Julia Programming Language.

Settings


This document was generated with Documenter.jl version 1.17.0 on Saturday 1 August 2026. Using Julia version 1.10.11.