PVGeo
  • Welcome to PVGeo’s code docs!
  • Why PVGeo?
  • Getting Started
  • Featured
  • AGU 2018

Examples

  • About Examples
  • Quick Examples

API Index:

  • About PVGeo
    • Base Classes
    • Color Maps
    • Interface
    • Internal Helpers
    • General Filters
    • GMG Group Standards
    • Grid Tools
    • GSLib & SGeMS
    • Model Builder
      • earth
      • Grids
    • General Readers
    • UBC Mesh Tools

Development Guide

  • Contributing
  • Project Structure
  • Templates
  • Development Example Snippets
  • External References

Getting Connected

  • Slack Community
  • Support
  • Source Code
  • Contributing
  • The Paper
We use ads to cover the cost of maintenance for this site and fund beverages for the occasional hackathon (🍺 on us!)
PVGeo
  • About PVGeo
  • Model Builder

Model Builder

  • earth
    • Globe Source
      • GlobeSource
        • GlobeSource.RequestData()
        • GlobeSource.build_globe()
        • GlobeSource.create_sphere()
        • GlobeSource.set_n_meridians()
        • GlobeSource.set_n_parallels()
        • GlobeSource.set_radius()
        • GlobeSource.spherical_to_cartesian()
    • Outline Continents
      • OutlineContinents
        • OutlineContinents.RequestData()
        • OutlineContinents.set_radius()
  • Grids
    • Create Even Rectilinear Grid
      • CreateEvenRectilinearGrid
        • CreateEvenRectilinearGrid.RequestData()
        • CreateEvenRectilinearGrid.RequestInformation()
        • CreateEvenRectilinearGrid.set_extent()
        • CreateEvenRectilinearGrid.set_x_range()
        • CreateEvenRectilinearGrid.set_y_range()
        • CreateEvenRectilinearGrid.set_z_range()
    • Create Tensor Mesh
      • CreateTensorMesh
        • CreateTensorMesh.RequestData()
        • CreateTensorMesh.RequestInformation()
        • CreateTensorMesh._add_model_data()
        • CreateTensorMesh._make_model()
        • CreateTensorMesh._read_cell_line()
        • CreateTensorMesh.get_extent()
        • CreateTensorMesh.set_origin()
        • CreateTensorMesh.set_x_cells()
        • CreateTensorMesh.set_x_cells_str()
        • CreateTensorMesh.set_y_cells()
        • CreateTensorMesh.set_y_cells_str()
        • CreateTensorMesh.set_z_cells()
        • CreateTensorMesh.set_z_cells_str()
    • Create Uniform Grid
      • CreateUniformGrid
        • CreateUniformGrid.RequestData()
        • CreateUniformGrid.RequestInformation()
        • CreateUniformGrid.set_extent()
        • CreateUniformGrid.set_origin()
        • CreateUniformGrid.set_spacing()
Previous Next

© 2018-2020, Bane Sullivan

Except where noted, this work is licensed under a BSD 3-Clause License

Built with Sphinx using a theme provided by Read the Docs.

This documentation was automatically generated by gendocs