Difference between revisions of "UCVM 13.9.0 Developer Guide"

From SCECpedia
Jump to navigationJump to search
(Created page with '== Overview == '''This guide is intended for users looking to modify the UCVM source code, register new models with UCVM, or integrate UCVM into their own projects. Most common …')
 
Line 2: Line 2:
  
 
'''This guide is intended for users looking to modify the UCVM source code, register new models with UCVM, or integrate UCVM into their own projects. Most common functionality, including mesh generation and getting material properties from models, is described in the [https://scec.usc.edu/scecpedia/UCVM_13.9.0_User_Guide main user guide].'''
 
'''This guide is intended for users looking to modify the UCVM source code, register new models with UCVM, or integrate UCVM into their own projects. Most common functionality, including mesh generation and getting material properties from models, is described in the [https://scec.usc.edu/scecpedia/UCVM_13.9.0_User_Guide main user guide].'''
 +
 +
Released on September 8th, 2013, UCVM 13.9.0 represents the second major release of the Unified Community Velocity Model (UCVM) framework. While at its core, UCVM is a collection of software utilities that are designed to make interacting with velocity models easier, it also includes a powerful API for interacting with or registering new velocity models. UCVM's API makes it very easy to integrate into software projects.
 +
 +
== Register a New Velocity Model ==
 +
 +
== Query a Velocity Model in Your Code ==
 +
 +
== General API Concepts ==

Revision as of 23:36, 12 September 2013

Overview

This guide is intended for users looking to modify the UCVM source code, register new models with UCVM, or integrate UCVM into their own projects. Most common functionality, including mesh generation and getting material properties from models, is described in the main user guide.

Released on September 8th, 2013, UCVM 13.9.0 represents the second major release of the Unified Community Velocity Model (UCVM) framework. While at its core, UCVM is a collection of software utilities that are designed to make interacting with velocity models easier, it also includes a powerful API for interacting with or registering new velocity models. UCVM's API makes it very easy to integrate into software projects.

Register a New Velocity Model

Query a Velocity Model in Your Code

General API Concepts