JaRMoS  1.1
Java Reduced Model Simulations
 All Classes Namespaces Files Functions Variables Enumerator Groups Pages
jarmos.geometry.FieldMapping Enum Reference

The field mapping determines how the DoF of the solution are mapped into the given geometry. More...

Static Public Member Functions

static FieldMapping parse (String value)
 Parses a string into a DiscretizationType. More...
 

Public Attributes

 VERTEX
 The field variables are to be mapped to geometry vertices, e.g. More...
 
 ELEMENT
 The field variables are to be mapped to geometry elements, e.g. More...
 

Detailed Description

The field mapping determines how the DoF of the solution are mapped into the given geometry.

This is made for different discretization schemes like FEM or FV, where values on either the nodes/vertices or elements are computed.

Author
Daniel Wirtz
Date
Aug 30, 2011

Definition at line 11 of file FieldMapping.java.

Member Function Documentation

static FieldMapping jarmos.geometry.FieldMapping.parse ( String  value)
static

Parses a string into a DiscretizationType.

Parameters
value
Returns
The matching discretization type or FEM if no match is found.

Definition at line 40 of file FieldMapping.java.

Member Data Documentation

jarmos.geometry.FieldMapping.ELEMENT

The field variables are to be mapped to geometry elements, e.g.

if the model is discretized using finite volume methods.

The field solution values are mean values on faces.

Definition at line 27 of file FieldMapping.java.

jarmos.geometry.FieldMapping.VERTEX

The field variables are to be mapped to geometry vertices, e.g.

if the model is discretized using finite element methods.

The field solution values are values on nodes/vertices.

Definition at line 19 of file FieldMapping.java.


The documentation for this enum was generated from the following file: