SICOPOLIS V3.3
Modules | Functions/Subroutines
metric_m.F90 File Reference

Definition of the components g11 and g22 of the metric tensor of the applied numerical coordinates. More...

Go to the source code of this file.

Modules

module  metric_m
 Definition of the components g11 and g22 of the metric tensor of the applied numerical coordinates.
 

Functions/Subroutines

subroutine, public metric_m::metric ()
 Main routine of module metric_m: Definition of the components g11 and g22 of the metric tensor of the applied numerical coordinates. More...
 
subroutine metric_m::metric_stereo (x_val, y_val, K, g11_r, g22_r)
 Components g11 and g22 of the metric tensor for the stereographical projection. More...
 
subroutine metric_m::metric_geogr (phi_val, g11_r, g22_r)
 Components g11 and g22 of the metric tensor for geographical coordinates. More...
 

Detailed Description

Definition of the components g11 and g22 of the metric tensor of the applied numerical coordinates.

Copyright

Copyright 2009-2017 Ralf Greve, Roland Warner

License

This file is part of SICOPOLIS.

SICOPOLIS is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation, either version 3 of the License, or (at your option) any later version.

SICOPOLIS is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details.

You should have received a copy of the GNU General Public License along with SICOPOLIS. If not, see http://www.gnu.org/licenses/.

Definition in file metric_m.F90.