Ignore:
Timestamp:
12/24/13 01:40:32 (11 years ago)
Author:
Mathieu Morlighem
Message:

NEW: working on P2xP4 finite elements

File:
1 edited

Legend:

Unmodified
Added
Removed
  • TabularUnified issm/trunk-jpl/src/c/modules/IoModelToConstraintsx/IoModelToConstraintsx.cpp ΒΆ

    r17042 r17057  
    110110                                        }
    111111                                }
     112                                break;
     113                        case P2xP4Enum:
     114                                for(i=0;i<iomodel->numberofvertices;i++){
     115                                        if((iomodel->my_vertices[i])){
     116                                                if (!xIsNan<IssmDouble>(spcdata[i])){
     117                                                        constraints->AddObject(new SpcStatic(iomodel->constraintcounter+count+1,iomodel->nodecounter+i+1,dof,spcdata[i],analysis_type));
     118                                                        count++;
     119                                                }
     120                                        }
     121                                }
     122                                _printf0_("WARNING: Skipping constraints along edges\n");
    112123                                break;
    113124                        case P1bubbleEnum:
Note: See TracChangeset for help on using the changeset viewer.