Defines a SHE quantity in (x, H)-space for use within the solvers of ViennaSHE. More...
#include <vector>
#include <string>
#include "viennagrid/mesh/mesh.hpp"
#include "viennashe/forwards.h"
Go to the source code of this file.
Classes | |
class | viennashe::she::unknown_she_quantity< AssociatedT1, AssociatedT2, ValueT > |
General representation of any solver quantity defined on two different element types (e.g. vertices and edges) in an augmented (x, H) space. More... | |
class | viennashe::she::const_she_quantity< AssociatedT1, AssociatedT2, ValueT > |
Common representation of any quantity associated with two objects of a certain type and an index. More... | |
Namespaces | |
namespace | viennashe |
The main ViennaSHE namespace. All functionality resides inside this namespace. | |
namespace | viennashe::she |
Functions | |
long | viennashe::she::even_unknowns_on_node (long L) |
Returns the number of even spherical harmonics up to (including) order L. More... | |
long | viennashe::she::odd_unknowns_on_node (long L) |
Returns the number of odd spherical harmonics up to (including) order L. More... | |
Defines a SHE quantity in (x, H)-space for use within the solvers of ViennaSHE.
Definition in file she_quantity.hpp.