BCType
======

.. currentmodule:: fridom.framework.grid

.. autoclass:: BCType

   
   .. automethod:: __init__

   
   .. rubric:: Methods

   .. autosummary::
   
      ~BCType.encode
      ~BCType.replace
      ~BCType.split
      ~BCType.rsplit
      ~BCType.join
      ~BCType.capitalize
      ~BCType.casefold
      ~BCType.title
      ~BCType.center
      ~BCType.count
      ~BCType.expandtabs
      ~BCType.find
      ~BCType.partition
      ~BCType.index
      ~BCType.ljust
      ~BCType.lower
      ~BCType.lstrip
      ~BCType.rfind
      ~BCType.rindex
      ~BCType.rjust
      ~BCType.rstrip
      ~BCType.rpartition
      ~BCType.splitlines
      ~BCType.strip
      ~BCType.swapcase
      ~BCType.translate
      ~BCType.upper
      ~BCType.startswith
      ~BCType.endswith
      ~BCType.removeprefix
      ~BCType.removesuffix
      ~BCType.isascii
      ~BCType.islower
      ~BCType.isupper
      ~BCType.istitle
      ~BCType.isspace
      ~BCType.isdecimal
      ~BCType.isdigit
      ~BCType.isnumeric
      ~BCType.isalpha
      ~BCType.isalnum
      ~BCType.isidentifier
      ~BCType.isprintable
      ~BCType.zfill
      ~BCType.format
      ~BCType.format_map
      ~BCType.maketrans
      ~BCType.__init__
   
   

   
   
   .. rubric:: Attributes

   .. autosummary::
   
      ~BCType.DIRICHLET
      ~BCType.NEUMANN
   
   

   .. minigallery:: fridom.framework.grid.BCType
      :add-heading: