Skip to content
Stefano Zaghi edited this page Nov 6, 2015 · 1 revision

VecFor is a module library. The main core of VecFor is currently composed by one module, namely vecfor.F90, where two derived types are defined:

  1. Vector;
  2. Vector_Ptr.

The first one is the main class for handling vectors while the latter is a wrapper to the first for allowing arrays of vector pointers. Some testing programs are provided showing a basic example of VecFor usage.

Examples Getting Started Testing Programs API Documentation
[[A Taste of VecFor Taste]] Getting-Started Testing-Program

Clone this wiki locally