|  | 
| virtual void | build_mesh (float *, float *, float *, bool *, float *, float, bool, int) | 
|  | 
| virtual void | output_boundary (char *fn) | 
|  | 
|  | Grid2D (char *m, Region **r) | 
|  | 
|  | Grid (char *, Region **, int) | 
|  | 
| virtual | ~Grid () | 
|  | 
| void | unPrMFiberDefs (void) | 
|  | 
| void | add_element (Element &, region_t) | 
|  | 
| void | set_indx_bounds (bool *sym) | 
|  | 
| bool | chk_bath (int i, int j, int k) | 
|  | 
| bool | os_good () | 
|  | 
Definition at line 515 of file mesher.cc.
 
◆ Grid2D()
  
  | 
        
          | Grid2D::Grid2D | ( | char * | m, |  
          |  |  | Region ** | r |  
          |  | ) |  |  |  | inline | 
 
 
◆ build_mesh()
  
  | 
        
          | void Grid2D::build_mesh | ( | float * | x0, |  
          |  |  | float * | x, |  
          |  |  | float * | tissue, |  
          |  |  | bool * | sym, |  
          |  |  | float * | res, |  
          |  |  | float | pert, |  
          |  |  | bool | aniso_bath, |  
          |  |  | int | periodic_bc |  
          |  | ) |  |  |  | virtual | 
 
build a regular 2D mesh
- Parameters
- 
  
    | x0 | starting x |  | x | total length |  | tissue | myocardium size |  | res | resolution in each dimension |  | fd0 | intial fibre direction (z=0) |  | drot | fibre rotation rate in x (deg/mm) |  | pert | perturbation |  | aniso_bath | make bath anisotropic |  | periodic_bc | make periodic boundary conditions by adding connections |  
 
Implements Grid.
Definition at line 773 of file mesher.cc.
 
 
◆ output_boundary()
  
  | 
        
          | virtual void Grid2D::output_boundary | ( | char * | fn | ) |  |  | inlinevirtual | 
 
 
The documentation for this class was generated from the following file: