Ignore:
Timestamp:
07/13/10 08:46:04 (15 years ago)
Author:
Mathieu Morlighem
Message:

cosmetics (fold names)

Location:
issm/trunk/src/c/objects/ElementResults
Files:
5 edited

Legend:

Unmodified
Added
Removed
  • issm/trunk/src/c/objects/ElementResults/BeamVertexElementResult.cpp

    r4248 r4546  
    136136/*}}}*/
    137137
    138 
    139138/*ElementResult management*/
    140139/*FUNCTION BeamVertexElementResult::EnumType{{{1*/
     
    145144}
    146145/*}}}*/
    147 /*FUNCTION BeamVertexElementResult::ProcessUnits(Parameters* parameters){{{1*/
     146/*FUNCTION BeamVertexElementResult::ProcessUnits{{{1*/
    148147void BeamVertexElementResult::ProcessUnits(Parameters* parameters){
    149148       
     
    152151}
    153152/*}}}*/
    154 /*FUNCTION BeamVertexElementResult::NumberOfNodalValues(void){{{1*/
     153/*FUNCTION BeamVertexElementResult::NumberOfNodalValues{{{1*/
    155154int BeamVertexElementResult::NumberOfNodalValues(void){
    156155        return 2;
    157156}
    158157/*}}}*/
    159 /*FUNCTION BeamVertexElementResult::BeamVertexElementResult::PatchFill(int row, Patch* patch){{{1*/
     158/*FUNCTION BeamVertexElementResult::PatchFill{{{1*/
    160159void BeamVertexElementResult::PatchFill(int row, Patch* patch){
    161160       
  • issm/trunk/src/c/objects/ElementResults/DoubleElementResult.cpp

    r4248 r4546  
    194194}
    195195/*}}}*/
    196 /*FUNCTION DoubleElementResult::ProcessUnits(Parameters* parameters){{{1*/
     196/*FUNCTION DoubleElementResult::ProcessUnits{{{1*/
    197197void DoubleElementResult::ProcessUnits(Parameters* parameters){
    198198       
     
    201201}
    202202/*}}}*/
    203 /*FUNCTION DoubleElementResult::NumberOfNodalValues(void){{{1*/
     203/*FUNCTION DoubleElementResult::NumberOfNodalValues{{{1*/
    204204int DoubleElementResult::NumberOfNodalValues(void){
    205205        return 1;
    206206}
    207207/*}}}*/
    208 /*FUNCTION DoubleElementResult::DoubleElementResult::PatchFill(int row, Patch* patch){{{1*/
     208/*FUNCTION DoubleElementResult::PatchFill{{{1*/
    209209void DoubleElementResult::PatchFill(int row, Patch* patch){
    210210       
  • issm/trunk/src/c/objects/ElementResults/PentaVertexElementResult.cpp

    r4248 r4546  
    137137/*}}}*/
    138138
    139 
    140139/*ElementResult management*/
    141140/*FUNCTION PentaVertexElementResult::EnumType{{{1*/
     
    211210}
    212211/*}}}*/
    213 /*FUNCTION PentaVertexElementResult::ProcessUnits(Parameters* parameters){{{1*/
     212/*FUNCTION PentaVertexElementResult::ProcessUnits{{{1*/
    214213void PentaVertexElementResult::ProcessUnits(Parameters* parameters){
    215214       
     
    218217}
    219218/*}}}*/
    220 /*FUNCTION PentaVertexElementResult::NumberOfNodalValues(void){{{1*/
     219/*FUNCTION PentaVertexElementResult::NumberOfNodalValues{{{1*/
    221220int PentaVertexElementResult::NumberOfNodalValues(void){
    222221        return 6;
    223222}
    224223/*}}}*/
    225 /*FUNCTION PentaVertexElementResult::PentaVertexElementResult::PatchFill(int row, Patch* patch){{{1*/
     224/*FUNCTION PentaVertexElementResult::PatchFill{{{1*/
    226225void PentaVertexElementResult::PatchFill(int row, Patch* patch){
    227226       
  • issm/trunk/src/c/objects/ElementResults/SingVertexElementResult.cpp

    r4248 r4546  
    136136
    137137/*ElementResult virtual functions definitions*/
    138 /*FUNCTION SingVertexElementResult::ProcessUnits(Parameters* parameters){{{1*/
     138/*FUNCTION SingVertexElementResult::ProcessUnits{{{1*/
    139139void SingVertexElementResult::ProcessUnits(Parameters* parameters){
    140140       
     
    143143}
    144144/*}}}*/
    145 /*FUNCTION SingVertexElementResult::NumberOfNodalValues(void){{{1*/
     145/*FUNCTION SingVertexElementResult::NumberOfNodalValues{{{1*/
    146146int SingVertexElementResult::NumberOfNodalValues(void){
    147147        return 1;
    148148}
    149149/*}}}*/
    150 /*FUNCTION SingVertexElementResult::SingVertexElementResult::PatchFill(int row, Patch* patch){{{1*/
     150/*FUNCTION SingVertexElementResult::PatchFill{{{1*/
    151151void SingVertexElementResult::PatchFill(int row, Patch* patch){
    152152       
  • issm/trunk/src/c/objects/ElementResults/TriaVertexElementResult.cpp

    r4248 r4546  
    137137/*}}}*/
    138138
    139 
    140139/*ElementResult management*/
    141140/*FUNCTION TriaVertexElementResult::EnumType{{{1*/
     
    200199}
    201200/*}}}*/
    202 /*FUNCTION TriaVertexElementResult::ProcessUnits(Parameters* parameters){{{1*/
     201/*FUNCTION TriaVertexElementResult::ProcessUnits{{{1*/
    203202void TriaVertexElementResult::ProcessUnits(Parameters* parameters){
    204203       
     
    207206}
    208207/*}}}*/
    209 /*FUNCTION TriaVertexElementResult::NumberOfNodalValues(void){{{1*/
     208/*FUNCTION TriaVertexElementResult::NumberOfNodalValues{{{1*/
    210209int TriaVertexElementResult::NumberOfNodalValues(void){
    211210        return 3;
    212211}
    213212/*}}}*/
    214 /*FUNCTION TriaVertexElementResult::TriaVertexElementResult::PatchFill(int row, Patch* patch){{{1*/
     213/*FUNCTION TriaVertexElementResult::PatchFill{{{1*/
    215214void TriaVertexElementResult::PatchFill(int row, Patch* patch){
    216215       
Note: See TracChangeset for help on using the changeset viewer.