sfepy.physics.radial_mesh module

class sfepy.physics.radial_mesh.ExplicitRadialMesh(coors)[source]
get_coors()[source]
get_index(r)[source]
get_midpoint_mesh(to=None)[source]
get_mixing(r)[source]
get_parent_mesh()[source]
get_r(index)[source]
interpolate(potential, r)[source]
last_point()[source]
shape
size
slice(x, y)[source]
sparse_vector(vector)[source]
class sfepy.physics.radial_mesh.RadialHyperbolicMesh(jm, ap=None, size=None, from_zero=False)[source]
size = None
class sfepy.physics.radial_mesh.RadialMesh[source]

Radial mesh.

dot(vector_a, vector_b, norm='spherical')[source]

System Message: WARNING/2 (\int f(r) g(r) r^2 dr )

latex exited with error [stdout] This is pdfTeX, Version 3.1415926-2.5-1.40.14 (TeX Live 2013/TeX Live for SUSE Linux) restricted \write18 enabled. entering extended mode (./math.tex LaTeX2e <2011/06/27> Babel <3.9f> and hyphenation patterns for 78 languages loaded. (/usr/share/texmf/tex/latex/base/article.cls Document Class: article 2007/10/19 v1.4h Standard LaTeX document class (/usr/share/texmf/tex/latex/base/size12.clo)) (/usr/share/texmf/tex/latex/base/inputenc.sty ! LaTeX Error: File `utf8x.def’ not found. Type X to quit or <RETURN> to proceed, or enter new name. (Default extension: def) Enter file name: ! Emergency stop. <read *> l.131 \endinput ^^M No pages of output. Transcript written on math.log.
integrate(vector, norm)[source]

System Message: WARNING/2 (\int f(r) r^2 dr )

latex exited with error [stdout] This is pdfTeX, Version 3.1415926-2.5-1.40.14 (TeX Live 2013/TeX Live for SUSE Linux) restricted \write18 enabled. entering extended mode (./math.tex LaTeX2e <2011/06/27> Babel <3.9f> and hyphenation patterns for 78 languages loaded. (/usr/share/texmf/tex/latex/base/article.cls Document Class: article 2007/10/19 v1.4h Standard LaTeX document class (/usr/share/texmf/tex/latex/base/size12.clo)) (/usr/share/texmf/tex/latex/base/inputenc.sty ! LaTeX Error: File `utf8x.def’ not found. Type X to quit or <RETURN> to proceed, or enter new name. (Default extension: def) Enter file name: ! Emergency stop. <read *> l.131 \endinput ^^M No pages of output. Transcript written on math.log.
interpolate_3d(potential, coors, centre=None)[source]
intervals()[source]
linear_integral(vector, from_zero=False)[source]

System Message: WARNING/2 (a_n = \int_{r_0}^{r_n} f(r) dr )

latex exited with error [stdout] This is pdfTeX, Version 3.1415926-2.5-1.40.14 (TeX Live 2013/TeX Live for SUSE Linux) restricted \write18 enabled. entering extended mode (./math.tex LaTeX2e <2011/06/27> Babel <3.9f> and hyphenation patterns for 78 languages loaded. (/usr/share/texmf/tex/latex/base/article.cls Document Class: article 2007/10/19 v1.4h Standard LaTeX document class (/usr/share/texmf/tex/latex/base/size12.clo)) (/usr/share/texmf/tex/latex/base/inputenc.sty ! LaTeX Error: File `utf8x.def’ not found. Type X to quit or <RETURN> to proceed, or enter new name. (Default extension: def) Enter file name: ! Emergency stop. <read *> l.131 \endinput ^^M No pages of output. Transcript written on math.log.

from_zero starts to integrate from zero, instead of starting between the first two points

linear_integrate(vector)[source]

System Message: WARNING/2 (\int f(r) dr )

latex exited with error [stdout] This is pdfTeX, Version 3.1415926-2.5-1.40.14 (TeX Live 2013/TeX Live for SUSE Linux) restricted \write18 enabled. entering extended mode (./math.tex LaTeX2e <2011/06/27> Babel <3.9f> and hyphenation patterns for 78 languages loaded. (/usr/share/texmf/tex/latex/base/article.cls Document Class: article 2007/10/19 v1.4h Standard LaTeX document class (/usr/share/texmf/tex/latex/base/size12.clo)) (/usr/share/texmf/tex/latex/base/inputenc.sty ! LaTeX Error: File `utf8x.def’ not found. Type X to quit or <RETURN> to proceed, or enter new name. (Default extension: def) Enter file name: ! Emergency stop. <read *> l.131 \endinput ^^M No pages of output. Transcript written on math.log.
static merge(meshes)[source]
norm(vector, norm='spherical')[source]
output_vector(vector, filename=None)[source]
plot(vector, cmd='plot')[source]
class sfepy.physics.radial_mesh.RadialVector(mesh, values=None)[source]
derivatives(radial=True)[source]
extrapolated_derivatives(at=None, precision=0.0001, attempts=10)[source]
extrapolated_values(at=None, precision=0.0001, grade=10, attempts=10)[source]
static from_file(file)[source]
get_coors()[source]
get_extrapolated(precision=0.0001, grade=10, attempts=10)[source]
integrate(precision=0.0001)[source]
interpolate(x)[source]
interpolate_3d(coors, centre=(0, 0, 0))[source]
linear_derivatives()[source]
linear_integral(from_zero=False)[source]
linear_integrate()[source]
output_vector(filename=None)[source]
plot()[source]
pretty(values)[source]
running_mean()[source]
slice(x, y)[source]
static sparse_merge(vectors)[source]
to_file(filename=None)[source]