Ignore:
Timestamp:
06/11/10 11:10:11 (15 years ago)
Author:
Eric.Larour
Message:

New OutputResults module, relying on patches, and embedded element results

File:
1 edited

Legend:

Unmodified
Added
Removed
  • issm/trunk/src/c/objects/Inputs/BoolInput.cpp

    r4037 r4039  
    1111#include "stdio.h"
    1212#include <string.h>
    13 #include "./InputLocal.h"
    1413#include "../objects.h"
    1514#include "../../EnumDefinitions/EnumDefinitions.h"
     
    218217}
    219218/*}}}*/
    220 /*FUNCTION BoolInput::PatchSize(void);{{{1*/
    221 int BoolInput::PatchSize(void){
    222 
    223         /*Return the number of nodal values this input holds, so that
    224          * results can be correctl dimensionned. See InputToResultsx
    225          * module for more explanations: */
    226         return 1;
    227 }
    228 /*}}}*/
    229 /*FUNCTION BoolInput::PatchFill(double* patches, int max_vertices,Parameters* parameters);{{{1*/
    230 void BoolInput::PatchFill(double* patches, int max_vertices,Parameters* parameters){
    231 
    232         ISSMERROR(" not supported yet!");
    233 }
    234 /*}}}*/
Note: See TracChangeset for help on using the changeset viewer.