Peano
Loading...
Searching...
No Matches
peano4.datamodel.Patch.Patch Class Reference
Inheritance diagram for peano4.datamodel.Patch.Patch:
Collaboration diagram for peano4.datamodel.Patch.Patch:

Public Member Functions

 __init__ (self, dim, no_of_unknowns, name, float_type="double")
 dim should be a two-tuple or a three-tuple of integers, so a construction could look like
 
 __str__ (self)
 
 additional_load_and_store_arguments (self)
 
 additional_load_and_store_arguments (self, new_arguments)
 
- Public Member Functions inherited from peano4.datamodel.DoF.DoF
 configure (self, namespace, association, subdirectory="")
 Typically called by model as soon as you add an object to it.
 
 get_full_qualified_type (self)
 
 get_logical_type_name (self)
 What should the data type be called within the data repository, or within action sets.
 
 get_enumeration_type (self)
 What should the data type be called within the data repository.
 
 additional_load_and_store_arguments_for_other_dof (self, argument_name, use_dof_association=None)
 You can make Peano's store and load arguments of any DoF depend on other DoFs that you have loaded before.
 
 subnamespace (self)
 

Data Fields

 dim
 
 no_of_unknowns
 
 generator
 
 readme_descriptor
 
- Data Fields inherited from peano4.datamodel.DoF.DoF
 association
 
 name
 
 namespace
 
 subdirectory
 

Static Public Attributes

str readme_package_descriptor
 

Protected Attributes

 _additional_load_and_store_arguments
 
- Protected Attributes inherited from peano4.datamodel.DoF.DoF
 _additional_load_and_store_arguments
 

Detailed Description

Definition at line 7 of file Patch.py.

Constructor & Destructor Documentation

◆ __init__()

peano4.datamodel.Patch.Patch.__init__ ( self,
dim,
no_of_unknowns,
name,
float_type = "double" )

dim should be a two-tuple or a three-tuple of integers, so a construction could look like

cell_data = peano4.datamodel.Patch( (6,6,6), "Fluid" )

Reimplemented from peano4.datamodel.DoF.DoF.

Definition at line 12 of file Patch.py.

References peano4.datamodel.Patch.Patch.__init__().

Referenced by peano4.datamodel.Patch.Patch.__init__().

Here is the call graph for this function:
Here is the caller graph for this function:

Member Function Documentation

◆ __str__()

◆ additional_load_and_store_arguments() [1/2]

◆ additional_load_and_store_arguments() [2/2]

Field Documentation

◆ _additional_load_and_store_arguments

◆ dim

◆ generator

◆ no_of_unknowns

◆ readme_descriptor

peano4.datamodel.Patch.Patch.readme_descriptor

Definition at line 24 of file Patch.py.

◆ readme_package_descriptor

str peano4.datamodel.Patch.Patch.readme_package_descriptor
static
Initial value:
= """
"""

Definition at line 8 of file Patch.py.


The documentation for this class was generated from the following file: