SCIRun  5.0
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
Public Member Functions | List of all members
BuildFESurfRHSAlgo Class Reference

#include <BuildFESurfRHS.h>

Inheritance diagram for BuildFESurfRHSAlgo:

Public Member Functions

 BuildFESurfRHSAlgo ()
 Set defaults. More...
 
bool run (FieldHandle input, FieldHandle &output, MatrixHandle &mat_output)
 With mapping. More...
 

Constructor & Destructor Documentation

BuildFESurfRHSAlgo ( )
inline

Set defaults.

Member Function Documentation

bool run ( FieldHandle  input,
FieldHandle output,
MatrixHandle mat_output 
)

With mapping.

Without mapping

A copy of the algorithm without creating the mapping matrix. Need this for the various algorithms that only use the boundary to project nodes on.

Define types we need for mapping

Check whether we have an input field

Figure out what the input type and output type have to be

We do not yet support Quadratic and Cubic Meshes here

Figure out which type of field the output is:

Check whether we could make a conversion

Create the output field

Get the virtual interfaces:

These are all virtual iterators, virtual index_types and array_types

Create numerical integration scheme

Copying values


The documentation for this class was generated from the following files: